Uses of Interface
com.hazelcast.nio.serialization.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
Modifier 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
Modifier and TypeClassDescriptionfinal class
Represents an address of a member in the cluster. -
Uses of DataSerializable in com.hazelcast.nio.serialization
Modifier 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 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
-
Uses of DataSerializable in com.hazelcast.security
Modifier 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
Modifier 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.