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.cluster |
This package contains the cluster functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.config |
Jet's configuration data objects.
|
com.hazelcast.jet.core |
Jet's Core API.
|
com.hazelcast.jet.core.metrics |
Jet's Job Metric API.
|
com.hazelcast.jet.protobuf |
Protocol Buffers v3 support for Hazelcast Jet.
|
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.security |
Provides interfaces/classes for Hazelcast security implementation.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.version |
This package contains classes to support the versioning API.
|
Modifier and Type | Method and Description |
---|---|
void |
HazelcastExpiryPolicy.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Address.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
ItemListenerConfig.readData(ObjectDataInput in) |
void |
QueueStoreConfig.readData(ObjectDataInput in) |
void |
NearCachePreloaderConfig.readData(ObjectDataInput in) |
void |
DiskTierConfig.readData(ObjectDataInput in) |
void |
EventJournalConfig.readData(ObjectDataInput in) |
void |
ExecutorConfig.readData(ObjectDataInput in) |
void |
WanConsumerConfig.readData(ObjectDataInput in) |
void |
DiscoveryConfig.readData(ObjectDataInput in) |
void |
MemoryTierConfig.readData(ObjectDataInput in) |
void |
WanReplicationRef.readData(ObjectDataInput in) |
void |
MultiMapConfig.readData(ObjectDataInput in) |
void |
DiscoveryStrategyConfig.readData(ObjectDataInput in) |
void |
WanSyncConfig.readData(ObjectDataInput in) |
void |
MergePolicyConfig.readData(ObjectDataInput in) |
void |
MapConfig.readData(ObjectDataInput in) |
void |
CardinalityEstimatorConfig.readData(ObjectDataInput in) |
void |
HotRestartConfig.readData(ObjectDataInput in)
Deprecated.
|
void |
NearCacheConfig.readData(ObjectDataInput in) |
void |
DurableExecutorConfig.readData(ObjectDataInput in) |
void |
FlakeIdGeneratorConfig.readData(ObjectDataInput in) |
void |
PredicateConfig.readData(ObjectDataInput in) |
void |
WanReplicationConfig.readData(ObjectDataInput in) |
void |
TopicConfig.readData(ObjectDataInput in) |
void |
PermissionConfig.readData(ObjectDataInput in) |
void |
ReplicatedMapConfig.readData(ObjectDataInput in) |
void |
WanBatchPublisherConfig.readData(ObjectDataInput in) |
void |
SplitBrainProtectionConfig.readData(ObjectDataInput in) |
void |
CollectionConfig.readData(ObjectDataInput in) |
void |
PartitioningStrategyConfig.readData(ObjectDataInput in) |
void |
ListenerConfig.readData(ObjectDataInput in) |
void |
QueueConfig.readData(ObjectDataInput in) |
void |
ScheduledExecutorConfig.readData(ObjectDataInput in) |
void |
AttributeConfig.readData(ObjectDataInput in) |
void |
EvictionConfig.readData(ObjectDataInput in) |
void |
CacheConfig.readData(ObjectDataInput in) |
void |
AliasedDiscoveryConfig.readData(ObjectDataInput in) |
void |
CacheSimpleEntryListenerConfig.readData(ObjectDataInput in) |
void |
DataPersistenceConfig.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 |
QueryCacheConfig.readData(ObjectDataInput in) |
void |
EntryListenerConfig.readData(ObjectDataInput in) |
void |
MerkleTreeConfig.readData(ObjectDataInput in) |
void |
AbstractWanPublisherConfig.readData(ObjectDataInput in) |
void |
IndexConfig.readData(ObjectDataInput in) |
void |
BitmapIndexOptions.readData(ObjectDataInput in) |
void |
TieredStoreConfig.readData(ObjectDataInput in) |
void |
RingbufferConfig.readData(ObjectDataInput in) |
void |
ReliableTopicConfig.readData(ObjectDataInput in) |
void |
BTreeIndexConfig.readData(ObjectDataInput in) |
void |
DataLinkConfig.readData(ObjectDataInput in) |
void |
RingbufferStoreConfig.readData(ObjectDataInput in) |
void |
MapStoreConfig.readData(ObjectDataInput in) |
void |
PNCounterConfig.readData(ObjectDataInput in) |
protected void |
CacheConfig.readFactories(ObjectDataInput in) |
protected void |
CacheConfig.readKeyValueTypes(ObjectDataInput in) |
protected void |
CacheConfig.readListenerConfigurations(ObjectDataInput in) |
protected void |
CacheConfig.readTenant(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Echo.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
JobStatusEvent.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
JobConfig.readData(ObjectDataInput in) |
void |
EdgeConfig.readData(ObjectDataInput in) |
void |
DeltaJobConfig.readData(ObjectDataInput in) |
void |
ResourceConfig.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Edge.readData(ObjectDataInput in) |
void |
DAG.readData(ObjectDataInput in) |
void |
ProcessorMetaSupplier.SpecificMemberPms.readData(ObjectDataInput in) |
void |
ProcessorMetaSupplier.RandomMemberPms.readData(ObjectDataInput in) |
void |
ProcessorMetaSupplier.ExpectNothingProcessorSupplier.readData(ObjectDataInput in) |
void |
Vertex.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Measurement.readData(ObjectDataInput in) |
void |
JobMetrics.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
T |
ProtobufSerializer.read(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 |
PartitionAwareKey.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTokenCredentials.readData(ObjectDataInput in) |
void |
UsernamePasswordCredentials.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionOptions.readData(ObjectDataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Version.readData(ObjectDataInput in) |
void |
MemberVersion.readData(ObjectDataInput in) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.