|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.core.Prefix
public final class Prefix
Holds the prefix constants used by Hazelcast.
Field Summary | |
---|---|
static String |
AS_LIST
The Constant AS_LIST: "l:" |
static String |
AS_MULTIMAP
The Constant AS_MULTIMAP: "u:" |
static String |
AS_SET
The Constant AS_SET: "s:" |
static String |
ATOMIC_NUMBER
The Constant ATOMIC_NUMBER: "a:" |
static String |
ATOMIC_NUMBER_HAZELCAST
The Constant ATOMIC_NUMBER_HAZELCAST: "a:__hz_" |
static String |
COUNT_DOWN_LATCH
The Constant COUNT_DOWN_LATCH: "d:" |
static String |
EXECUTOR_SERVICE
The Constant EXECUTOR_SERVICE: "x:" |
static String |
HAZELCAST
The Constant HAZELCAST: "__hz_" |
static String |
IDGEN
The Constant IDGEN: "i:" |
static String |
MAP
The Constant MAP: "c:" |
static String |
MAP_BASED
The Constant MAP_BASED: "m:" |
static String |
MAP_FOR_QUEUE
The Constant MAP_FOR_QUEUE: "c:q:" |
static String |
MAP_HAZELCAST
The Constant MAP_HAZELCAST: "c:__hz_" |
static String |
MAP_OF_LIST
The Constant MAP_OF_LIST: "c:q:l:" |
static String |
MULTIMAP
The Constant MULTIMAP: "m:u:" |
static String |
QUEUE
The Constant QUEUE: "q:" |
static String |
QUEUE_HAZELCAST
The Constant QUEUE_HAZELCAST: "q:__hz_" |
static String |
QUEUE_LIST
The Constant QUEUE_LIST: "q:l:" |
static String |
SEMAPHORE
The Constant SEMAPHORE: "4:" |
static String |
SET
The Constant SET: "m:s:" |
static String |
TOPIC
The Constant TOPIC: "t:" |
static String |
TOPIC_HAZELCAST
The Constant TOPIC_HAZELCAST: "t:__hz_" |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MAP_BASED
public static final String MAP
public static final String AS_LIST
public static final String AS_SET
public static final String SET
public static final String QUEUE
public static final String TOPIC
public static final String IDGEN
public static final String ATOMIC_NUMBER
public static final String AS_MULTIMAP
public static final String MULTIMAP
public static final String MAP_FOR_QUEUE
public static final String QUEUE_LIST
public static final String MAP_OF_LIST
public static final String EXECUTOR_SERVICE
public static final String SEMAPHORE
public static final String COUNT_DOWN_LATCH
public static final String HAZELCAST
public static final String MAP_HAZELCAST
public static final String QUEUE_HAZELCAST
public static final String TOPIC_HAZELCAST
public static final String ATOMIC_NUMBER_HAZELCAST
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |