Uses of Interface
com.hazelcast.nio.serialization.IdentifiedDataSerializable
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 IdentifiedDataSerializable 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 IdentifiedDataSerializable in com.hazelcast.cluster
Modifier and TypeClassDescriptionfinal class
Represents an address of a member in the cluster. -
Uses of IdentifiedDataSerializable in com.hazelcast.nio.serialization
Modifier and TypeMethodDescriptionDataSerializableFactory.create
(int typeId) Creates an IdentifiedDataSerializable instance using given type ID -
Uses of IdentifiedDataSerializable in com.hazelcast.scheduledexecutor
-
Uses of IdentifiedDataSerializable 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 IdentifiedDataSerializable 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.