com.hazelcast.core
Class Prefix

java.lang.Object
  extended by com.hazelcast.core.Prefix

public final class Prefix
extends Object

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 LOCKS_MAP_HAZELCAST
          The Constant LOCKS_MAP_HAZELCAST: "c:__hz_Locks"
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

MAP_BASED

public static final String MAP_BASED
The Constant MAP_BASED: "m:"

See Also:
Constant Field Values

MAP

public static final String MAP
The Constant MAP: "c:"

See Also:
Constant Field Values

AS_LIST

public static final String AS_LIST
The Constant AS_LIST: "l:"

See Also:
Constant Field Values

AS_SET

public static final String AS_SET
The Constant AS_SET: "s:"

See Also:
Constant Field Values

SET

public static final String SET
The Constant SET: "m:s:"

See Also:
Constant Field Values

QUEUE

public static final String QUEUE
The Constant QUEUE: "q:"

See Also:
Constant Field Values

TOPIC

public static final String TOPIC
The Constant TOPIC: "t:"

See Also:
Constant Field Values

IDGEN

public static final String IDGEN
The Constant IDGEN: "i:"

See Also:
Constant Field Values

ATOMIC_NUMBER

public static final String ATOMIC_NUMBER
The Constant ATOMIC_NUMBER: "a:"

See Also:
Constant Field Values

AS_MULTIMAP

public static final String AS_MULTIMAP
The Constant AS_MULTIMAP: "u:"

See Also:
Constant Field Values

MULTIMAP

public static final String MULTIMAP
The Constant MULTIMAP: "m:u:"

See Also:
Constant Field Values

MAP_FOR_QUEUE

public static final String MAP_FOR_QUEUE
The Constant MAP_FOR_QUEUE: "c:q:"

See Also:
Constant Field Values

QUEUE_LIST

public static final String QUEUE_LIST
The Constant QUEUE_LIST: "q:l:"

See Also:
Constant Field Values

MAP_OF_LIST

public static final String MAP_OF_LIST
The Constant MAP_OF_LIST: "c:q:l:"

See Also:
Constant Field Values

EXECUTOR_SERVICE

public static final String EXECUTOR_SERVICE
The Constant EXECUTOR_SERVICE: "x:"

See Also:
Constant Field Values

SEMAPHORE

public static final String SEMAPHORE
The Constant SEMAPHORE: "4:"

See Also:
Constant Field Values

COUNT_DOWN_LATCH

public static final String COUNT_DOWN_LATCH
The Constant COUNT_DOWN_LATCH: "d:"

See Also:
Constant Field Values

HAZELCAST

public static final String HAZELCAST
The Constant HAZELCAST: "__hz_"

See Also:
Constant Field Values

MAP_HAZELCAST

public static final String MAP_HAZELCAST
The Constant MAP_HAZELCAST: "c:__hz_"

See Also:
Constant Field Values

QUEUE_HAZELCAST

public static final String QUEUE_HAZELCAST
The Constant QUEUE_HAZELCAST: "q:__hz_"

See Also:
Constant Field Values

TOPIC_HAZELCAST

public static final String TOPIC_HAZELCAST
The Constant TOPIC_HAZELCAST: "t:__hz_"

See Also:
Constant Field Values

ATOMIC_NUMBER_HAZELCAST

public static final String ATOMIC_NUMBER_HAZELCAST
The Constant ATOMIC_NUMBER_HAZELCAST: "a:__hz_"

See Also:
Constant Field Values

LOCKS_MAP_HAZELCAST

public static final String LOCKS_MAP_HAZELCAST
The Constant LOCKS_MAP_HAZELCAST: "c:__hz_Locks"

See Also:
Constant Field Values


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.