Serialized Form


Package com.hazelcast.cluster

Class com.hazelcast.cluster.AbstractRemotelyCallable extends AbstractNodeAware implements Serializable

Serialized Fields

conn

Connection conn

Class com.hazelcast.cluster.AbstractRemotelyProcessable extends AbstractNodeAware implements Serializable

Serialized Fields

conn

Connection conn

Class com.hazelcast.cluster.AddOrRemoveConnection extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

address

Address address

add

boolean add

Class com.hazelcast.cluster.AuthorizationCall extends AbstractRemotelyCallable<java.lang.Boolean> implements Serializable

Serialized Fields

groupName

java.lang.String groupName

groupPassword

java.lang.String groupPassword

Class com.hazelcast.cluster.Bind extends Master implements Serializable

Class com.hazelcast.cluster.ClusterManager.RemoveMember extends java.lang.Object implements Serializable

Serialized Fields

deadAddress

Address deadAddress

Class com.hazelcast.cluster.ConnectionCheckCall extends AbstractRemotelyCallable<java.lang.Boolean> implements Serializable

Class com.hazelcast.cluster.FinalizeJoin extends AbstractRemotelyCallable<java.lang.Boolean> implements Serializable

Class com.hazelcast.cluster.InitialProcess extends AbstractRemotelyProcessable implements Serializable

serialVersionUID: 4803635299019880729L

Serialized Fields

processables

java.util.List<E> processables

Class com.hazelcast.cluster.JoinInfo extends JoinRequest implements Serializable

Serialized Fields

request

boolean request

memberCount

int memberCount

tryCount

int tryCount

logger

ILogger logger

Class com.hazelcast.cluster.JoinRequest extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

nodeType

NodeType nodeType

address

Address address

to

Address to

packetVersion

byte packetVersion

buildNumber

int buildNumber

config

Config config

Class com.hazelcast.cluster.Master extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

address

Address address
The address.

Class com.hazelcast.cluster.MemberInfo extends java.lang.Object implements Serializable

Serialized Fields

address

Address address

nodeType

NodeType nodeType

Class com.hazelcast.cluster.MemberRemover extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

deadAddress

Address deadAddress

Class com.hazelcast.cluster.MembersUpdateCall extends AbstractRemotelyCallable<java.lang.Boolean> implements Serializable

serialVersionUID: -2311579721761844861L

Serialized Fields

memberInfos

java.util.Collection<E> memberInfos

masterTime

long masterTime

Class com.hazelcast.cluster.SyncProcess extends AbstractRemotelyCallable<java.lang.Boolean> implements Serializable

Serialized Fields

connection

Connection connection

Package com.hazelcast.config

Class com.hazelcast.config.AsymmetricEncryptionConfig extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled

algorithm

java.lang.String algorithm

keyPassword

java.lang.String keyPassword

keyAlias

java.lang.String keyAlias

storeType

java.lang.String storeType

storePassword

java.lang.String storePassword

storePath

java.lang.String storePath

Class com.hazelcast.config.ClasspathXmlConfig extends Config implements Serializable

Serialized Fields

logger

ILogger logger

Class com.hazelcast.config.Config extends java.lang.Object implements Serializable

Serialized Fields

xmlConfig

java.lang.String xmlConfig

groupConfig

GroupConfig groupConfig

port

int port

checkCompatibility

boolean checkCompatibility

reuseAddress

boolean reuseAddress

portAutoIncrement

boolean portAutoIncrement

executorConfig

ExecutorConfig executorConfig

mapExecutors

java.util.Map<K,V> mapExecutors

mapTopicConfigs

java.util.Map<K,V> mapTopicConfigs

mapQueueConfigs

java.util.Map<K,V> mapQueueConfigs

mapConfigs

java.util.Map<K,V> mapConfigs

mapSemaphoreConfigs

java.util.Map<K,V> mapSemaphoreConfigs

configurationUrl

java.net.URL configurationUrl

configurationFile

java.io.File configurationFile

networkConfig

NetworkConfig networkConfig

superClient

boolean superClient

classLoader

java.lang.ClassLoader classLoader

properties

java.util.Properties properties

mapMergePolicyConfigs

java.util.Map<K,V> mapMergePolicyConfigs

mapWanReplicationConfigs

java.util.Map<K,V> mapWanReplicationConfigs

Class com.hazelcast.config.ExecutorConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

corePoolSize

int corePoolSize

maxPoolSize

int maxPoolSize

keepAliveSeconds

int keepAliveSeconds

Class com.hazelcast.config.FileSystemXmlConfig extends Config implements Serializable

Serialized Fields

logger

ILogger logger

Class com.hazelcast.config.GroupConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

password

java.lang.String password

Class com.hazelcast.config.InMemoryXmlConfig extends Config implements Serializable

Serialized Fields

logger

ILogger logger

Class com.hazelcast.config.Interfaces extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled

interfaceSet

java.util.Set<E> interfaceSet

Class com.hazelcast.config.Join extends java.lang.Object implements Serializable

Serialized Fields

multicastConfig

MulticastConfig multicastConfig

tcpIpConfig

TcpIpConfig tcpIpConfig

awsConfig

AwsConfig awsConfig

Class com.hazelcast.config.MapConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

backupCount

int backupCount

evictionPercentage

int evictionPercentage

timeToLiveSeconds

int timeToLiveSeconds

maxIdleSeconds

int maxIdleSeconds

evictionDelaySeconds

int evictionDelaySeconds

maxSizeConfig

MaxSizeConfig maxSizeConfig

evictionPolicy

java.lang.String evictionPolicy

valueIndexed

boolean valueIndexed

mapStoreConfig

MapStoreConfig mapStoreConfig

nearCacheConfig

NearCacheConfig nearCacheConfig

readBackupData

boolean readBackupData

cacheValue

boolean cacheValue

mergePolicy

java.lang.String mergePolicy

wanReplicationRef

WanReplicationRef wanReplicationRef

Class com.hazelcast.config.MaxSizeConfig extends java.lang.Object implements Serializable

Serialized Fields

size

int size

maxSizePolicy

java.lang.String maxSizePolicy

Class com.hazelcast.config.MulticastConfig extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled

multicastGroup

java.lang.String multicastGroup

multicastPort

int multicastPort

multicastTimeoutSeconds

int multicastTimeoutSeconds

Class com.hazelcast.config.NetworkConfig extends java.lang.Object implements Serializable

Serialized Fields

interfaces

Interfaces interfaces

join

Join join

symmetricEncryptionConfig

SymmetricEncryptionConfig symmetricEncryptionConfig

asymmetricEncryptionConfig

AsymmetricEncryptionConfig asymmetricEncryptionConfig

Class com.hazelcast.config.QueueConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

backingMapRef

java.lang.String backingMapRef

maxSizePerJVM

int maxSizePerJVM

Class com.hazelcast.config.SemaphoreConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

initialPermits

int initialPermits

factoryEnabled

boolean factoryEnabled

factoryClassName

java.lang.String factoryClassName

factoryImplementation

SemaphoreFactory factoryImplementation

Class com.hazelcast.config.SymmetricEncryptionConfig extends java.lang.Object implements Serializable

Serialized Fields

enabled

boolean enabled

salt

java.lang.String salt

password

java.lang.String password

iterationCount

int iterationCount

algorithm

java.lang.String algorithm

key

byte[] key

Class com.hazelcast.config.TcpIpConfig extends java.lang.Object implements Serializable

Serialized Fields

connectionTimeoutSeconds

int connectionTimeoutSeconds

enabled

boolean enabled

members

java.util.List<E> members

requiredMember

java.lang.String requiredMember

addresses

java.util.List<E> addresses

Class com.hazelcast.config.TopicConfig extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

globalOrderingEnabled

boolean globalOrderingEnabled

Class com.hazelcast.config.UrlXmlConfig extends Config implements Serializable

Serialized Fields

logger

ILogger logger

Package com.hazelcast.core

Class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl extends java.lang.Object implements Serializable

serialVersionUID: -4L

Serialized Fields

task

java.lang.Runnable task

result

java.lang.Object result

Class com.hazelcast.core.EntryEvent extends java.util.EventObject implements Serializable

serialVersionUID: -2296203982913729851L

Serialized Fields

entryEventType

EntryEventType entryEventType

key

java.lang.Object key

oldValue

java.lang.Object oldValue

value

java.lang.Object value

member

Member member

name

java.lang.String name

collection

boolean collection

Class com.hazelcast.core.HazelcastInstanceAwareObject extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.hazelcast.core.InstanceDestroyedException extends java.lang.Exception implements Serializable

Serialized Fields

type

Instance.InstanceType type

name

java.lang.String name

Class com.hazelcast.core.InstanceEvent extends java.util.EventObject implements Serializable

Serialized Fields

instanceEventType

InstanceEvent.InstanceEventType instanceEventType

instance

Instance instance

Class com.hazelcast.core.MemberLeftException extends java.util.concurrent.ExecutionException implements Serializable

Serialized Fields

member

Member member

Class com.hazelcast.core.MembershipEvent extends java.util.EventObject implements Serializable

serialVersionUID: -2010865371829087371L

Serialized Fields

member

Member member

eventType

int eventType

Package com.hazelcast.examples

Class com.hazelcast.examples.AllTest.Customer extends java.lang.Object implements Serializable

Serialized Fields

year

int year

name

java.lang.String name

field

byte[] field

Class com.hazelcast.examples.TestApp.Echo extends HazelcastInstanceAwareObject implements Serializable

Serialized Fields

input

java.lang.String input

Class com.hazelcast.examples.TestApp.LongTask extends HazelcastInstanceAwareObject implements Serializable

Serialized Fields

input

java.lang.String input

Package com.hazelcast.impl

Class com.hazelcast.impl.Block extends java.lang.Object implements Serializable

Serialized Fields

blockId

int blockId

owner

Address owner

migrationAddress

Address migrationAddress

hash

int hash

migrationStarted

boolean migrationStarted

Class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable extends java.lang.Object implements Serializable

Serialized Fields

hazelcast

HazelcastInstance hazelcast

item

Data item

name

java.lang.String name

Class com.hazelcast.impl.Blocks extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

lsBlocks

java.util.List<E> lsBlocks

Class com.hazelcast.impl.ClientDistributedTask extends java.lang.Object implements Serializable

Serialized Fields

callable

java.util.concurrent.Callable<V> callable

member

Member member

members

java.util.Set<E> members

key

java.lang.Object key

Class com.hazelcast.impl.ClientService.CountDownLatchLeave extends java.lang.Object implements Serializable

Serialized Fields

deadAddress

Address deadAddress

Class com.hazelcast.impl.ClientService.PartitionImpl extends java.lang.Object implements Serializable

Serialized Fields

partitionId

int partitionId

owner

MemberImpl owner

Class com.hazelcast.impl.ClientServiceException extends java.lang.Object implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

Class com.hazelcast.impl.CMap.CMapEntry extends java.lang.Object implements Serializable

Serialized Fields

cost

long cost

expirationTime

long expirationTime

lastAccessTime

long lastAccessTime

lastUpdateTime

long lastUpdateTime

lastStoredTime

long lastStoredTime

creationTime

long creationTime

version

long version

hits

int hits

valid

boolean valid

name

java.lang.String name

key

java.lang.Object key

value

java.lang.Object value

hazelcastInstance

HazelcastInstance hazelcastInstance

Class com.hazelcast.impl.CMap.Values extends java.lang.Object implements Serializable

Serialized Fields

lsValues

java.util.Collection<E> lsValues

Class com.hazelcast.impl.ConcurrentMapManager.PutAllCallable extends java.lang.Object implements Serializable

Serialized Fields

mapName

java.lang.String mapName

pairs

com.hazelcast.impl.base.Pairs pairs

factory

FactoryImpl factory

Class com.hazelcast.impl.DataAwareEntryEvent extends EntryEvent implements Serializable

Serialized Fields

dataKey

Data dataKey

dataNewValue

Data dataNewValue

dataOldValue

Data dataOldValue

firedLocally

boolean firedLocally

Class com.hazelcast.impl.DestroyEndpointThreadsCallable extends java.lang.Object implements Serializable

Serialized Fields

endpoint

Address endpoint

threadIds

java.util.Set<E> threadIds

Class com.hazelcast.impl.EvictLocalMapEntriesCallable extends java.lang.Object implements Serializable

serialVersionUID: -8809741591882405286L

Serialized Fields

mapName

java.lang.String mapName

percentage

int percentage

Class com.hazelcast.impl.FactoryImpl.AtomicNumberProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Serialized Fields

nameAsData

Data nameAsData

Class com.hazelcast.impl.FactoryImpl.CollectionProxyImpl extends BaseCollection implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

Class com.hazelcast.impl.FactoryImpl.CountDownLatchProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Serialized Fields

nameAsData

Data nameAsData

Class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy extends HazelcastInstanceAwareObject implements Serializable

Class com.hazelcast.impl.FactoryImpl.IdGeneratorProxy extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Class com.hazelcast.impl.FactoryImpl.InitializeMap extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class com.hazelcast.impl.FactoryImpl.LockProxyImpl extends SerializationHelper implements Serializable

Serialized Fields

key

java.lang.Object key

Class com.hazelcast.impl.FactoryImpl.MProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Class com.hazelcast.impl.FactoryImpl.MultiMapProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Class com.hazelcast.impl.FactoryImpl.ProxyKey extends SerializationHelper implements Serializable

Serialized Fields

name

java.lang.String name

key

java.lang.Object key

Class com.hazelcast.impl.FactoryImpl.QProxyImpl extends java.util.AbstractQueue implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

blockingQueueManager

BlockingQueueManager blockingQueueManager

listenerManager

ListenerManager listenerManager

Class com.hazelcast.impl.FactoryImpl.SemaphoreProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Serialized Fields

nameAsData

Data nameAsData

Class com.hazelcast.impl.FactoryImpl.TopicProxyImpl extends com.hazelcast.impl.base.FactoryAwareNamedProxy implements Serializable

Serialized Fields

topicManager

TopicManager topicManager

listenerManager

ListenerManager listenerManager

Class com.hazelcast.impl.GetAllCallable extends java.lang.Object implements Serializable

Serialized Fields

mapName

java.lang.String mapName

keys

Keys keys

factory

FactoryImpl factory

Class com.hazelcast.impl.Keys extends java.util.AbstractSet<Data> implements Serializable

Serialized Fields

keys

java.util.Collection<E> keys

Class com.hazelcast.impl.ListenerManager.ListenerItem extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

name

java.lang.String name

key

java.lang.Object key

listener

java.lang.Object listener

includeValue

boolean includeValue

instanceType

Instance.InstanceType instanceType

localListener

boolean localListener

Class com.hazelcast.impl.ListProxyImpl extends java.util.AbstractList implements Serializable

Serialized Fields

actualName

java.lang.String actualName

name

java.lang.String name

factory

FactoryImpl factory

Class com.hazelcast.impl.MemberImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

localMember

boolean localMember

address

Address address

nodeType

NodeType nodeType

Class com.hazelcast.impl.TcpIpJoiner.MasterAnswer extends AbstractRemotelyProcessable implements Serializable

Serialized Fields

respondingAddress

Address respondingAddress

approved

boolean approved

Class com.hazelcast.impl.TcpIpJoiner.MasterQuestion extends AbstractRemotelyProcessable implements Serializable

Class com.hazelcast.impl.TestUtil.AbstractValue extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class com.hazelcast.impl.TestUtil.Employee extends java.lang.Object implements Serializable

Serialized Fields

id

long id

name

java.lang.String name

city

java.lang.String city

age

int age

active

boolean active

salary

double salary

date

java.sql.Timestamp date

createDate

java.util.Date createDate

sqlDate

java.sql.Date sqlDate

Class com.hazelcast.impl.TestUtil.OrderKey extends java.lang.Object implements Serializable

Serialized Fields

customerId

int customerId

orderId

int orderId

Class com.hazelcast.impl.TestUtil.OrderUpdateCallable extends java.lang.Object implements Serializable

Serialized Fields

customerId

int customerId

orderId

int orderId

Class com.hazelcast.impl.TestUtil.OrderUpdateRunnable extends java.lang.Object implements Serializable

Serialized Fields

customerId

int customerId

orderId

int orderId

Class com.hazelcast.impl.TestUtil.Value extends TestUtil.AbstractValue implements Serializable

Serialized Fields

type

TestUtil.ValueType type

index

int index

Class com.hazelcast.impl.TestUtil.ValueType extends java.lang.Object implements Serializable

Serialized Fields

typeName

java.lang.String typeName

Package com.hazelcast.logging

Class com.hazelcast.logging.LogEvent extends java.util.EventObject implements Serializable

Serialized Fields

logRecord

java.util.logging.LogRecord logRecord

member

Member member

groupName

java.lang.String groupName

Package com.hazelcast.monitor

Class com.hazelcast.monitor.ClusterStateViewImpl extends java.lang.Object implements Serializable

Serialized Fields

memberPartitions

java.util.Map<K,V> memberPartitions

instanceNames

java.util.Set<E> instanceNames

Class com.hazelcast.monitor.DistributedMapStatsCallable extends java.lang.Object implements Serializable

Serialized Fields

mapName

java.lang.String mapName

Class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat extends java.lang.Object implements Serializable

Serialized Fields

member

Member member

localMapStats

LocalMapStats localMapStats

Class com.hazelcast.monitor.DistributedMemberInfoCallable extends java.lang.Object implements Serializable

Class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo extends java.lang.Object implements Serializable

Serialized Fields

partitions

java.util.Set<E> partitions

time

long time

totalMemory

long totalMemory

freeMemory

long freeMemory

maxMemory

long maxMemory

availableProcessors

int availableProcessors

systemProps

java.util.Properties systemProps

Class com.hazelcast.monitor.DistributedQueueStatsCallable extends java.lang.Object implements Serializable

Serialized Fields

qName

java.lang.String qName

Class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats extends java.lang.Object implements Serializable

Serialized Fields

member

Member member

localQueueStats

LocalQueueStats localQueueStats

Class com.hazelcast.monitor.TimedClusterState extends java.lang.Object implements Serializable

Serialized Fields

time

long time

lsMemberStates

java.util.List<E> lsMemberStates

instanceNames

java.util.Set<E> instanceNames

Package com.hazelcast.nio

Class com.hazelcast.nio.AbstractEvolvableDataSerializable extends java.lang.Object implements Serializable

Serialized Fields

futureData

byte[] futureData

Class com.hazelcast.nio.Address extends java.lang.Object implements Serializable

serialVersionUID: -7626390274220424603L

Serialization Methods

readObject

public void readObject(java.nio.ByteBuffer buffer)

writeObject

public void writeObject(java.nio.ByteBuffer buffer)
Serialized Fields

host

java.lang.String host

ip

byte[] ip

port

int port

hash

int hash

thisAddress

boolean thisAddress

Class com.hazelcast.nio.Data extends java.lang.Object implements Serializable

Serialized Fields

buffer

byte[] buffer

partitionHash

int partitionHash

Package com.hazelcast.partition

Class com.hazelcast.partition.MigrationEvent extends java.util.EventObject implements Serializable

Serialized Fields

partitionId

int partitionId

oldOwner

Member oldOwner

newOwner

Member newOwner

Package com.hazelcast.query

Class com.hazelcast.query.EntryKeyObject extends java.lang.Object implements Serializable

Class com.hazelcast.query.PredicateBuilder extends java.lang.Object implements Serializable

Serialized Fields

exp

Expression<T> exp

lsPredicates

java.util.List<E> lsPredicates

Class com.hazelcast.query.Predicates.AbstractExpression extends SerializationHelper implements Serializable

Class com.hazelcast.query.Predicates.AbstractPredicate extends SerializationHelper implements Serializable

Class com.hazelcast.query.Predicates.AndOrPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

predicates

Predicate<K,V>[] predicates

and

boolean and

Class com.hazelcast.query.Predicates.BetweenPredicate extends Predicates.EqualPredicate implements Serializable

Serialized Fields

to

java.lang.Object to

fromConvertedValue

java.lang.Comparable<T> fromConvertedValue

toConvertedValue

java.lang.Comparable<T> toConvertedValue

Class com.hazelcast.query.Predicates.EqualPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

first

Expression<T> first

second

java.lang.Object second

convertedSecondValue

java.lang.Object convertedSecondValue

secondIsExpression

boolean secondIsExpression

Class com.hazelcast.query.Predicates.GetExpressionImpl extends Predicates.AbstractExpression implements Serializable

Serialized Fields

input

java.lang.String input

ls

java.util.List<E> ls

Class com.hazelcast.query.Predicates.GreaterLessPredicate extends Predicates.EqualPredicate implements Serializable

Serialized Fields

equal

boolean equal

less

boolean less

Class com.hazelcast.query.Predicates.InPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

first

Expression<T> first

inValueArray

java.lang.Object[] inValueArray

inValues

java.util.Set<E> inValues

convertedInValues

java.util.Set<E> convertedInValues

firstValueObject

java.lang.Object firstValueObject

Class com.hazelcast.query.Predicates.LikePredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

first

Expression<T> first

second

java.lang.String second

pattern

java.util.regex.Pattern pattern

Class com.hazelcast.query.Predicates.NotEqualPredicate extends Predicates.EqualPredicate implements Serializable

Class com.hazelcast.query.Predicates.NotPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

predicate

Predicate<K,V> predicate

Class com.hazelcast.query.Predicates.RegexPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

first

Expression<T> first

regex

java.lang.String regex

pattern

java.util.regex.Pattern pattern

Class com.hazelcast.query.SqlPredicate extends Predicates.AbstractPredicate implements Serializable

Serialized Fields

sql

java.lang.String sql

Package com.hazelcast.util

Class com.hazelcast.util.ConcurrentHashSet extends java.util.AbstractSet<E> implements Serializable

Serialized Fields

m

java.util.Map<K,V> m

Class com.hazelcast.util.DistributedTimeoutException extends java.lang.Object implements Serializable

Class com.hazelcast.util.SimpleImmutableEntry extends java.lang.Object implements Serializable

serialVersionUID: 7138329143949025153L

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Package com.hazelcast.util.concurrent

Class com.hazelcast.util.concurrent.ConcurrentSkipListMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: -8627078645895051609L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the map from a stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of this map to a stream.

Serial Data:
The key (Object) and value (Object) for each key-value mapping represented by the map, followed by null. The key-value mappings are emitted in key-order (as determined by the Comparator, or by the keys' natural ordering if no Comparator).
Throws:
java.io.IOException
Serialized Fields

comparator

java.util.Comparator<T> comparator
The comparator used to maintain order in this map, or null if using natural ordering.

 

Class com.hazelcast.util.concurrent.ConcurrentSkipListMap.SubMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: -7647078645895051609L

Serialized Fields

m

ConcurrentSkipListMap<K,V> m
Underlying map


lo

java.lang.Object lo
lower bound key, or null if from start


hi

java.lang.Object hi
upper bound key, or null if to end


loInclusive

boolean loInclusive
inclusion flag for lo


hiInclusive

boolean hiInclusive
inclusion flag for hi


isDescending

boolean isDescending
direction

Class com.hazelcast.util.concurrent.ConcurrentSkipListSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -2479143111061671589L

Serialized Fields

m

ConcurrentNavigableMap<K,V> m
The underlying map. Uses Boolean.TRUE as value for each element. This field is declared final for the sake of thread safety, which entails some ugliness in clone()



Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.