Uses of Interface
com.hazelcast.nio.serialization.DataSerializable
Packages that use DataSerializable
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.
This package contains ScheduledExecutorService functionality for Hazelcast.
Provides classes for configuring security realms in Hazelcast.
This package contains classes to support the versioning API.
-
Uses of DataSerializable in com.hazelcast.cache
Classes in com.hazelcast.cache that implement DataSerializableModifier and TypeClassDescriptionclass
Hazelcast provides overloads of the typical cache operations with a customExpiryPolicy
parameter.
This class provides a custom implementation of anExpiryPolicy
to react on all three types of policies: Create Access Update -
Uses of DataSerializable in com.hazelcast.cluster
Subinterfaces of DataSerializable in com.hazelcast.clusterClasses in com.hazelcast.cluster that implement DataSerializableModifier and TypeClassDescriptionfinal class
Represents an address of a member in the cluster. -
Uses of DataSerializable in com.hazelcast.nio.serialization
Subinterfaces of DataSerializable in com.hazelcast.nio.serializationModifier and TypeInterfaceDescriptioninterface
IdentifiedDataSerializable is an extension toDataSerializable
to avoid reflection during de-serialization.interface
This interface adds the possibility for the class to act as if it is another class when being deserialized using DataSerializableClasses in com.hazelcast.nio.serialization that implement DataSerializableModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated. -
Uses of DataSerializable in com.hazelcast.scheduledexecutor
Classes in com.hazelcast.scheduledexecutor that implement DataSerializable -
Uses of DataSerializable in com.hazelcast.security
Classes in com.hazelcast.security that implement DataSerializableModifier and TypeClassDescriptionclass
Simple implementation ofCredentials
using a raw byte array token.class
Simple implementation ofPasswordCredentials
using name and password as security attributes. -
Uses of DataSerializable in com.hazelcast.version
Classes in com.hazelcast.version that implement DataSerializableModifier and TypeClassDescriptionfinal class
Determines the Hazelcast codebase version in terms of major.minor.patch version.final class
A generic version to be used withVersionAware
classes.