@PrivateApi public final class Protocols extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_BINARY_NEW
New Client Protocol that is used for clients (Java, c++, c# client)
|
static String |
CLUSTER
Protocol that is used among nodes
|
static String |
MEMCACHE
Protocol that is used by Memcached
|
static int |
PROTOCOL_LENGTH
The length in bytes of the of the protocol-string
|
static String |
REST
Protocol that is used by REST
|
public static final int PROTOCOL_LENGTH
public static final String CLUSTER
public static final String CLIENT_BINARY_NEW
public static final String REST
public static final String MEMCACHE
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.