Uses of Interface
com.hazelcast.nio.ObjectDataInput
Packages that use ObjectDataInput
Package
Description
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
This package contains the cluster functionality.
Provides classes for configuring HazelcastInstance.
This package contains configuration classes for vector collection.
This package contains classes related to ConsoleApp
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's configuration data objects.
Jet's Core API.
Jet's Job Metric API.
Protocol Buffers v3 support for Hazelcast Jet.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
Contains the partition logic for Hazelcast.
Provides interfaces/classes for Hazelcast security implementation.
Provides interfaces/classes for Hazelcast transaction support.
This package contains classes to support the versioning API.
-
Uses of ObjectDataInput in com.hazelcast.cache
Methods in com.hazelcast.cache with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.cluster
Methods in com.hazelcast.cluster with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.config
Methods in com.hazelcast.config with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
AbstractWanPublisherConfig.readData
(ObjectDataInput in) void
AliasedDiscoveryConfig.readData
(ObjectDataInput in) void
AttributeConfig.readData
(ObjectDataInput in) void
BitmapIndexOptions.readData
(ObjectDataInput in) void
BTreeIndexConfig.readData
(ObjectDataInput in) void
CacheConfig.readData
(ObjectDataInput in) void
CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig.readData
(ObjectDataInput in) void
CacheSimpleConfig.ExpiryPolicyFactoryConfig.readData
(ObjectDataInput in) void
CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.readData
(ObjectDataInput in) void
CacheSimpleConfig.readData
(ObjectDataInput in) void
CacheSimpleEntryListenerConfig.readData
(ObjectDataInput in) void
CardinalityEstimatorConfig.readData
(ObjectDataInput in) void
CollectionConfig.readData
(ObjectDataInput in) void
DataConnectionConfig.readData
(ObjectDataInput in) void
DataPersistenceConfig.readData
(ObjectDataInput in) void
DiscoveryConfig.readData
(ObjectDataInput in) void
DiscoveryStrategyConfig.readData
(ObjectDataInput in) void
DiskTierConfig.readData
(ObjectDataInput in) void
DurableExecutorConfig.readData
(ObjectDataInput in) void
EntryListenerConfig.readData
(ObjectDataInput in) void
EventJournalConfig.readData
(ObjectDataInput in) void
EvictionConfig.readData
(ObjectDataInput in) void
ExecutorConfig.readData
(ObjectDataInput in) void
FlakeIdGeneratorConfig.readData
(ObjectDataInput in) void
HotRestartConfig.readData
(ObjectDataInput in) Deprecated.void
IndexConfig.readData
(ObjectDataInput in) void
ItemListenerConfig.readData
(ObjectDataInput in) void
ListenerConfig.readData
(ObjectDataInput in) void
MapConfig.readData
(ObjectDataInput in) void
MapStoreConfig.readData
(ObjectDataInput in) void
MemoryTierConfig.readData
(ObjectDataInput in) void
MergePolicyConfig.readData
(ObjectDataInput in) void
MerkleTreeConfig.readData
(ObjectDataInput in) void
MultiMapConfig.readData
(ObjectDataInput in) void
NearCacheConfig.readData
(ObjectDataInput in) void
NearCachePreloaderConfig.readData
(ObjectDataInput in) void
PartitioningAttributeConfig.readData
(ObjectDataInput in) void
PartitioningStrategyConfig.readData
(ObjectDataInput in) void
PermissionConfig.readData
(ObjectDataInput in) void
PNCounterConfig.readData
(ObjectDataInput in) void
PredicateConfig.readData
(ObjectDataInput in) void
QueryCacheConfig.readData
(ObjectDataInput in) void
QueueConfig.readData
(ObjectDataInput in) void
QueueStoreConfig.readData
(ObjectDataInput in) void
ReliableTopicConfig.readData
(ObjectDataInput in) void
ReplicatedMapConfig.readData
(ObjectDataInput in) void
RingbufferConfig.readData
(ObjectDataInput in) void
RingbufferStoreConfig.readData
(ObjectDataInput in) void
ScheduledExecutorConfig.readData
(ObjectDataInput in) void
SplitBrainProtectionConfig.readData
(ObjectDataInput in) void
TieredStoreConfig.readData
(ObjectDataInput in) void
TopicConfig.readData
(ObjectDataInput in) void
UserCodeNamespaceConfig.readData
(ObjectDataInput in) void
WanBatchPublisherConfig.readData
(ObjectDataInput in) void
WanConsumerConfig.readData
(ObjectDataInput in) void
WanReplicationConfig.readData
(ObjectDataInput in) void
WanReplicationRef.readData
(ObjectDataInput in) void
WanSyncConfig.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) -
Uses of ObjectDataInput in com.hazelcast.config.vector
Methods in com.hazelcast.config.vector with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
VectorCollectionConfig.readData
(ObjectDataInput in) void
VectorIndexConfig.readData
(ObjectDataInput in) -
Uses of ObjectDataInput in com.hazelcast.console
Methods in com.hazelcast.console with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.jet
Methods in com.hazelcast.jet with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.jet.config
Methods in com.hazelcast.jet.config with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
DeltaJobConfig.readData
(ObjectDataInput in) void
EdgeConfig.readData
(ObjectDataInput in) void
JobConfig.readData
(ObjectDataInput in) void
ResourceConfig.readData
(ObjectDataInput in) -
Uses of ObjectDataInput in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
DAG.readData
(ObjectDataInput in) void
Edge.readData
(ObjectDataInput in) void
ProcessorMetaSupplier.ExpectNothingProcessorSupplier.readData
(ObjectDataInput in) void
ProcessorMetaSupplier.RandomMemberPms.readData
(ObjectDataInput in) void
ProcessorMetaSupplier.SpecificMemberPms.readData
(ObjectDataInput in) void
Vertex.readData
(ObjectDataInput in) -
Uses of ObjectDataInput in com.hazelcast.jet.core.metrics
Methods in com.hazelcast.jet.core.metrics with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
JobMetrics.readData
(ObjectDataInput in) void
Measurement.readData
(ObjectDataInput in) -
Uses of ObjectDataInput in com.hazelcast.jet.protobuf
Methods in com.hazelcast.jet.protobuf with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.nio.serialization
Methods in com.hazelcast.nio.serialization that return ObjectDataInputModifier and TypeMethodDescriptionPortableReader.getRawDataInput()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.nio.serialization with parameters of type ObjectDataInputModifier and TypeMethodDescriptionStreamSerializer.read
(ObjectDataInput in) Reads object from objectDataInputStreamTypedStreamDeserializer.read
(ObjectDataInput in, Class aClass) Reads object from objectDataInputStreamvoid
DataSerializable.readData
(ObjectDataInput in) Reads fields from the input streamvoid
PortableId.readData
(ObjectDataInput in) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ObjectDataInput in com.hazelcast.partition
Methods in com.hazelcast.partition with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.security
Methods in com.hazelcast.security with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
SimpleTokenCredentials.readData
(ObjectDataInput in) void
UsernamePasswordCredentials.readData
(ObjectDataInput in) -
Uses of ObjectDataInput in com.hazelcast.transaction
Methods in com.hazelcast.transaction with parameters of type ObjectDataInput -
Uses of ObjectDataInput in com.hazelcast.version
Methods in com.hazelcast.version with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
MemberVersion.readData
(ObjectDataInput in) void
Version.readData
(ObjectDataInput in)