Package | Description |
---|---|
com.hazelcast.cache |
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
com.hazelcast.map.eviction |
This package contains eviction specific classes.
|
com.hazelcast.map.merge |
Contains out-of-the-box merge policies for
IMap . |
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
com.hazelcast.replicatedmap.merge |
Contains out-of-the-box merge policies for
ReplicatedMap . |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.version |
This package contains classes to support the versioning API.
|
com.hazelcast.wan |
This package contains the WAN replication API
|
Modifier and Type | Method and Description |
---|---|
void |
HazelcastExpiryPolicy.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyCacheEvictionConfig.readData(ObjectDataInput in) |
void |
MaxSizeConfig.readData(ObjectDataInput in) |
void |
EventJournalConfig.readData(ObjectDataInput in) |
void |
MapConfig.readData(ObjectDataInput in) |
void |
WanReplicationConfig.readData(ObjectDataInput in) |
void |
CacheConfig.readData(ObjectDataInput in) |
void |
WanReplicationRef.readData(ObjectDataInput in) |
void |
CacheSimpleEntryListenerConfig.readData(ObjectDataInput in) |
void |
EntryListenerConfig.readData(ObjectDataInput in) |
void |
EntryListenerConfig.MapListenerToEntryListenerAdapter.readData(ObjectDataInput in) |
void |
QueryCacheConfig.readData(ObjectDataInput in) |
void |
LegacyCacheConfig.readData(ObjectDataInput in) |
void |
AtomicReferenceConfig.readData(ObjectDataInput in) |
void |
WanConsumerConfig.readData(ObjectDataInput in) |
void |
MerkleTreeConfig.readData(ObjectDataInput in) |
void |
MapAttributeConfig.readData(ObjectDataInput in) |
void |
QuorumConfig.readData(ObjectDataInput in) |
void |
ListenerConfig.readData(ObjectDataInput in) |
void |
TopicConfig.readData(ObjectDataInput in) |
void |
WanSyncConfig.readData(ObjectDataInput in) |
void |
ExecutorConfig.readData(ObjectDataInput in) |
void |
CacheSimpleConfig.readData(ObjectDataInput in) |
void |
CacheSimpleConfig.ExpiryPolicyFactoryConfig.readData(ObjectDataInput in) |
void |
CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.readData(ObjectDataInput in) |
void |
CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig.readData(ObjectDataInput in) |
void |
MergePolicyConfig.readData(ObjectDataInput in) |
void |
CountDownLatchConfig.readData(ObjectDataInput in) |
void |
MultiMapConfig.readData(ObjectDataInput in) |
void |
PNCounterConfig.readData(ObjectDataInput in) |
void |
CardinalityEstimatorConfig.readData(ObjectDataInput in) |
void |
ItemListenerConfig.readData(ObjectDataInput in) |
void |
ScheduledExecutorConfig.readData(ObjectDataInput in) |
void |
ReplicatedMapConfig.readData(ObjectDataInput in) |
void |
HotRestartConfig.readData(ObjectDataInput in) |
void |
ReliableTopicConfig.readData(ObjectDataInput in) |
void |
LockConfig.readData(ObjectDataInput in) |
void |
SemaphoreConfig.readData(ObjectDataInput in) |
void |
WanPublisherConfig.readData(ObjectDataInput in) |
void |
CollectionConfig.readData(ObjectDataInput in) |
void |
FlakeIdGeneratorConfig.readData(ObjectDataInput in) |
void |
PredicateConfig.readData(ObjectDataInput in) |
void |
EvictionConfig.readData(ObjectDataInput in) |
void |
QueueStoreConfig.readData(ObjectDataInput in) |
void |
MapStoreConfig.readData(ObjectDataInput in) |
void |
RingbufferConfig.readData(ObjectDataInput in) |
void |
NearCachePreloaderConfig.readData(ObjectDataInput in) |
void |
MapIndexConfig.readData(ObjectDataInput in) |
void |
DurableExecutorConfig.readData(ObjectDataInput in) |
void |
NearCacheConfig.readData(ObjectDataInput in) |
void |
PartitioningStrategyConfig.readData(ObjectDataInput in) |
void |
AtomicLongConfig.readData(ObjectDataInput in) |
void |
RingbufferStoreConfig.readData(ObjectDataInput in) |
void |
QueueConfig.readData(ObjectDataInput in) |
protected void |
CacheConfig.readFactories(ObjectDataInput in) |
protected void |
CacheConfig.readKeyValueTypes(ObjectDataInput in) |
protected void |
CacheConfig.readListenerConfigurations(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Echo.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
MemberAttributeEvent.readData(ObjectDataInput in) |
void |
PartitionAwareKey.readData(ObjectDataInput in) |
void |
MigrationEvent.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCRDTReplicationOperation.readInternal(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
PNCounterImpl.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
LRUEvictionPolicy.readData(ObjectDataInput in) |
void |
LFUEvictionPolicy.readData(ObjectDataInput in) |
void |
RandomEvictionPolicy.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
IgnoreMergingEntryMapMergePolicy.readData(ObjectDataInput in) |
void |
PutIfAbsentMapMergePolicy.readData(ObjectDataInput in) |
void |
HigherHitsMapMergePolicy.readData(ObjectDataInput in) |
void |
PassThroughMergePolicy.readData(ObjectDataInput in) |
void |
LatestUpdateMapMergePolicy.readData(ObjectDataInput in) |
Modifier and Type | Interface and Description |
---|---|
interface |
BufferObjectDataInput |
Modifier and Type | Method and Description |
---|---|
static Object |
IOUtil.readAttributeValue(ObjectDataInput in) |
static byte[] |
IOUtil.readByteArray(ObjectDataInput in) |
void |
Address.readData(ObjectDataInput in) |
static <T> T |
IOUtil.readObject(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
ObjectDataInput |
PortableReader.getRawDataInput()
|
Modifier and Type | Method and Description |
---|---|
T |
StreamSerializer.read(ObjectDataInput in)
Reads object from objectDataInputStream
|
T |
TypedStreamDeserializer.read(ObjectDataInput in,
Class aClass)
Reads object from objectDataInputStream
|
void |
DataSerializable.readData(ObjectDataInput in)
Reads fields from the input stream
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionLostEvent.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
SqlPredicate.readData(ObjectDataInput in) |
void |
PartitionPredicate.readData(ObjectDataInput in) |
void |
TruePredicate.readData(ObjectDataInput in) |
void |
PredicateBuilder.readData(ObjectDataInput in) |
void |
PagingPredicate.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
PutIfAbsentMapMergePolicy.readData(ObjectDataInput in) |
void |
HigherHitsMapMergePolicy.readData(ObjectDataInput in) |
void |
PassThroughMergePolicy.readData(ObjectDataInput in) |
void |
LatestUpdateMapMergePolicy.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Operation.readData(ObjectDataInput in) |
void |
OperationControl.readData(ObjectDataInput in) |
void |
DefaultObjectNamespace.readData(ObjectDataInput in)
Deprecated.
|
void |
DistributedObjectNamespace.readData(ObjectDataInput in) |
protected void |
Operation.readInternal(ObjectDataInput in) |
protected void |
AbstractLocalOperation.readInternal(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
IPartitionLostEvent.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionOptions.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
MemberVersion.readData(ObjectDataInput in) |
void |
Version.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationEvent.readData(ObjectDataInput in) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.