| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | DATE_FORMAT | "yyyyMMdd\'T\'HHmmss\'Z\'" | 
| public static final String | DOC_VERSION | "2014-06-15" | 
| public static final String | GET | "GET" | 
| public static final String | SIGNATURE_METHOD_V4 | "AWS4-HMAC-SHA256" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | HAZELCAST_CONFIG_LOCATION | "hazelcast.config.location" | 
| public static final String | HAZELCAST_INSTANCE_NAME | "hazelcast.instance.name" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final int | DEFAULT_INITIAL_CAPACITY | 1000 | 
| protected static final String | SOURCE_NOT_AVAILABLE | "<NA>" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | INVALID_HZ_INSTANCE_SPECIFICATION_MESSAGE | "Not available Hazelcast instance. Please specify your Hazelcast configuration file path via \"HazelcastCachingProvider.HAZELCAST_CONFIG_LOCATION\" property or specify Hazelcast instance name via \"HazelcastCachingProvider.HAZELCAST_INSTANCE_NAME\" property in \"properties\" parameter." | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final short | BACKUP_ENTRY_PROCESSOR | 33 | 
| public static final short | CACHE_EVENT_DATA | 31 | 
| public static final short | CACHE_EVENT_DATA_SET | 32 | 
| public static final short | CLEAR | 15 | 
| public static final short | CLEAR_BACKUP | 12 | 
| public static final short | CLEAR_FACTORY | 16 | 
| public static final short | CLEAR_RESPONSE | 25 | 
| public static final short | CONTAINS_KEY | 2 | 
| public static final short | CREATE_CONFIG | 26 | 
| public static final short | DESTROY_CACHE | 30 | 
| public static final short | ENTRY_PROCESSOR | 24 | 
| public static final short | EXPIRY_POLICY | 21 | 
| public static final short | GET | 1 | 
| public static final short | GET_ALL | 17 | 
| public static final short | GET_ALL_FACTORY | 18 | 
| public static final short | GET_AND_REMOVE | 6 | 
| public static final short | GET_AND_REPLACE | 8 | 
| public static final short | GET_CONFIG | 27 | 
| public static final short | KEY_ITERATION_RESULT | 23 | 
| public static final short | KEY_ITERATOR | 22 | 
| public static final short | LISTENER_REGISTRATION | 29 | 
| public static final short | LOAD_ALL | 19 | 
| public static final short | LOAD_ALL_FACTORY | 20 | 
| public static final short | MANAGEMENT_CONFIG | 28 | 
| public static final short | PUT | 3 | 
| public static final short | PUT_ALL_BACKUP | 10 | 
| public static final short | PUT_BACKUP | 9 | 
| public static final short | PUT_IF_ABSENT | 4 | 
| public static final short | REMOVE | 5 | 
| public static final short | REMOVE_ALL | 34 | 
| public static final short | REMOVE_ALL_BACKUP | 35 | 
| public static final short | REMOVE_ALL_FACTORY | 36 | 
| public static final short | REMOVE_BACKUP | 11 | 
| public static final short | REPLACE | 7 | 
| public static final short | SIZE | 13 | 
| public static final short | SIZE_FACTORY | 14 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ENTRY_LISTENER | 22 | 
| public static final int | ADD_INVALIDATION_LISTENER | 12 | 
| public static final int | BATCH_INVALIDATION_MESSAGE | 15 | 
| public static final int | CLEAR | 9 | 
| public static final int | CONTAINS_KEY | 10 | 
| public static final int | CREATE_CONFIG | 16 | 
| public static final int | DESTROY_CACHE | 25 | 
| public static final int | ENTRY_PROCESSOR | 20 | 
| public static final int | GET | 1 | 
| public static final int | GET_ALL | 18 | 
| public static final int | GET_AND_REMOVE | 5 | 
| public static final int | GET_AND_REPLACE | 7 | 
| public static final int | GET_CONFIG | 17 | 
| public static final int | INVALIDATION_MESSAGE | 13 | 
| public static final int | ITERATE | 11 | 
| public static final int | LEN | 26 | 
| public static final int | LISTENER_REGISTRATION | 24 | 
| public static final int | LOAD_ALL | 19 | 
| public static final int | MANAGEMENT_CONFIG | 21 | 
| public static final int | PUT | 2 | 
| public static final int | PUT_IF_ABSENT | 3 | 
| public static final int | REMOVE | 4 | 
| public static final int | REMOVE_ENTRY_LISTENER | 23 | 
| public static final int | REMOVE_INVALIDATION_LISTENER | 14 | 
| public static final int | REPLACE | 6 | 
| public static final int | SIZE | 8 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | AWAIT_COMPLETION_TIMEOUT_SECONDS | 60 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ONE_HUNDRED_PERCENT | 100 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:cacheService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_EXPIRATION_TASK_DELAY_IN_SECONDS | 5 | 
| public static final int | DEFAULT_EXPIRATION_TASK_INITIAL_DELAY_IN_SECONDS | 5 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | TIME_NOT_SET | -1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final int | DEFAULT_INITIAL_CAPACITY | 1000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | IGNORE_COMPLETION | -1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ACCESS_HIT_NOT_AVAILABLE | -1 | 
| public static final int | EXPIRATION_TIME_NOT_AVAILABLE | -1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CPP | "CPP" | 
| public static final String | CSHARP | "CSP" | 
| public static final String | JAVA | "JVM" | 
| public static final String | PYTHON | "PHY" | 
| public static final String | RUBY | "RBY" | 
| public static final int | TYPE_LENGTH | 3 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | PROP_EVENT_QUEUE_CAPACITY | "hazelcast.client.event.queue.capacity" | 
| public static final String | PROP_EVENT_QUEUE_CAPACITY_DEFAULT | "1000000" | 
| public static final String | PROP_EVENT_THREAD_COUNT | "hazelcast.client.event.thread.count" | 
| public static final String | PROP_EVENT_THREAD_COUNT_DEFAULT | "5" | 
| public static final String | PROP_HEARTBEAT_INTERVAL | "hazelcast.client.heartbeat.interval" | 
| public static final String | PROP_HEARTBEAT_INTERVAL_DEFAULT | "5000" | 
| public static final String | PROP_HEARTBEAT_TIMEOUT | "hazelcast.client.heartbeat.timeout" | 
| public static final String | PROP_HEARTBEAT_TIMEOUT_DEFAULT | "60000" | 
| public static final String | PROP_INVOCATION_TIMEOUT_SECONDS | "hazelcast.client.invocation.timeout.seconds" | 
| public static final String | PROP_INVOCATION_TIMEOUT_SECONDS_DEFAULT | "120" | 
| public static final String | PROP_SHUFFLE_INITIAL_MEMBER_LIST_DEFAULT | "true" | 
| public static final String | PROP_SHUFFLE_MEMBER_LIST | "hazelcast.client.shuffle.member.list" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_BUFFER_SIZE_BYTE | 32768 | 
| public static final int | KILO_BYTE | 1024 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CLIENT_RESPONSE | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:core:clientEngine" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_PARTITION_LOST_LISTENER | 17 | 
| public static final int | AUTH | 2 | 
| public static final int | CLIENT_PING | 11 | 
| public static final int | CREATE_PROXY | 7 | 
| public static final int | DESTROY_PROXY | 8 | 
| public static final int | DISTRIBUTED_OBJECT_INFO | 6 | 
| public static final int | GENERIC_ERROR | 1 | 
| public static final int | GET_DISTRIBUTED_OBJECT_INFO | 4 | 
| public static final int | GET_MEMBER_LIST | 15 | 
| public static final int | GET_PARTITIONS | 12 | 
| public static final int | LISTENER | 9 | 
| public static final int | MEMBERSHIP_LISTENER | 10 | 
| public static final int | PRINCIPAL | 3 | 
| public static final int | REGISTER_MEMBERSHIP_LISTENER | 16 | 
| public static final int | REMOVE_ALL_LISTENERS | 14 | 
| public static final int | REMOVE_LISTENER | 13 | 
| public static final int | REMOVE_PARTITION_LOST_LISTENER | 18 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final short | BEGIN_AND_END_FLAGS | 192 | 
| public static final short | BEGIN_FLAG | 128 | 
| public static final short | END_FLAG | 64 | 
| public static final short | LISTENER_EVENT_FLAG | 1 | 
| public static final short | VERSION | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | EVENT_CACHE | 210 | 
| public static final int | EVENT_CACHEBATCHINVALIDATION | 211 | 
| public static final int | EVENT_CACHEINVALIDATION | 208 | 
| public static final int | EVENT_DISTRIBUTEDOBJECT | 207 | 
| public static final int | EVENT_ENTRY | 203 | 
| public static final int | EVENT_ITEM | 204 | 
| public static final int | EVENT_MAPPARTITIONLOST | 209 | 
| public static final int | EVENT_MEMBER | 200 | 
| public static final int | EVENT_MEMBERATTRIBUTECHANGE | 202 | 
| public static final int | EVENT_MEMBERLIST | 201 | 
| public static final int | EVENT_PARTITIONLOST | 206 | 
| public static final int | EVENT_QUERYCACHEBATCH | 213 | 
| public static final int | EVENT_QUERYCACHESINGLE | 212 | 
| public static final int | EVENT_TOPIC | 205 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | AUTHENTICATION | 109 | 
| public static final int | BOOLEAN | 101 | 
| public static final int | DATA | 105 | 
| public static final int | DISTRIBUTED_OBJECT | 112 | 
| public static final int | ENTRY_VIEW | 113 | 
| public static final int | EXCEPTION | 111 | 
| public static final int | INTEGER | 102 | 
| public static final int | JOB_PROCESS_INFO | 114 | 
| public static final int | LIST_DATA | 106 | 
| public static final int | LONG | 103 | 
| public static final int | MAP_DATA_DATA | 108 | 
| public static final int | MAP_INT_BOOLEAN | 117 | 
| public static final int | MAP_INT_DATA | 107 | 
| public static final int | PARTITIONS | 110 | 
| public static final int | SET_DATA | 115 | 
| public static final int | SET_ENTRY | 116 | 
| public static final int | STRING | 104 | 
| public static final int | VOID | 100 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | TYPE | 111 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ATOMIC_LONG_TEMPLATE_ID | 10 | 
| public static final int | ATOMIC_REFERENCE_TEMPLATE_ID | 11 | 
| public static final int | CLIENT_TEMPLATE_ID | 0 | 
| public static final int | CONDITION_TEMPLATE_ID | 8 | 
| public static final int | COUNTDOWN_LATCH_TEMPLATE_ID | 12 | 
| public static final int | ENTERPRISE_MAP_TEMPLATE_ID | 24 | 
| public static final int | EXECUTOR_TEMPLATE_ID | 9 | 
| public static final int | JCACHE_TEMPLATE_ID | 21 | 
| public static final int | LIST_TEMPLATE_ID | 5 | 
| public static final int | LOCK_TEMPLATE_ID | 7 | 
| public static final int | MAP_REDUCE_TEMPLATE_ID | 15 | 
| public static final int | MAP_TEMPLATE_ID | 1 | 
| public static final int | MULTIMAP_TEMPLATE_ID | 2 | 
| public static final int | QUEUE_TEMPLATE_ID | 3 | 
| public static final int | REPLICATED_MAP_TEMPLATE_ID | 14 | 
| public static final int | SEMAPHORE_TEMPLATE_ID | 13 | 
| public static final int | SET_TEMPLATE_ID | 6 | 
| public static final int | TOPIC_TEMPLATE_ID | 4 | 
| public static final int | TRANSACTION_TEMPLATE_ID | 23 | 
| public static final int | TX_LIST_TEMPLATE_ID | 19 | 
| public static final int | TX_MAP_TEMPLATE_ID | 16 | 
| public static final int | TX_MULTIMAP_TEMPLATE_ID | 17 | 
| public static final int | TX_QUEUE_TEMPLATE_ID | 20 | 
| public static final int | TX_SET_TEMPLATE_ID | 18 | 
| public static final int | XA_TRANSACTION_TEMPLATE_ID | 22 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | INITIAL_CAPACITY | 4096 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final double | EVICTION_FACTOR | 0.2 | 
| public static final int | TTL_CLEANUP_INTERVAL_MILLS | 5000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | NULL_KEY_IS_NOT_ALLOWED | "Null key is not allowed!" | 
| protected static final String | NULL_VALUE_IS_NOT_ALLOWED | "Null value is not allowed!" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | NULL_KEY_IS_NOT_ALLOWED | "Null key is not allowed!" | 
| protected static final String | NULL_VALUE_IS_NOT_ALLOWED | "Null value is not allowed!" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | INITIAL_MEMBERS | 3 | 
| public static final int | MEMBER_ADDED | 1 | 
| public static final int | MEMBER_ATTRIBUTE_CHANGED | 5 | 
| public static final int | MEMBER_REMOVED | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | MEMBER_ADDED | 1 | 
| public static final int | MEMBER_ATTRIBUTE_CHANGED | 5 | 
| public static final int | MEMBER_REMOVED | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADDRESS | 1 | 
| public static final int | BIND_MESSAGE | 5 | 
| public static final int | CONFIG_CHECK | 4 | 
| public static final int | F_ID | 0 | 
| public static final int | HEARTBEAT | 3 | 
| public static final int | INITIAL_MEMBERSHIP_EVENT | 9 | 
| public static final int | MEMBER | 2 | 
| public static final int | MEMBERSHIP_EVENT | 8 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:core:clusterService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | FINALIZE_JOIN_MAX_TIMEOUT | 60 | 
| public static final int | FINALIZE_JOIN_TIMEOUT_FACTOR | 5 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | COLLECTION_ADD | 1 | 
| public static final int | COLLECTION_ADD_ALL | 15 | 
| public static final int | COLLECTION_ADD_ALL_BACKUP | 16 | 
| public static final int | COLLECTION_ADD_BACKUP | 2 | 
| public static final int | COLLECTION_CLEAR | 8 | 
| public static final int | COLLECTION_CLEAR_BACKUP | 9 | 
| public static final int | COLLECTION_COMPARE_AND_REMOVE | 19 | 
| public static final int | COLLECTION_CONTAINS | 14 | 
| public static final int | COLLECTION_EVENT | 22 | 
| public static final int | COLLECTION_EVENT_FILTER | 21 | 
| public static final int | COLLECTION_GET_ALL | 20 | 
| public static final int | COLLECTION_IS_EMPTY | 38 | 
| public static final int | COLLECTION_ITEM | 23 | 
| public static final int | COLLECTION_PREPARE | 30 | 
| public static final int | COLLECTION_PREPARE_BACKUP | 31 | 
| public static final int | COLLECTION_REMOVE | 5 | 
| public static final int | COLLECTION_REMOVE_BACKUP | 6 | 
| public static final int | COLLECTION_RESERVE_ADD | 24 | 
| public static final int | COLLECTION_RESERVE_REMOVE | 25 | 
| public static final int | COLLECTION_ROLLBACK | 32 | 
| public static final int | COLLECTION_ROLLBACK_BACKUP | 33 | 
| public static final int | COLLECTION_SIZE | 7 | 
| public static final int | COLLECTION_TXN_ADD | 26 | 
| public static final int | COLLECTION_TXN_ADD_BACKUP | 27 | 
| public static final int | COLLECTION_TXN_REMOVE | 28 | 
| public static final int | COLLECTION_TXN_REMOVE_BACKUP | 29 | 
| public static final int | LIST_ADD | 3 | 
| public static final int | LIST_ADD_ALL | 17 | 
| public static final int | LIST_GET | 4 | 
| public static final int | LIST_INDEX_OF | 13 | 
| public static final int | LIST_REMOVE | 12 | 
| public static final int | LIST_REPLICATION | 36 | 
| public static final int | LIST_SET | 10 | 
| public static final int | LIST_SET_BACKUP | 11 | 
| public static final int | LIST_SUB | 18 | 
| public static final int | SET_REPLICATION | 37 | 
| public static final int | TX_COLLECTION_ITEM | 34 | 
| public static final int | TX_ROLLBACK | 35 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | COLLECTION_ADD | 3 | 
| public static final int | COLLECTION_ADD_ALL | 5 | 
| public static final int | COLLECTION_ADD_LISTENER | 9 | 
| public static final int | COLLECTION_CLEAR | 7 | 
| public static final int | COLLECTION_COMPARE_AND_REMOVE | 6 | 
| public static final int | COLLECTION_CONTAINS | 2 | 
| public static final int | COLLECTION_GET_ALL | 8 | 
| public static final int | COLLECTION_IS_EMPTY | 24 | 
| public static final int | COLLECTION_REMOVE | 4 | 
| public static final int | COLLECTION_REMOVE_LISTENER | 23 | 
| public static final int | COLLECTION_SIZE | 1 | 
| public static final int | LIST_ADD | 13 | 
| public static final int | LIST_ADD_ALL | 10 | 
| public static final int | LIST_GET | 11 | 
| public static final int | LIST_INDEX_OF | 15 | 
| public static final int | LIST_REMOVE | 14 | 
| public static final int | LIST_SET | 12 | 
| public static final int | LIST_SUB | 16 | 
| public static final int | TXN_LIST_ADD | 17 | 
| public static final int | TXN_LIST_REMOVE | 18 | 
| public static final int | TXN_LIST_SIZE | 19 | 
| public static final int | TXN_SET_ADD | 20 | 
| public static final int | TXN_SET_REMOVE | 21 | 
| public static final int | TXN_SET_SIZE | 22 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:listService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ALL | 6 | 
| public static final int | ADD_ALL_BACKUP | 5 | 
| public static final int | CHECK_EVICT | 35 | 
| public static final int | CLEAR | 8 | 
| public static final int | CLEAR_BACKUP | 7 | 
| public static final int | COMPARE_AND_REMOVE | 10 | 
| public static final int | COMPARE_AND_REMOVE_BACKUP | 9 | 
| public static final int | CONTAINS | 11 | 
| public static final int | DRAIN | 13 | 
| public static final int | DRAIN_BACKUP | 12 | 
| public static final int | IS_EMPTY | 40 | 
| public static final int | ITERATOR | 14 | 
| public static final int | OFFER | 0 | 
| public static final int | OFFER_BACKUP | 3 | 
| public static final int | PEEK | 2 | 
| public static final int | POLL | 1 | 
| public static final int | POLL_BACKUP | 4 | 
| public static final int | QUEUE_CONTAINER | 38 | 
| public static final int | QUEUE_EVENT | 15 | 
| public static final int | QUEUE_EVENT_FILTER | 16 | 
| public static final int | QUEUE_ITEM | 17 | 
| public static final int | QUEUE_REPLICATION | 18 | 
| public static final int | REMAINING_CAPACITY | 41 | 
| public static final int | REMOVE | 20 | 
| public static final int | REMOVE_BACKUP | 19 | 
| public static final int | SIZE | 22 | 
| public static final int | TRANSACTION_ROLLBACK | 36 | 
| public static final int | TX_QUEUE_ITEM | 37 | 
| public static final int | TXN_OFFER | 24 | 
| public static final int | TXN_OFFER_BACKUP | 23 | 
| public static final int | TXN_PEEK | 39 | 
| public static final int | TXN_POLL | 26 | 
| public static final int | TXN_POLL_BACKUP | 25 | 
| public static final int | TXN_PREPARE | 28 | 
| public static final int | TXN_PREPARE_BACKUP | 27 | 
| public static final int | TXN_RESERVE_OFFER | 29 | 
| public static final int | TXN_RESERVE_OFFER_BACKUP | 30 | 
| public static final int | TXN_RESERVE_POLL | 31 | 
| public static final int | TXN_RESERVE_POLL_BACKUP | 32 | 
| public static final int | TXN_ROLLBACK | 34 | 
| public static final int | TXN_ROLLBACK_BACKUP | 33 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ALL | 11 | 
| public static final int | ADD_LISTENER | 12 | 
| public static final int | CLEAR | 10 | 
| public static final int | COMPARE_AND_REMOVE | 9 | 
| public static final int | CONTAINS | 8 | 
| public static final int | DRAIN | 7 | 
| public static final int | IS_EMPTY | 19 | 
| public static final int | ITERATOR | 6 | 
| public static final int | OFFER | 1 | 
| public static final int | PEEK | 5 | 
| public static final int | POLL | 4 | 
| public static final int | REMAINING_CAPACITY | 13 | 
| public static final int | REMOVE | 3 | 
| public static final int | REMOVE_LISTENER | 18 | 
| public static final int | SIZE | 2 | 
| public static final int | TXN_OFFER | 14 | 
| public static final int | TXN_PEEK | 17 | 
| public static final int | TXN_POLL | 15 | 
| public static final int | TXN_SIZE | 16 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:queueService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:setService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_AND_GET | 1 | 
| public static final int | ADD_BACKUP | 0 | 
| public static final int | ALTER | 2 | 
| public static final int | ALTER_AND_GET | 3 | 
| public static final int | APPLY | 4 | 
| public static final int | COMPARE_AND_SET | 5 | 
| public static final int | GET | 6 | 
| public static final int | GET_AND_ADD | 9 | 
| public static final int | GET_AND_ALTER | 8 | 
| public static final int | GET_AND_SET | 7 | 
| public static final int | REPLICATION | 12 | 
| public static final int | SET_BACKUP | 11 | 
| public static final int | SET_OPERATION | 10 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:atomicLongService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ALTER | 1 | 
| public static final int | ALTER_AND_GET | 0 | 
| public static final int | APPLY | 2 | 
| public static final int | COMPARE_AND_SET | 3 | 
| public static final int | CONTAINS | 4 | 
| public static final int | GET | 7 | 
| public static final int | GET_AND_ALTER | 5 | 
| public static final int | GET_AND_SET | 6 | 
| public static final int | IS_NULL | 8 | 
| public static final int | REPLICATION | 12 | 
| public static final int | SET | 11 | 
| public static final int | SET_AND_GET | 9 | 
| public static final int | SET_BACKUP | 10 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:atomicReferenceService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | AWAIT_OPERATION | 0 | 
| public static final int | COUNT_DOWN_LATCH_BACKUP_OPERATION | 1 | 
| public static final int | COUNT_DOWN_LATCH_REPLICATION_OPERATION | 2 | 
| public static final int | COUNT_DOWN_OPERATION | 3 | 
| public static final int | GET_COUNT_OPERATION | 4 | 
| public static final int | SET_COUNT_OPERATION | 5 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:countDownLatchService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | BLOCK_SIZE | 10000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | ATOMIC_LONG_NAME | "hz:atomic:idGenerator:" | 
| public static final String | SERVICE_NAME | "hz:impl:idGeneratorService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | AWAIT | 1 | 
| public static final int | AWAIT_BACKUP | 0 | 
| public static final int | BEFORE_AWAIT | 3 | 
| public static final int | BEFORE_AWAIT_BACKUP | 2 | 
| public static final int | GET_LOCK_COUNT | 4 | 
| public static final int | GET_REMAINING_LEASETIME | 5 | 
| public static final int | IS_LOCKED | 6 | 
| public static final int | LOCK | 8 | 
| public static final int | LOCK_BACKUP | 7 | 
| public static final int | LOCK_REPLICATION | 9 | 
| public static final int | SIGNAL | 11 | 
| public static final int | SIGNAL_BACKUP | 10 | 
| public static final int | UNLOCK | 13 | 
| public static final int | UNLOCK_BACKUP | 12 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:lockService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CONDITION_AWAIT | 8 | 
| public static final int | CONDITION_BEFORE_AWAIT | 7 | 
| public static final int | CONDITION_SIGNAL | 9 | 
| public static final int | GET_LOCK_COUNT | 5 | 
| public static final int | GET_REMAINING_LEASE | 6 | 
| public static final int | IS_LOCKED | 3 | 
| public static final int | LOCK | 1 | 
| public static final int | UNLOCK | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ANY_THREAD | 0 | 
| public static final long | DEFAULT_LOCK_TTL | 9223372036854775807L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | INITIAL_CAPACITY | 10 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ACQUIRE_BACKUP_OPERATION | 0 | 
| public static final int | ACQUIRE_OPERATION | 1 | 
| public static final int | AVAILABLE_OPERATION | 2 | 
| public static final int | DEAD_MEMBER_BACKUP_OPERATION | 3 | 
| public static final int | DRAIN_BACKUP_OPERATION | 4 | 
| public static final int | DRAIN_OPERATION | 5 | 
| public static final int | INIT_BACKUP_OPERATION | 6 | 
| public static final int | INIT_OPERATION | 7 | 
| public static final int | REDUCE_BACKUP_OPERATION | 8 | 
| public static final int | REDUCE_OPERATION | 9 | 
| public static final int | RELEASE_BACKUP_OPERATION | 10 | 
| public static final int | RELEASE_OPERATION | 11 | 
| public static final int | SEMAPHORE_DEAD_MEMBER_OPERATION | 12 | 
| public static final int | SEMAPHORE_REPLICATION_OPERATION | 13 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:semaphoreService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_BACKUP_COUNT | 1 | 
| public static final int | MAX_BACKUP_COUNT | 6 | 
| public static final int | MIN_BACKUP_COUNT | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_ASYNC_BACKUP_COUNT | 0 | 
| public static final int | DEFAULT_MAX_SIZE | 0 | 
| public static final int | DEFAULT_SYNC_BACKUP_COUNT | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_MAX_ENTRY_COUNT | 10000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_POOL_SIZE | 16 | 
| public static final int | DEFAULT_QUEUE_CAPACITY | 2147483647 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | DEFAULT_GROUP_NAME | "dev" | 
| public static final String | DEFAULT_GROUP_PASSWORD | "dev-pass" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_CHUNK_SIZE | 1000 | 
| public static final boolean | DEFAULT_COMMUNICATE_STATS | true | 
| public static final int | DEFAULT_QUEUE_SIZE | 0 | 
| public static final int | DEFAULT_RETRY_COUNT | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_BACKUP_COUNT | 1 | 
| public static final int | DEFAULT_EVICTION_PERCENTAGE | 25 | 
| public static final int | DEFAULT_MAX_IDLE_SECONDS | 0 | 
| public static final long | DEFAULT_MIN_EVICTION_CHECK_MILLIS | 100L | 
| public static final int | DEFAULT_TTL_SECONDS | 0 | 
| public static final int | MAX_BACKUP_COUNT | 6 | 
| public static final int | MAX_EVICTION_PERCENTAGE | 100 | 
| public static final int | MIN_BACKUP_COUNT | 0 | 
| public static final int | MIN_EVICTION_PERCENTAGE | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_WRITE_BATCH_SIZE | 1 | 
| public static final boolean | DEFAULT_WRITE_COALESCING | true | 
| public static final int | DEFAULT_WRITE_DELAY_SECONDS | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_MAX_SIZE | 2147483647 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final boolean | DEFAULT_ENABLED | true | 
| public static final boolean | DEFAULT_LOOPBACK_MODE_ENABLED | false | 
| public static final String | DEFAULT_MULTICAST_GROUP | "224.2.2.3" | 
| public static final int | DEFAULT_MULTICAST_PORT | 54327 | 
| public static final int | DEFAULT_MULTICAST_TIMEOUT_SECONDS | 2 | 
| public static final int | DEFAULT_MULTICAST_TTL | 32 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_ASYNC_BACKUP_COUNT | 0 | 
| public static final int | DEFAULT_SYNC_BACKUP_COUNT | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final float | DEFAULT_METADATA_SPACE_PERCENTAGE | 12.5f | 
| public static final int | DEFAULT_MIN_BLOCK_SIZE | 16 | 
| public static final int | DEFAULT_PAGE_SIZE | 4194304 | 
| public static final int | DEFAULT_POWER | 22 | 
| public static final int | INITIAL_MEMORY_SIZE | 512 | 
| public static final int | MIN_INITIAL_MEMORY_SIZE | 512 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_MAX_IDLE_SECONDS | 0 | 
| public static final int | DEFAULT_MAX_SIZE | 2147483647 | 
| public static final int | DEFAULT_TTL_SECONDS | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_PORT | 5701 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_BATCH_SIZE | 1 | 
| public static final int | DEFAULT_BUFFER_SIZE | 16 | 
| public static final boolean | DEFAULT_COALESCE | false | 
| public static final int | DEFAULT_DELAY_SECONDS | 0 | 
| public static final boolean | DEFAULT_INCLUDE_VALUE | true | 
| public static final boolean | DEFAULT_POPULATE | true | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_ASYNC_BACKUP_COUNT | 0 | 
| public static final int | DEFAULT_EMPTY_QUEUE_TTL | -1 | 
| public static final int | DEFAULT_MAX_SIZE | 0 | 
| public static final int | DEFAULT_SYNC_BACKUP_COUNT | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_READ_BATCH_SIZE | 10 | 
| public static final boolean | DEFAULT_STATISTICS_ENABLED | true | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final boolean | DEFAULT_ASNYC_FILLUP | true | 
| public static final int | DEFAULT_CONCURRENCY_LEVEL | 32 | 
| public static final int | DEFAULT_REPLICATION_DELAY_MILLIS | 100 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_ASYNC_BACKUP_COUNT | 0 | 
| public static final int | DEFAULT_CAPACITY | 10000 | 
| public static final int | DEFAULT_SYNC_BACKUP_COUNT | 1 | 
| public static final int | DEFAULT_TTL_SECONDS | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_ASYNC_BACKUP_COUNT | 0 | 
| public static final int | DEFAULT_SYNC_BACKUP_COUNT | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final boolean | DEFAULT_GLOBAL_ORDERING_ENABLED | false | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | MEMBER_ADDED | 1 | 
| public static final int | MEMBER_ATTRIBUTE_CHANGED | 5 | 
| public static final int | MEMBER_REMOVED | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:executorService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CALLABLE_TASK | 0 | 
| public static final int | MEMBER_CALLABLE_TASK | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CANCELLATION_REQUEST | 2 | 
| public static final int | IS_SHUTDOWN_REQUEST | 1 | 
| public static final int | PARTITION_TARGET_CALLABLE_REQUEST | 4 | 
| public static final int | SHUTDOWN_REQUEST | 6 | 
| public static final int | SPECIFIC_TARGET_CALLABLE_REQUEST | 3 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | SYNC_DELAY_MS | 10 | 
| public static final int | SYNC_FREQUENCY | 100 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CONFIG_FILE_PATH | "hibernate.cache.hazelcast.configuration_file_path" | 
| public static final String | CONFIG_FILE_PATH_LEGACY | "hibernate.cache.provider_configuration_file_resource_path" | 
| public static final String | EXPLICIT_VERSION_CHECK | "hibernate.cache.hazelcast.explicit_version_check" | 
| public static final String | HAZELCAST_INSTANCE_NAME | "hibernate.cache.hazelcast.instance_name" | 
| public static final String | LOCK_TIMEOUT | "hibernate.cache.hazelcast.lock_timeout" | 
| public static final String | NATIVE_CLIENT_ADDRESS | "hibernate.cache.hazelcast.native_client_address" | 
| public static final String | NATIVE_CLIENT_GROUP | "hibernate.cache.hazelcast.native_client_group" | 
| public static final String | NATIVE_CLIENT_PASSWORD | "hibernate.cache.hazelcast.native_client_password" | 
| public static final String | SHUTDOWN_ON_STOP | "hibernate.cache.hazelcast.shutdown_on_session_factory_close" | 
| public static final String | USE_NATIVE_CLIENT | "hibernate.cache.hazelcast.use_native_client" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | FREE_MAX_PERCENTAGE_PROP | "hazelcast.oome.handler.free_max.percentage" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | PROP_APPLICATION_VALIDATION_TOKEN | "hazelcast.application.validation.token" | 
| public static final String | PROP_BACKPRESSURE_BACKOFF_TIMEOUT_MILLIS | "hazelcast.backpressure.backoff.timeout.millis" | 
| public static final String | PROP_BACKPRESSURE_ENABLED | "hazelcast.backpressure.enabled" | 
| public static final String | PROP_BACKPRESSURE_MAX_CONCURRENT_INVOCATIONS_PER_PARTITION | "hazelcast.backpressure.max.concurrent.invocations.per.partition" | 
| public static final String | PROP_BACKPRESSURE_SYNCWINDOW | "hazelcast.backpressure.syncwindow" | 
| public static final String | PROP_CACHE_INVALIDATION_MESSAGE_BATCH_ENABLED | "hazelcast.cache.invalidation.batch.enabled" | 
| public static final String | PROP_CACHE_INVALIDATION_MESSAGE_BATCH_FREQUENCY_SECONDS | "hazelcast.cache.invalidation.batchfrequency.seconds" | 
| public static final String | PROP_CACHE_INVALIDATION_MESSAGE_BATCH_SIZE | "hazelcast.cache.invalidation.batch.size" | 
| public static final String | PROP_CLIENT_ENGINE_THREAD_COUNT | "hazelcast.clientengine.thread.count" | 
| public static final String | PROP_CLIENT_MAX_NO_HEARTBEAT_SECONDS | "hazelcast.client.max.no.heartbeat.seconds" | 
| public static final String | PROP_CONNECT_ALL_WAIT_SECONDS | "hazelcast.connect.all.wait.seconds" | 
| public static final String | PROP_CONNECTION_MONITOR_INTERVAL | "hazelcast.connection.monitor.interval" | 
| public static final String | PROP_CONNECTION_MONITOR_MAX_FAULTS | "hazelcast.connection.monitor.max.faults" | 
| public static final String | PROP_ELASTIC_MEMORY_CHUNK_SIZE | "hazelcast.elastic.memory.chunk.size" | 
| public static final String | PROP_ELASTIC_MEMORY_ENABLED | "hazelcast.elastic.memory.enabled" | 
| public static final String | PROP_ELASTIC_MEMORY_SHARED_STORAGE | "hazelcast.elastic.memory.shared.storage" | 
| public static final String | PROP_ELASTIC_MEMORY_TOTAL_SIZE | "hazelcast.elastic.memory.total.size" | 
| public static final String | PROP_ELASTIC_MEMORY_UNSAFE_ENABLED | "hazelcast.elastic.memory.unsafe.enabled" | 
| public static final String | PROP_ENABLE_JMX | "hazelcast.jmx" | 
| public static final String | PROP_ENABLE_JMX_DETAILED | "hazelcast.jmx.detailed" | 
| public static final String | PROP_ENTERPRISE_LICENSE_KEY | "hazelcast.enterprise.license.key" | 
| public static final String | PROP_ENTERPRISE_WAN_REP_BATCH_FREQUENCY_SECONDS | "hazelcast.enterprise.wanrep.batchfrequency.seconds" | 
| public static final String | PROP_ENTERPRISE_WAN_REP_BATCH_SIZE | "hazelcast.enterprise.wanrep.batch.size" | 
| public static final String | PROP_ENTERPRISE_WAN_REP_OP_TIMEOUT_MILLIS | "hazelcast.enterprise.wanrep.optimeout.millis" | 
| public static final String | PROP_ENTERPRISE_WAN_REP_QUEUE_CAPACITY | "hazelcast.enterprise.wanrep.queue.capacity" | 
| public static final String | PROP_EVENT_QUEUE_CAPACITY | "hazelcast.event.queue.capacity" | 
| public static final String | PROP_EVENT_QUEUE_TIMEOUT_MILLIS | "hazelcast.event.queue.timeout.millis" | 
| public static final String | PROP_EVENT_THREAD_COUNT | "hazelcast.event.thread.count" | 
| public static final String | PROP_GENERIC_OPERATION_THREAD_COUNT | "hazelcast.operation.generic.thread.count" | 
| public static final String | PROP_GRACEFUL_SHUTDOWN_MAX_WAIT | "hazelcast.graceful.shutdown.max.wait" | 
| public static final String | PROP_HEALTH_MONITORING_DELAY_SECONDS | "hazelcast.health.monitoring.delay.seconds" | 
| public static final String | PROP_HEALTH_MONITORING_LEVEL | "hazelcast.health.monitoring.level" | 
| public static final String | PROP_HEARTBEAT_INTERVAL_SECONDS | "hazelcast.heartbeat.interval.seconds" | 
| public static final String | PROP_ICMP_ENABLED | "hazelcast.icmp.enabled" | 
| public static final String | PROP_ICMP_TIMEOUT | "hazelcast.icmp.timeout" | 
| public static final String | PROP_ICMP_TTL | "hazelcast.icmp.ttl" | 
| public static final String | PROP_INITIAL_MIN_CLUSTER_SIZE | "hazelcast.initial.min.cluster.size" | 
| public static final String | PROP_INITIAL_WAIT_SECONDS | "hazelcast.initial.wait.seconds" | 
| public static final String | PROP_IO_BALANCER_INTERVAL_SECONDS | "hazelcast.io.balancer.interval.seconds" | 
| public static final String | PROP_IO_THREAD_COUNT | "hazelcast.io.thread.count" | 
| public static final String | PROP_JCACHE_PROVIDER_TYPE | "hazelcast.jcache.provider.type" | 
| public static final String | PROP_LOGGING_TYPE | "hazelcast.logging.type" | 
| public static final String | PROP_MAP_EXPIRY_DELAY_SECONDS | "hazelcast.map.expiry.delay.seconds" | 
| public static final String | PROP_MAP_LOAD_CHUNK_SIZE | "hazelcast.map.load.chunk.size" | 
| public static final String | PROP_MAP_REPLICA_SCHEDULED_TASK_DELAY_SECONDS | "hazelcast.map.replica.scheduled.task.delay.seconds" | 
| public static final String | PROP_MAP_WRITE_BEHIND_QUEUE_CAPACITY | "hazelcast.map.write.behind.queue.capacity" | 
| public static final String | PROP_MASTER_CONFIRMATION_INTERVAL_SECONDS | "hazelcast.master.confirmation.interval.seconds" | 
| public static final String | PROP_MAX_JOIN_MERGE_TARGET_SECONDS | "hazelcast.max.join.merge.target.seconds" | 
| public static final String | PROP_MAX_JOIN_SECONDS | "hazelcast.max.join.seconds" | 
| public static final String | PROP_MAX_NO_HEARTBEAT_SECONDS | "hazelcast.max.no.heartbeat.seconds" | 
| public static final String | PROP_MAX_NO_MASTER_CONFIRMATION_SECONDS | "hazelcast.max.no.master.confirmation.seconds" | 
| public static final String | PROP_MAX_WAIT_SECONDS_BEFORE_JOIN | "hazelcast.max.wait.seconds.before.join" | 
| public static final String | PROP_MC_MAX_VISIBLE_INSTANCE_COUNT | "hazelcast.mc.max.visible.instance.count" | 
| public static final String | PROP_MC_MAX_VISIBLE_SLOW_OPERATION_COUNT | "hazelcast.mc.max.visible.slow.operations.count" | 
| public static final String | PROP_MC_URL_CHANGE_ENABLED | "hazelcast.mc.url.change.enabled" | 
| public static final String | PROP_MEMBER_LIST_PUBLISH_INTERVAL_SECONDS | "hazelcast.member.list.publish.interval.seconds" | 
| public static final String | PROP_MEMCACHE_ENABLED | "hazelcast.memcache.enabled" | 
| public static final String | PROP_MERGE_FIRST_RUN_DELAY_SECONDS | "hazelcast.merge.first.run.delay.seconds" | 
| public static final String | PROP_MERGE_NEXT_RUN_DELAY_SECONDS | "hazelcast.merge.next.run.delay.seconds" | 
| public static final String | PROP_MIGRATION_MIN_DELAY_ON_MEMBER_REMOVED_SECONDS | "hazelcast.migration.min.delay.on.member.removed.seconds" | 
| public static final String | PROP_OPERATION_BACKUP_TIMEOUT_MILLIS | "hazelcast.operation.backup.timeout.millis" | 
| public static final String | PROP_OPERATION_CALL_TIMEOUT_MILLIS | "hazelcast.operation.call.timeout.millis" | 
| public static final String | PROP_PARTITION_BACKUP_SYNC_INTERVAL | "hazelcast.partition.backup.sync.interval" | 
| public static final String | PROP_PARTITION_COUNT | "hazelcast.partition.count" | 
| public static final String | PROP_PARTITION_MAX_PARALLEL_REPLICATIONS | "hazelcast.partition.max.parallel.replications" | 
| public static final String | PROP_PARTITION_MIGRATION_INTERVAL | "hazelcast.partition.migration.interval" | 
| public static final String | PROP_PARTITION_MIGRATION_TIMEOUT | "hazelcast.partition.migration.timeout" | 
| public static final String | PROP_PARTITION_MIGRATION_ZIP_ENABLED | "hazelcast.partition.migration.zip.enabled" | 
| public static final String | PROP_PARTITION_OPERATION_THREAD_COUNT | "hazelcast.operation.thread.count" | 
| public static final String | PROP_PARTITION_TABLE_SEND_INTERVAL | "hazelcast.partition.table.send.interval" | 
| public static final String | PROP_PARTITIONING_STRATEGY_CLASS | "hazelcast.partitioning.strategy.class" | 
| public static final String | PROP_PERFORMANCE_MONITORING_DELAY_SECONDS | "hazelcast.performance.monitoring.delay.seconds" | 
| public static final String | PROP_PERFORMANCE_MONITORING_ENABLED | "hazelcast.performance.monitoring.enabled" | 
| public static final String | PROP_PREFER_IPv4_STACK | "hazelcast.prefer.ipv4.stack" | 
| public static final String | PROP_QUERY_MAX_LOCAL_PARTITION_LIMIT_FOR_PRE_CHECK | "hazelcast.query.max.local.partition.limit.for.precheck" | 
| public static final String | PROP_QUERY_PREDICATE_PARALLEL_EVALUATION | "hazelcast.query.predicate.parallel.evaluation" | 
| public static final String | PROP_QUERY_RESULT_SIZE_LIMIT | "hazelcast.query.result.size.limit" | 
| public static final String | PROP_REST_ENABLED | "hazelcast.rest.enabled" | 
| public static final String | PROP_SHUTDOWNHOOK_ENABLED | "hazelcast.shutdownhook.enabled" | 
| public static final String | PROP_SLOW_INVOCATION_DETECTOR_THRESHOLD_MILLIS | "hazelcast.slow.invocation.detector.threshold.millis" | 
| public static final String | PROP_SLOW_OPERATION_DETECTOR_ENABLED | "hazelcast.slow.operation.detector.enabled" | 
| public static final String | PROP_SLOW_OPERATION_DETECTOR_LOG_PURGE_INTERVAL_SECONDS | "hazelcast.slow.operation.detector.log.purge.interval.seconds" | 
| public static final String | PROP_SLOW_OPERATION_DETECTOR_LOG_RETENTION_SECONDS | "hazelcast.slow.operation.detector.log.retention.seconds" | 
| public static final String | PROP_SLOW_OPERATION_DETECTOR_STACK_TRACE_LOGGING_ENABLED | "hazelcast.slow.operation.detector.stacktrace.logging.enabled" | 
| public static final String | PROP_SLOW_OPERATION_DETECTOR_THRESHOLD_MILLIS | "hazelcast.slow.operation.detector.threshold.millis" | 
| public static final String | PROP_SOCKET_BIND_ANY | "hazelcast.socket.bind.any" | 
| public static final String | PROP_SOCKET_CLIENT_BIND | "hazelcast.socket.client.bind" | 
| public static final String | PROP_SOCKET_CLIENT_BIND_ANY | "hazelcast.socket.client.bind.any" | 
| public static final String | PROP_SOCKET_CONNECT_TIMEOUT_SECONDS | "hazelcast.socket.connect.timeout.seconds" | 
| public static final String | PROP_SOCKET_KEEP_ALIVE | "hazelcast.socket.keep.alive" | 
| public static final String | PROP_SOCKET_LINGER_SECONDS | "hazelcast.socket.linger.seconds" | 
| public static final String | PROP_SOCKET_NO_DELAY | "hazelcast.socket.no.delay" | 
| public static final String | PROP_SOCKET_RECEIVE_BUFFER_SIZE | "hazelcast.socket.receive.buffer.size" | 
| public static final String | PROP_SOCKET_SEND_BUFFER_SIZE | "hazelcast.socket.send.buffer.size" | 
| public static final String | PROP_SOCKET_SERVER_BIND_ANY | "hazelcast.socket.server.bind.any" | 
| public static final String | PROP_SYSTEM_LOG_ENABLED | "hazelcast.system.log.enabled" | 
| public static final String | PROP_TCP_JOIN_PORT_TRY_COUNT | "hazelcast.tcp.join.port.try.count" | 
| public static final String | PROP_VERSION_CHECK_ENABLED | "hazelcast.version.check.enabled" | 
| public static final String | PROP_WAIT_SECONDS_BEFORE_JOIN | "hazelcast.wait.seconds.before.join" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_GRACEFUL_SHUTDOWN_WAIT | 30 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | DEFAULT_MAP_NAME | "hz_memcache_default" | 
| public static final String | MAP_NAME_PRECEDER | "hz_memcache_" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | HEADER_CHUNKED | "transfer-encoding: chunked" | 
| public static final String | HEADER_CONTENT_LENGTH | "content-length: " | 
| public static final String | HEADER_CONTENT_TYPE | "content-type: " | 
| public static final String | HEADER_EXPECT_100 | "expect: 100" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | URI_CLUSTER | "/hazelcast/rest/cluster" | 
| public static final String | URI_MANCENTER_CHANGE_URL | "/hazelcast/rest/mancenter/changeurl" | 
| public static final String | URI_MAPS | "/hazelcast/rest/maps/" | 
| public static final String | URI_QUEUES | "/hazelcast/rest/queues/" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | QUEUE_SIZE_COMMAND | "size" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | REQUEST_TYPE_CLUSTER_PROPERTIES | 9 | 
| public static final int | REQUEST_TYPE_CLUSTER_STATE | 1 | 
| public static final int | REQUEST_TYPE_CONSOLE_COMMAND | 5 | 
| public static final int | REQUEST_TYPE_EVICT_LOCAL_MAP | 4 | 
| public static final int | REQUEST_TYPE_EXECUTE_SCRIPT | 3 | 
| public static final int | REQUEST_TYPE_GET_THREAD_DUMP | 2 | 
| public static final int | REQUEST_TYPE_LOG_VERSION_MISMATCH | 17 | 
| public static final int | REQUEST_TYPE_LOGS | 11 | 
| public static final int | REQUEST_TYPE_MAP_CONFIG | 6 | 
| public static final int | REQUEST_TYPE_MAP_ENTRY | 12 | 
| public static final int | REQUEST_TYPE_MEMBER_CONFIG | 8 | 
| public static final int | REQUEST_TYPE_MEMBER_SHUTDOWN | 18 | 
| public static final int | REQUEST_TYPE_MEMBER_SYSTEM_PROPERTIES | 13 | 
| public static final int | REQUEST_TYPE_RUN_GC | 15 | 
| public static final int | REQUEST_TYPE_SYSTEM_WARNINGS | 20 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final long | DEFAULT_TTL | -1L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ENTRY_SET | 10 | 
| public static final int | ENTRY_VIEW | 11 | 
| public static final int | GET | 1 | 
| public static final int | KEY_SET | 8 | 
| public static final int | PUT | 0 | 
| public static final int | PUT_BACKUP | 3 | 
| public static final int | QUERY_RESULT_ENTRY | 13 | 
| public static final int | QUERY_RESULT_SET | 14 | 
| public static final int | REMOVE | 2 | 
| public static final int | REMOVE_BACKUP | 4 | 
| public static final int | VALUES | 9 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ENTRY_LISTENER | 25 | 
| public static final int | ADD_ENTRY_LISTENER_SQL | 26 | 
| public static final int | ADD_INDEX | 28 | 
| public static final int | ADD_INTERCEPTOR | 23 | 
| public static final int | ADD_MAP_PARTITION_LOST_LISTENER | 51 | 
| public static final int | ADD_NEAR_CACHE_ENTRY_LISTENER | 50 | 
| public static final int | CLEAR | 36 | 
| public static final int | CONTAINS_KEY | 7 | 
| public static final int | CONTAINS_VALUE | 8 | 
| public static final int | DELETE | 11 | 
| public static final int | ENTRY_SET | 31 | 
| public static final int | EVICT | 21 | 
| public static final int | EVICT_ALL | 46 | 
| public static final int | EXECUTE_ON_ALL_KEYS | 39 | 
| public static final int | EXECUTE_ON_KEY | 38 | 
| public static final int | EXECUTE_ON_KEYS | 45 | 
| public static final int | EXECUTE_WITH_PREDICATE | 43 | 
| public static final int | FLUSH | 12 | 
| public static final int | GET | 1 | 
| public static final int | GET_ALL | 13 | 
| public static final int | GET_ENTRY_VIEW | 27 | 
| public static final int | GET_LOCAL_MAP_STATS | 37 | 
| public static final int | IS_EMPTY | 49 | 
| public static final int | IS_LOCKED | 18 | 
| public static final int | KEY_SET | 29 | 
| public static final int | LOAD_ALL_GIVEN_KEYS | 47 | 
| public static final int | LOAD_ALL_KEYS | 48 | 
| public static final int | LOCK | 17 | 
| public static final int | PUT | 2 | 
| public static final int | PUT_ALL | 40 | 
| public static final int | PUT_IF_ABSENT | 3 | 
| public static final int | PUT_TRANSIENT | 5 | 
| public static final int | QUERY | 34 | 
| public static final int | REMOVE | 9 | 
| public static final int | REMOVE_ENTRY_LISTENER | 44 | 
| public static final int | REMOVE_IF_SAME | 10 | 
| public static final int | REMOVE_INTERCEPTOR | 24 | 
| public static final int | REMOVE_MAP_PARTITION_LOST_LISTENER | 52 | 
| public static final int | REPLACE | 15 | 
| public static final int | REPLACE_IF_SAME | 16 | 
| public static final int | SET | 6 | 
| public static final int | SIZE | 33 | 
| public static final int | SQL_QUERY | 35 | 
| public static final int | TRY_PUT | 4 | 
| public static final int | TRY_REMOVE | 14 | 
| public static final int | TXN_REQUEST | 41 | 
| public static final int | TXN_REQUEST_WITH_SQL_QUERY | 42 | 
| public static final int | UNLOCK | 20 | 
| public static final int | VALUES | 30 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:mapService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | NEAR_CACHE_EXECUTOR_NAME | "hz:near-cache" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final float | MAX_RESULT_LIMIT_FACTOR | 1.149999976158142f | 
| public static final int | MINIMUM_MAX_RESULT_LIMIT | 100000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | NULL_KEY_IS_NOT_ALLOWED | "Null key is not allowed!" | 
| protected static final String | NULL_LISTENER_IS_NOT_ALLOWED | "Null listener is not allowed!" | 
| protected static final String | NULL_PREDICATE_IS_NOT_ALLOWED | "Predicate should not be null!" | 
| protected static final String | NULL_VALUE_IS_NOT_ALLOWED | "Null value is not allowed!" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ACCEPT_ALL_SUPPLIER | 1 | 
| public static final int | AVG_TUPLE | 54 | 
| public static final int | BIG_DECIMAL_AVG_COMBINER_FACTORY | 4 | 
| public static final int | BIG_DECIMAL_AVG_REDUCER_FACTORY | 5 | 
| public static final int | BIG_DECIMAL_MAX_COMBINER_FACTORY | 6 | 
| public static final int | BIG_DECIMAL_MAX_REDUCER_FACTORY | 7 | 
| public static final int | BIG_DECIMAL_MIN_COMBINER_FACTORY | 8 | 
| public static final int | BIG_DECIMAL_MIN_REDUCER_FACTORY | 9 | 
| public static final int | BIG_DECIMAL_SUM_COMBINER_FACTORY | 10 | 
| public static final int | BIG_DECIMAL_SUM_REDUCER_FACTORY | 11 | 
| public static final int | BIG_INTEGER_AVG_COMBINER_FACTORY | 12 | 
| public static final int | BIG_INTEGER_AVG_REDUCER_FACTORY | 13 | 
| public static final int | BIG_INTEGER_MAX_COMBINER_FACTORY | 14 | 
| public static final int | BIG_INTEGER_MAX_REDUCER_FACTORY | 15 | 
| public static final int | BIG_INTEGER_MIN_COMBINER_FACTORY | 16 | 
| public static final int | BIG_INTEGER_MIN_REDUCER_FACTORY | 17 | 
| public static final int | BIG_INTEGER_SUM_COMBINER_FACTORY | 18 | 
| public static final int | BIG_INTEGER_SUM_REDUCER_FACTORY | 19 | 
| public static final int | COMPARABLE_MAX_COMBINER_FACTORY | 20 | 
| public static final int | COMPARABLE_MAX_REDUCER_FACTORY | 21 | 
| public static final int | COMPARABLE_MIN_COMBINER_FACTORY | 22 | 
| public static final int | COMPARABLE_MIN_REDUCER_FACTORY | 23 | 
| public static final int | COUNT_COMBINER_FACTORY | 24 | 
| public static final int | COUNT_REDUCER_FACTORY | 25 | 
| public static final int | DISTINCT_VALUES_COMBINER_FACTORY | 26 | 
| public static final int | DISTINCT_VALUES_MAPPER | 2 | 
| public static final int | DISTINCT_VALUES_REDUCER_FACTORY | 27 | 
| public static final int | DOUBLE_AVG_COMBINER_FACTORY | 28 | 
| public static final int | DOUBLE_AVG_REDUCER_FACTORY | 29 | 
| public static final int | DOUBLE_MAX_COMBINER_FACTORY | 30 | 
| public static final int | DOUBLE_MAX_REDUCER_FACTORY | 31 | 
| public static final int | DOUBLE_MIN_COMBINER_FACTORY | 32 | 
| public static final int | DOUBLE_MIN_REDUCER_FACTORY | 33 | 
| public static final int | DOUBLE_SUM_COMBINER_FACTORY | 34 | 
| public static final int | DOUBLE_SUM_REDUCER_FACTORY | 35 | 
| public static final int | INTEGER_AVG_COMBINER_FACTORY | 36 | 
| public static final int | INTEGER_AVG_REDUCER_FACTORY | 37 | 
| public static final int | INTEGER_MAX_COMBINER_FACTORY | 38 | 
| public static final int | INTEGER_MAX_REDUCER_FACTORY | 39 | 
| public static final int | INTEGER_MIN_COMBINER_FACTORY | 40 | 
| public static final int | INTEGER_MIN_REDUCER_FACTORY | 41 | 
| public static final int | INTEGER_SUM_COMBINER_FACTORY | 42 | 
| public static final int | INTEGER_SUM_REDUCER_FACTORY | 43 | 
| public static final int | KEY_PREDICATE_SUPPLIER | 52 | 
| public static final int | LONG_AVG_COMBINER_FACTORY | 44 | 
| public static final int | LONG_AVG_REDUCER_FACTORY | 45 | 
| public static final int | LONG_MAX_COMBINER_FACTORY | 46 | 
| public static final int | LONG_MAX_REDUCER_FACTORY | 47 | 
| public static final int | LONG_MIN_COMBINER_FACTORY | 48 | 
| public static final int | LONG_MIN_REDUCER_FACTORY | 49 | 
| public static final int | LONG_SUM_COMBINER_FACTORY | 50 | 
| public static final int | LONG_SUM_REDUCER_FACTORY | 51 | 
| public static final int | PREDICATE_SUPPLIER | 53 | 
| public static final int | SET_ADAPTER | 3 | 
| public static final int | SUPPLIER_CONSUMING_MAPPER | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CANCEL_JOB_SUPERVISOR_OPERATION | 16 | 
| public static final int | COMBINER_RESULT_LIST | 23 | 
| public static final int | FIRE_NOTIFICATION_OPERATION | 12 | 
| public static final int | GET_RESULT_OPERATION | 8 | 
| public static final int | HASH_MAP_ADAPTER | 22 | 
| public static final int | KEY_VALUE_SOURCE_LIST | 18 | 
| public static final int | KEY_VALUE_SOURCE_MAP | 0 | 
| public static final int | KEY_VALUE_SOURCE_MULTIMAP | 1 | 
| public static final int | KEY_VALUE_SOURCE_SET | 19 | 
| public static final int | KEYS_ASSIGNMENT_OPERATION | 21 | 
| public static final int | KEYS_ASSIGNMENT_RESULT | 20 | 
| public static final int | NOTIFY_REMOTE_EXCEPTION_OPERATION | 15 | 
| public static final int | POSTPONE_PARTITION_PROCESSING_OPERATION | 17 | 
| public static final int | PROCESS_STATS_UPDATE_OPERATION | 14 | 
| public static final int | REDUCER_CHUNK_MESSAGE | 2 | 
| public static final int | REDUCER_LAST_CHUNK_MESSAGE | 3 | 
| public static final int | REDUCING_FINISHED_MESSAGE | 11 | 
| public static final int | REQUEST_MEMBERID_ASSIGNMENT | 13 | 
| public static final int | REQUEST_PARTITION_MAPPING | 5 | 
| public static final int | REQUEST_PARTITION_PROCESSED | 7 | 
| public static final int | REQUEST_PARTITION_REDUCING | 6 | 
| public static final int | REQUEST_PARTITION_RESULT | 10 | 
| public static final int | START_PROCESSING_OPERATION | 9 | 
| public static final int | TRACKED_JOB_OPERATION | 4 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CLIENT_CANCELLATION_REQUEST | 2 | 
| public static final int | CLIENT_JOB_PROCESS_INFO_REQUEST | 1 | 
| public static final int | CLIENT_MAP_REDUCE_REQUEST | 3 | 
| public static final int | TRANSFERABLE_PROCESS_INFORMATION | 4 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:mapReduceService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final long | STAT_NOT_AVAILABLE | -99L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_PARTITION_COUNT | 271 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ALL | 1 | 
| public static final int | ADD_ALL_BACKUP | 0 | 
| public static final int | CLEAR | 3 | 
| public static final int | CLEAR_BACKUP | 2 | 
| public static final int | COMPARE_AND_REMOVE | 5 | 
| public static final int | COMPARE_AND_REMOVE_BACKUP | 4 | 
| public static final int | CONTAINS | 8 | 
| public static final int | CONTAINS_ALL | 6 | 
| public static final int | CONTAINS_ENTRY | 7 | 
| public static final int | COUNT | 9 | 
| public static final int | ENTRY_SET | 10 | 
| public static final int | GET | 12 | 
| public static final int | GET_ALL | 11 | 
| public static final int | INDEX_OF | 13 | 
| public static final int | KEY_SET | 14 | 
| public static final int | PUT | 16 | 
| public static final int | PUT_BACKUP | 15 | 
| public static final int | REMOVE | 20 | 
| public static final int | REMOVE_ALL | 18 | 
| public static final int | REMOVE_ALL_BACKUP | 17 | 
| public static final int | REMOVE_BACKUP | 19 | 
| public static final int | REMOVE_INDEX | 22 | 
| public static final int | REMOVE_INDEX_BACKUP | 21 | 
| public static final int | SET | 24 | 
| public static final int | SET_BACKUP | 23 | 
| public static final int | SIZE | 25 | 
| public static final int | TXN_COMMIT | 28 | 
| public static final int | TXN_COMMIT_BACKUP | 27 | 
| public static final int | TXN_GENERATE_RECORD_ID | 29 | 
| public static final int | TXN_LOCK_AND_GET | 30 | 
| public static final int | TXN_PREPARE | 32 | 
| public static final int | TXN_PREPARE_BACKUP | 31 | 
| public static final int | TXN_PUT | 33 | 
| public static final int | TXN_PUT_BACKUP | 34 | 
| public static final int | TXN_REMOVE | 35 | 
| public static final int | TXN_REMOVE_ALL | 37 | 
| public static final int | TXN_REMOVE_ALL_BACKUP | 38 | 
| public static final int | TXN_REMOVE_BACKUP | 36 | 
| public static final int | TXN_ROLLBACK | 39 | 
| public static final int | TXN_ROLLBACK_BACKUP | 40 | 
| public static final int | VALUES | 26 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ENTRY_LISTENER | 14 | 
| public static final int | CLEAR | 1 | 
| public static final int | CONTAINS_ENTRY | 2 | 
| public static final int | COUNT | 3 | 
| public static final int | ENTRY_SET | 4 | 
| public static final int | ENTRY_SET_RESPONSE | 15 | 
| public static final int | GET | 6 | 
| public static final int | GET_ALL | 5 | 
| public static final int | IS_LOCKED | 18 | 
| public static final int | KEY_BASED_CONTAINS | 26 | 
| public static final int | KEY_SET | 7 | 
| public static final int | LOCK | 16 | 
| public static final int | PUT | 8 | 
| public static final int | REMOVE | 10 | 
| public static final int | REMOVE_ALL | 9 | 
| public static final int | REMOVE_ENTRY_LISTENER | 24 | 
| public static final int | SET | 11 | 
| public static final int | SIZE | 12 | 
| public static final int | TXN_MM_GET | 20 | 
| public static final int | TXN_MM_PUT | 19 | 
| public static final int | TXN_MM_REMOVE | 21 | 
| public static final int | TXN_MM_REMOVEALL | 25 | 
| public static final int | TXN_MM_SIZE | 23 | 
| public static final int | TXN_MM_VALUE_COUNT | 22 | 
| public static final int | UNLOCK | 17 | 
| public static final int | VALUES | 13 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:multiMapService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | NULL_KEY_IS_NOT_ALLOWED | "Null key is not allowed!" | 
| protected static final String | NULL_VALUE_IS_NOT_ALLOWED | "Null value is not allowed!" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ID | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | BOOLEAN_SIZE_IN_BYTES | 1 | 
| public static final int | BYTE_SIZE_IN_BYTES | 1 | 
| public static final int | CACHE_LINE_LENGTH | 64 | 
| public static final int | CHAR_SIZE_IN_BYTES | 2 | 
| public static final int | DOUBLE_SIZE_IN_BYTES | 8 | 
| public static final int | FLOAT_SIZE_IN_BYTES | 4 | 
| public static final int | INT_SIZE_IN_BYTES | 4 | 
| public static final int | LONG_SIZE_IN_BYTES | 8 | 
| public static final int | SHORT_SIZE_IN_BYTES | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | UTF_BUFFER_SIZE | 1024 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | UTF_BUFFER_SIZE | 1024 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | HAZELCAST_ARRAY | "[Lcom.hazelcast." | 
| public static final String | HAZELCAST_BASE_PACKAGE | "com.hazelcast." | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | KILO_BYTE | 1024 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final byte | PRIMITIVE_TYPE_BOOLEAN | 1 | 
| public static final byte | PRIMITIVE_TYPE_BYTE | 2 | 
| public static final byte | PRIMITIVE_TYPE_DOUBLE | 7 | 
| public static final byte | PRIMITIVE_TYPE_FLOAT | 6 | 
| public static final byte | PRIMITIVE_TYPE_INTEGER | 4 | 
| public static final byte | PRIMITIVE_TYPE_LONG | 5 | 
| public static final byte | PRIMITIVE_TYPE_SHORT | 3 | 
| public static final byte | PRIMITIVE_TYPE_UTF | 8 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | HEADER_BIND | 5 | 
| public static final int | HEADER_EVENT | 2 | 
| public static final int | HEADER_OP | 0 | 
| public static final int | HEADER_RESPONSE | 1 | 
| public static final int | HEADER_URGENT | 4 | 
| public static final int | HEADER_WAN_REPLICATION | 3 | 
| public static final byte | VERSION | 4 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CLIENT_BINARY | "CB1" | 
| public static final String | CLIENT_BINARY_NEW | "CB2" | 
| public static final String | CLUSTER | "HZC" | 
| public static final String | TEXT | "TXT" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | MEM_COPY_THRESHOLD | 1048576 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | F_ID_OFFSET_WEBMODULE | -1000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | AGGREGATIONS_DS_FACTORY | "hazelcast.serialization.ds.aggregations" | 
| public static final String | AGGREGATIONS_PORTABLE_FACTORY | "hazelcast.serialization.portable.aggregations" | 
| public static final String | ATOMIC_LONG_DS_FACTORY | "hazelcast.serialization.ds.atomic_long" | 
| public static final String | ATOMIC_LONG_PORTABLE_FACTORY | "hazelcast.serialization.portable.atomic_long" | 
| public static final String | ATOMIC_REFERENCE_DS_FACTORY | "hazelcast.serialization.ds.atomic_reference" | 
| public static final String | ATOMIC_REFERENCE_PORTABLE_FACTORY | "hazelcast.serialization.portable.atomic_reference" | 
| public static final String | CACHE_DS_FACTORY | "hazelcast.serialization.ds.cache" | 
| public static final String | CACHE_PORTABLE_FACTORY | "hazelcast.serialization.portable.cache" | 
| public static final String | CDL_DS_FACTORY | "hazelcast.serialization.ds.cdl" | 
| public static final String | CDL_PORTABLE_FACTORY | "hazelcast.serialization.portable.cdl" | 
| public static final String | CLIENT_DS_FACTORY | "hazelcast.serialization.ds.client" | 
| public static final String | CLIENT_PORTABLE_FACTORY | "hazelcast.serialization.portable.client" | 
| public static final String | CLIENT_TXN_PORTABLE_FACTORY | "hazelcast.serialization.portable.client.txn" | 
| public static final String | COLLECTION_DS_FACTORY | "hazelcast.serialization.ds.collection" | 
| public static final String | COLLECTION_PORTABLE_FACTORY | "hazelcast.serialization.portable.collection" | 
| public static final String | ENTERPRISE_CACHE_DS_FACTORY | "hazelcast.serialization.ds.enterprise.cache" | 
| public static final String | ENTERPRISE_MAP_PORTABLE_FACTORY | "hazelcast.serialization.portable.enterprise.map" | 
| public static final String | ENTERPRISE_WAN_REPLICATION_DS_FACTORY | "hazelcast.serialization.ds.enterprise.wan_replication" | 
| public static final String | EXECUTOR_DS_FACTORY | "hazelcast.serialization.ds.executor" | 
| public static final String | EXECUTOR_PORTABLE_FACTORY | "hazelcast.serialization.portable.executor" | 
| public static final String | HIDENSITY_CACHE_DS_FACTORY | "hazelcast.serialization.ds.hidensity.cache" | 
| public static final String | LOCK_DS_FACTORY | "hazelcast.serialization.ds.lock" | 
| public static final String | LOCK_PORTABLE_FACTORY | "hazelcast.serialization.portable.lock" | 
| public static final String | MAP_DS_FACTORY | "hazelcast.serialization.ds.map" | 
| public static final String | MAP_PORTABLE_FACTORY | "hazelcast.serialization.portable.map" | 
| public static final String | MAP_REDUCE_DS_FACTORY | "hazelcast.serialization.ds.map_reduce" | 
| public static final String | MAP_REDUCE_PORTABLE_FACTORY | "hazelcast.serialization.portable.map_reduce" | 
| public static final String | MULTIMAP_DS_FACTORY | "hazelcast.serialization.ds.multimap" | 
| public static final String | MULTIMAP_PORTABLE_FACTORY | "hazelcast.serialization.portable.multimap" | 
| public static final String | PARTITION_DS_FACTORY | "hazelcast.serialization.ds.partition" | 
| public static final String | PARTITION_PORTABLE_FACTORY | "hazelcast.serialization.portable.partition" | 
| public static final String | QUEUE_DS_FACTORY | "hazelcast.serialization.ds.queue" | 
| public static final String | QUEUE_PORTABLE_FACTORY | "hazelcast.serialization.portable.queue" | 
| public static final String | REPLICATED_MAP_DS_FACTORY | "hazelcast.serialization.ds.replicated_map" | 
| public static final String | REPLICATED_PORTABLE_FACTORY | "hazelcast.serialization.portable.replicated_map" | 
| public static final String | SEMAPHORE_DS_FACTORY | "hazelcast.serialization.ds.semaphore" | 
| public static final String | SEMAPHORE_PORTABLE_FACTORY | "hazelcast.serialization.portable.semaphore" | 
| public static final String | SPI_DS_FACTORY | "hazelcast.serialization.ds.spi" | 
| public static final String | SPI_PORTABLE_FACTORY | "hazelcast.serialization.portable.spi" | 
| public static final String | TOPIC_DS_FACTORY | "hazelcast.serialization.ds.topic" | 
| public static final String | TOPIC_PORTABLE_FACTORY | "hazelcast.serialization.portable.topic" | 
| public static final String | WEB_DS_FACTORY | "hazelcast.serialization.ds.web" | 
| public static final String | WEB_PORTABLE_FACTORY | "hazelcast.serialization.portable.web" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | AUTO_TYPE_ARRAY_LIST | -100 | 
| public static final int | AUTO_TYPE_JOB_PARTITION_STATE | -101 | 
| public static final int | AUTO_TYPE_JOB_PARTITION_STATE_ARRAY | -102 | 
| public static final int | AUTO_TYPE_LINKED_LIST | -103 | 
| public static final int | CONSTANT_SERIALIZERS_LENGTH | 18 | 
| public static final int | CONSTANT_TYPE_BOOLEAN | -4 | 
| public static final int | CONSTANT_TYPE_BYTE | -3 | 
| public static final int | CONSTANT_TYPE_BYTE_ARRAY | -12 | 
| public static final int | CONSTANT_TYPE_CHAR | -5 | 
| public static final int | CONSTANT_TYPE_CHAR_ARRAY | -13 | 
| public static final int | CONSTANT_TYPE_DATA_SERIALIZABLE | -2 | 
| public static final int | CONSTANT_TYPE_DOUBLE | -10 | 
| public static final int | CONSTANT_TYPE_DOUBLE_ARRAY | -18 | 
| public static final int | CONSTANT_TYPE_FLOAT | -9 | 
| public static final int | CONSTANT_TYPE_FLOAT_ARRAY | -17 | 
| public static final int | CONSTANT_TYPE_INTEGER | -7 | 
| public static final int | CONSTANT_TYPE_INTEGER_ARRAY | -15 | 
| public static final int | CONSTANT_TYPE_LONG | -8 | 
| public static final int | CONSTANT_TYPE_LONG_ARRAY | -16 | 
| public static final int | CONSTANT_TYPE_NULL | 0 | 
| public static final int | CONSTANT_TYPE_PORTABLE | -1 | 
| public static final int | CONSTANT_TYPE_SHORT | -6 | 
| public static final int | CONSTANT_TYPE_SHORT_ARRAY | -14 | 
| public static final int | CONSTANT_TYPE_STRING | -11 | 
| public static final int | DEFAULT_TYPE_BIG_DECIMAL | -22 | 
| public static final int | DEFAULT_TYPE_BIG_INTEGER | -21 | 
| public static final int | DEFAULT_TYPE_CLASS | -19 | 
| public static final int | DEFAULT_TYPE_DATE | -20 | 
| public static final int | DEFAULT_TYPE_ENUM | -25 | 
| public static final int | DEFAULT_TYPE_EXTERNALIZABLE | -24 | 
| public static final int | DEFAULT_TYPE_OBJECT | -23 | 
| public static final int | HIBERNATE3_TYPE_HIBERNATE_CACHE_ENTRY | -201 | 
| public static final int | HIBERNATE3_TYPE_HIBERNATE_CACHE_KEY | -200 | 
| public static final int | HIBERNATE4_TYPE_HIBERNATE_CACHE_ENTRY | -203 | 
| public static final int | HIBERNATE4_TYPE_HIBERNATE_CACHE_KEY | -202 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | MAX_BACKUP_COUNT | 6 | 
| public static final int | MAX_REPLICA_COUNT | 7 | 
| public static final int | SYNC_WAITING | -1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final long | DEFAULT_REPLICA_SYNC_DELAY | 5000L | 
| public static final String | MIGRATION_EVENT_TOPIC | ".migration" | 
| public static final String | PARTITION_LOST_EVENT_TOPIC | ".partitionLost" | 
| public static final long | REPLICA_SYNC_RETRY_DELAY | 500L | 
| public static final String | SERVICE_NAME | "hz:core:partitionService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | PARTITIONS | 2 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | KEY_ATTRIBUTE_NAME | "__key" | 
| public static final String | THIS_ATTRIBUTE_NAME | "this" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final float | LOAD_FACTOR | 0.75f | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:quorumService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | EVENT_TOPIC_NAME | "hz:impl:replicatedMapService.replication" | 
| public static final String | SERVICE_NAME | "hz:impl:replicatedMapService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_LISTENER | 16 | 
| public static final int | CLEAR | 19 | 
| public static final int | CONTAINS_KEY | 3 | 
| public static final int | CONTAINS_VALUE | 4 | 
| public static final int | ENTRY_SET | 11 | 
| public static final int | GET | 6 | 
| public static final int | GET_RESPONSE | 15 | 
| public static final int | IS_EMPTY | 2 | 
| public static final int | KEY_SET | 9 | 
| public static final int | MAP_ENTRY_EVENT | 18 | 
| public static final int | MAP_ENTRY_SET | 12 | 
| public static final int | MAP_KEY_SET | 13 | 
| public static final int | PUT_ALL | 8 | 
| public static final int | PUT_TTL | 5 | 
| public static final int | REMOVE | 7 | 
| public static final int | REMOVE_LISTENER | 17 | 
| public static final int | SIZE | 1 | 
| public static final int | VALUES | 10 | 
| public static final int | VALUES_COLLECTION | 14 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | MAP_STATS | 8 | 
| public static final int | OP_CLEAR | 7 | 
| public static final int | OP_INIT_CHUNK | 5 | 
| public static final int | OP_POST_JOIN | 6 | 
| public static final int | RECORD | 1 | 
| public static final int | REPL_CLEAR_MESSAGE | 3 | 
| public static final int | REPL_MULTI_UPDATE_MESSAGE | 4 | 
| public static final int | REPL_UPDATE_MESSAGE | 2 | 
| public static final int | VECTOR | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_CHUNK_SIZE | 100 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_ALL_BACKUP_OPERATION | 8 | 
| public static final int | ADD_ALL_OPERATION | 7 | 
| public static final int | ADD_BACKUP_OPERATION | 2 | 
| public static final int | ADD_OPERATION | 3 | 
| public static final int | GENERIC_OPERATION | 1 | 
| public static final int | READ_MANY_OPERATION | 6 | 
| public static final int | READ_ONE_OPERATION | 4 | 
| public static final int | READ_RESULT_SET | 9 | 
| public static final int | REPLICATION_OPERATION | 5 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:ringbufferService" | 
| public static final String | TOPIC_RB_PREFIX | "_hz_rb_" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final byte | OPERATION_HEAD | 2 | 
| public static final byte | OPERATION_REMAINING_CAPACITY | 3 | 
| public static final byte | OPERATION_SIZE | 0 | 
| public static final byte | OPERATION_TAIL | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | ACTION_ACQUIRE | "acquire" | 
| public static final String | ACTION_ADD | "add" | 
| public static final String | ACTION_ALL | "all" | 
| public static final String | ACTION_CREATE | "create" | 
| public static final String | ACTION_DESTROY | "destroy" | 
| public static final String | ACTION_INDEX | "index" | 
| public static final String | ACTION_INTERCEPT | "intercept" | 
| public static final String | ACTION_LISTEN | "listen" | 
| public static final String | ACTION_LOCK | "lock" | 
| public static final String | ACTION_MODIFY | "modify" | 
| public static final String | ACTION_PUBLISH | "publish" | 
| public static final String | ACTION_PUT | "put" | 
| public static final String | ACTION_READ | "read" | 
| public static final String | ACTION_RELEASE | "release" | 
| public static final String | ACTION_REMOVE | "remove" | 
| public static final String | LISTENER_INSTANCE | "instance" | 
| public static final String | LISTENER_MEMBER | "member" | 
| public static final String | LISTENER_MIGRATION | "migration" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final int | CREATE | 1 | 
| protected static final int | DESTROY | 2 | 
| protected static final int | NONE | 0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | ASYNC_EXECUTOR | "hz:async" | 
| public static final String | CLIENT_EXECUTOR | "hz:client" | 
| public static final String | IO_EXECUTOR | "hz:io" | 
| public static final String | MAP_LOAD_ALL_KEYS_EXECUTOR | "hz:map-loadAllKeys" | 
| public static final String | MAP_LOADER_EXECUTOR | "hz:map-load" | 
| public static final String | QUERY_EXECUTOR | "hz:query" | 
| public static final String | SCHEDULED_EXECUTOR | "hz:scheduled" | 
| public static final String | SYSTEM_EXECUTOR | "hz:system" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final long | DEFAULT_CALL_TIMEOUT | -1L | 
| public static final boolean | DEFAULT_DESERIALIZE_RESULT | true | 
| public static final int | DEFAULT_REPLICA_INDEX | 0 | 
| public static final int | DEFAULT_TRY_COUNT | 250 | 
| public static final long | DEFAULT_TRY_PAUSE_MILLIS | 500L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final long | CALL_ID_LOCAL_SKIPPED | 9223372036854775807L | 
| public static final int | GENERIC_PARTITION_ID | -1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | BACKUP | 1 | 
| public static final int | BACKUP_RESPONSE | 2 | 
| public static final int | CALL_TIMEOUT_RESPONSE | 8 | 
| public static final int | COLLECTION | 7 | 
| public static final int | ERROR_RESPONSE | 9 | 
| public static final int | EVENT_PACKET | 6 | 
| public static final int | NORMAL_RESPONSE | 0 | 
| public static final int | PARALLEL_OPERATION_FACTORY | 5 | 
| public static final int | PARTITION_ITERATOR | 3 | 
| public static final int | PARTITION_RESPONSE | 4 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | COLLECTION | 2 | 
| public static final int | DISTRIBUTED_OBJECT_EVENT | 5 | 
| public static final int | ENTRY_EVENT | 4 | 
| public static final int | ITEM_EVENT | 3 | 
| public static final int | MAP_PARTITION_LOST_EVENT | 6 | 
| public static final int | PARTITION_LOST_EVENT | 7 | 
| public static final int | USERNAME_PWD_CRED | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | TERMINATION_TIMEOUT_SECONDS | 3 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:core:proxyService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | PUBLISH | 0 | 
| public static final int | RELIABLE_TOPIC_MESSAGE | 2 | 
| public static final int | TOPIC_EVENT | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ADD_LISTENER | 2 | 
| public static final int | PORTABLE_MESSAGE | 4 | 
| public static final int | PUBLISH | 1 | 
| public static final int | REMOVE_LISTENER | 3 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ORDERING_LOCKS_LENGTH | 1000 | 
| public static final String | SERVICE_NAME | "hz:impl:topicService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | INITIAL_BACKOFF_MS | 100 | 
| public static final int | MAX_BACKOFF | 2000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:reliableTopicService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CLEAR_XA | 10 | 
| public static final int | COLLECT_XA | 9 | 
| public static final int | COMMIT | 2 | 
| public static final int | COMMIT_XA | 6 | 
| public static final int | CREATE | 1 | 
| public static final int | CREATE_XA | 5 | 
| public static final int | FINALIZE_XA | 8 | 
| public static final int | PREPARE_XA | 4 | 
| public static final int | ROLLBACK | 3 | 
| public static final int | ROLLBACK_XA | 7 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:core:txManagerService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:impl:xaService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | HAZELCAST_CLOCK_IMPL | "com.hazelcast.clock.impl" | 
| public static final String | HAZELCAST_CLOCK_OFFSET | "com.hazelcast.clock.offset" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final long | TIME | 250L | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | SERVICE_NAME | "hz:core:wanReplicationService" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | GET_ATTRIBUTE | 3 | 
| public static final int | GET_ATTRIBUTE_NAMES | 4 | 
| public static final int | GET_SESSION_STATE | 5 | 
| public static final int | SESSION_DELETE | 2 | 
| public static final int | SESSION_STATE | 6 | 
| public static final int | SESSION_UPDATE | 1 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | HAZELCAST_REQUEST | "*hazelcast-request" | 
| protected static final String | HAZELCAST_SESSION_COOKIE_NAME | "hazelcast.sessionId" | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.