Serialized Form
Package com.hazelcast.config |
enabled
boolean enabled
algorithm
String algorithm
keyPassword
String keyPassword
keyAlias
String keyAlias
storeType
String storeType
storePassword
String storePassword
storePath
String storePath
logger
ILogger logger
xmlConfig
String xmlConfig
instanceName
String instanceName
groupConfig
GroupConfig groupConfig
port
int port
checkCompatibility
boolean checkCompatibility
reuseAddress
boolean reuseAddress
portAutoIncrement
boolean portAutoIncrement
executorConfig
ExecutorConfig executorConfig
mapExecutors
Map<K,V> mapExecutors
mapTopicConfigs
Map<K,V> mapTopicConfigs
mapQueueConfigs
Map<K,V> mapQueueConfigs
mapConfigs
Map<K,V> mapConfigs
multiMapConfigs
Map<K,V> multiMapConfigs
mapSemaphoreConfigs
Map<K,V> mapSemaphoreConfigs
configurationUrl
URL configurationUrl
configurationFile
File configurationFile
networkConfig
NetworkConfig networkConfig
liteMember
boolean liteMember
classLoader
ClassLoader classLoader
properties
Properties properties
mapMergePolicyConfigs
Map<K,V> mapMergePolicyConfigs
mapWanReplicationConfigs
Map<K,V> mapWanReplicationConfigs
securityConfig
SecurityConfig securityConfig
listenerConfigs
List<E> listenerConfigs
partitionGroupConfig
PartitionGroupConfig partitionGroupConfig
managementCenterConfig
ManagementCenterConfig managementCenterConfig
managedContext
ManagedContext managedContext
licenseKey
String licenseKey
name
String name
corePoolSize
int corePoolSize
maxPoolSize
int maxPoolSize
keepAliveSeconds
int keepAliveSeconds
logger
ILogger logger
name
String name
password
String password
logger
ILogger logger
enabled
boolean enabled
interfaceSet
Set<E> interfaceSet
multicastConfig
MulticastConfig multicastConfig
tcpIpConfig
TcpIpConfig tcpIpConfig
awsConfig
AwsConfig awsConfig
name
String name
backupCount
int backupCount
asyncBackupCount
int asyncBackupCount
evictionPercentage
int evictionPercentage
timeToLiveSeconds
int timeToLiveSeconds
maxIdleSeconds
int maxIdleSeconds
evictionDelaySeconds
int evictionDelaySeconds
maxSizeConfig
MaxSizeConfig maxSizeConfig
evictionPolicy
String evictionPolicy
valueIndexed
boolean valueIndexed
mapStoreConfig
MapStoreConfig mapStoreConfig
nearCacheConfig
NearCacheConfig nearCacheConfig
readBackupData
boolean readBackupData
cacheValue
boolean cacheValue
mergePolicy
String mergePolicy
wanReplicationRef
WanReplicationRef wanReplicationRef
listenerConfigs
List<E> listenerConfigs
mapIndexConfigs
List<E> mapIndexConfigs
storageType
MapConfig.StorageType storageType
size
int size
maxSizePolicy
String maxSizePolicy
enabled
boolean enabled
multicastGroup
String multicastGroup
multicastPort
int multicastPort
multicastTimeoutSeconds
int multicastTimeoutSeconds
multicastTimeToLive
int multicastTimeToLive
trustedInterfaces
Set<E> trustedInterfaces
name
String name
valueCollectionType
String valueCollectionType
listenerConfigs
List<E> listenerConfigs
interfaces
Interfaces interfaces
join
Join join
symmetricEncryptionConfig
SymmetricEncryptionConfig symmetricEncryptionConfig
asymmetricEncryptionConfig
AsymmetricEncryptionConfig asymmetricEncryptionConfig
socketInterceptorConfig
SocketInterceptorConfig socketInterceptorConfig
sslConfig
SSLConfig sslConfig
name
String name
backingMapRef
String backingMapRef
maxSizePerJVM
int maxSizePerJVM
listenerConfigs
List<E> listenerConfigs
name
String name
initialPermits
int initialPermits
factoryEnabled
boolean factoryEnabled
factoryClassName
String factoryClassName
factoryImplementation
SemaphoreFactory factoryImplementation
enabled
boolean enabled
salt
String salt
password
String password
iterationCount
int iterationCount
algorithm
String algorithm
key
byte[] key
connectionTimeoutSeconds
int connectionTimeoutSeconds
enabled
boolean enabled
members
List<E> members
requiredMember
String requiredMember
addresses
List<E> addresses
name
String name
globalOrderingEnabled
boolean globalOrderingEnabled
listenerConfigs
List<E> listenerConfigs
logger
ILogger logger
Package com.hazelcast.core |
serialVersionUID: -4L
task
Runnable task
result
Object result
serialVersionUID: -2296203982913729851L
entryEventType
EntryEventType entryEventType
key
Object key
oldValue
Object oldValue
value
Object value
member
Member member
name
String name
collection
boolean collection
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
type
Instance.InstanceType type
name
String name
instanceEventType
InstanceEvent.InstanceEventType instanceEventType
instance
Instance instance
item
Object item
eventType
ItemEventType eventType
member
Member member
serialVersionUID: -2010865371829087371L
member
Member member
eventType
int eventType
messageObject
Object messageObject
Package com.hazelcast.impl.monitor |
modified
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat modified
nonModified
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat nonModified
numberOfAwaitsReleased
long numberOfAwaitsReleased
numberOfGatesOpened
long numberOfGatesOpened
await
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat await
countdown
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat countdown
other
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat other
numberOfLocks
long numberOfLocks
numberOfUnlocks
long numberOfUnlocks
numberOfFailedLocks
long numberOfFailedLocks
gets
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat gets
puts
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat puts
removes
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat removes
numberOfOtherOperations
long numberOfOtherOperations
numberOfEvents
long numberOfEvents
lastAccessTime
AtomicLong lastAccessTime
hits
AtomicLong hits
ownedEntryCount
long ownedEntryCount
backupEntryCount
long backupEntryCount
markedAsRemovedEntryCount
long markedAsRemovedEntryCount
ownedEntryMemoryCost
long ownedEntryMemoryCost
backupEntryMemoryCost
long backupEntryMemoryCost
markedAsRemovedMemoryCost
long markedAsRemovedMemoryCost
creationTime
long creationTime
lastUpdateTime
long lastUpdateTime
lastEvictionTime
long lastEvictionTime
lockedEntryCount
long lockedEntryCount
lockWaitCount
long lockWaitCount
dirtyEntryCount
long dirtyEntryCount
numberOfOffers
long numberOfOffers
numberOfRejectedOffers
long numberOfRejectedOffers
numberOfPolls
long numberOfPolls
numberOfEmptyPolls
long numberOfEmptyPolls
numberOfOtherOperations
long numberOfOtherOperations
numberOfEvents
long numberOfEvents
ownedItemCount
int ownedItemCount
backupItemCount
int backupItemCount
minAge
long minAge
maxAge
long maxAge
aveAge
long aveAge
acquires
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat acquires
nonAcquires
com.hazelcast.impl.monitor.LocalOperationStatsSupport.OperationStat nonAcquires
numberOfRejectedAcquires
long numberOfRejectedAcquires
numberOfPermitsAcquired
long numberOfPermitsAcquired
numberOfPermitsReleased
long numberOfPermitsReleased
numberOfPermitsAttached
long numberOfPermitsAttached
numberOfPermitsDetached
long numberOfPermitsDetached
numberOfPermitsReduced
long numberOfPermitsReduced
numberOfPublishes
long numberOfPublishes
numberOfReceives
long numberOfReceives
outOfMemory
boolean outOfMemory
active
boolean active
serviceThreadStats
ThreadStats serviceThreadStats
inThreadStats
ThreadStats inThreadStats
outThreadStats
ThreadStats outThreadStats
serialVersionUID: -1817978625085375340L
address
Address address
memberHealthStats
MemberHealthStatsImpl memberHealthStats
runtimeProps
Map<K,V> runtimeProps
mapStats
Map<K,V> mapStats
queueStats
Map<K,V> queueStats
topicStats
Map<K,V> topicStats
atomicNumberStats
Map<K,V> atomicNumberStats
countDownLatchStats
Map<K,V> countDownLatchStats
semaphoreStats
Map<K,V> semaphoreStats
lsPartitions
List<E> lsPartitions
Package com.hazelcast.monitor |
mapName
String mapName
member
Member member
localMapStats
LocalMapStats localMapStats
partitions
Set<E> partitions
time
long time
totalMemory
long totalMemory
freeMemory
long freeMemory
maxMemory
long maxMemory
availableProcessors
int availableProcessors
systemProps
Properties systemProps
qName
String qName
member
Member member
localQueueStats
LocalQueueStats localQueueStats
time
long time
memberState
MemberState memberState
instanceNames
Set<E> instanceNames
memberList
List<E> memberList
master
Boolean master
clusterName
String clusterName
Package com.hazelcast.nio |
Package com.hazelcast.partition |
partitionId
int partitionId
oldOwner
Member oldOwner
newOwner
Member newOwner
Package com.hazelcast.query |
exp
Expression<T> exp
lsPredicates
List<E> lsPredicates
Package com.hazelcast.security |
serialVersionUID: 3587995040707072446L
endpoint
String endpoint
principal
String principal
serialVersionUID: -1508314631354255039L
password
byte[] password
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.