Uses of Interface
com.hazelcast.nio.ObjectDataOutput
Packages that use ObjectDataOutput
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 ObjectDataOutput in com.hazelcast.cache
Methods in com.hazelcast.cache with parameters of type ObjectDataOutput -
Uses of ObjectDataOutput in com.hazelcast.cluster
Methods in com.hazelcast.cluster with parameters of type ObjectDataOutput -
Uses of ObjectDataOutput in com.hazelcast.nio.serialization
Methods in com.hazelcast.nio.serialization that return ObjectDataOutputModifier and TypeMethodDescriptionPortableWriter.getRawDataOutput()
Deprecated, for removal: This API element is subject to removal in a future version.After writing portable fields one can subsequently write remaining fields in the old-fashioned way.Methods in com.hazelcast.nio.serialization with parameters of type ObjectDataOutputModifier and TypeMethodDescriptionvoid
StreamSerializer.write
(ObjectDataOutput out, T object) This method writes object to ObjectDataOutputvoid
DataSerializable.writeData
(ObjectDataOutput out) Writes object fields to output streamvoid
PortableId.writeData
(ObjectDataOutput out) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ObjectDataOutput in com.hazelcast.security
Methods in com.hazelcast.security with parameters of type ObjectDataOutputModifier and TypeMethodDescriptionvoid
SimpleTokenCredentials.writeData
(ObjectDataOutput out) void
UsernamePasswordCredentials.writeData
(ObjectDataOutput out) -
Uses of ObjectDataOutput in com.hazelcast.version
Methods in com.hazelcast.version with parameters of type ObjectDataOutputModifier and TypeMethodDescriptionvoid
MemberVersion.writeData
(ObjectDataOutput out) void
Version.writeData
(ObjectDataOutput out)