Package | Description |
---|---|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.serialization.impl | |
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
com.hazelcast.version |
This package contains classes to support the versioning API.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Versions.V3_8
Represents cluster version 3.8
|
Modifier and Type | Method and Description |
---|---|
IdentifiedDataSerializable |
ArrayDataSerializableFactory.create(int typeId,
Version version) |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Version |
VersionAware.getVersion() |
static Version |
Version.of(int value) |
Modifier and Type | Method and Description |
---|---|
boolean |
Version.isBetween(Version from,
Version to)
Checks if the version is between specified version (both ends inclusive)
|
boolean |
Version.isEqualTo(Version version) |
boolean |
Version.isGreaterOrEqual(Version version) |
boolean |
Version.isGreaterThan(Version version) |
boolean |
Version.isLessOrEqual(Version version) |
boolean |
Version.isLessThan(Version version) |
void |
BufferObjectDataInput.setVersion(Version version) |
void |
BufferObjectDataOutput.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
IdentifiedDataSerializable |
VersionedDataSerializableFactory.create(int typeId,
Version version)
Creates an IdentifiedDataSerializable instance using given type id and object version
|
Modifier and Type | Method and Description |
---|---|
V |
VersionAwareConstructorFunction.createNew(K arg,
Version version)
Creates a new instance of an object given the construction argument and the version of the object
|
Modifier and Type | Method and Description |
---|---|
Version |
MemberVersion.asSerializationVersion() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.