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.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
Provides classes for configuring security realms in Hazelcast.
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.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.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.version
Methods in com.hazelcast.version with parameters of type ObjectDataInputModifier and TypeMethodDescriptionvoid
MemberVersion.readData
(ObjectDataInput in) void
Version.readData
(ObjectDataInput in)