Package | Description |
---|---|
com.hazelcast.cache.impl.client |
Hazelcast JSR-107 aka JCache implementation
Client Requests
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.cluster.client |
This package contains the client cluster functionality.
|
com.hazelcast.collection.impl.collection.client | |
com.hazelcast.collection.impl.list.client | |
com.hazelcast.collection.impl.queue.client |
This package contains client requests for the IQueue.
|
com.hazelcast.collection.impl.txncollection.client | |
com.hazelcast.collection.impl.txnqueue.client | |
com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. |
com.hazelcast.concurrent.atomicreference.client |
This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. |
com.hazelcast.concurrent.countdownlatch.client |
This package contains client requests for the ICountDownLatch.
This package contains all the client requests object to operate on the ICountDownLatch that are send by the client. |
com.hazelcast.concurrent.lock.client |
This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client. |
com.hazelcast.concurrent.semaphore.client |
This package contains client requests for the ISemaphore.
|
com.hazelcast.executor.impl.client |
This package contains client requests for the IExecutorService.
|
com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
com.hazelcast.mapreduce.impl.client |
This package contains request and response classes for communication between cluster
members and Hazelcast native clients
|
com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
com.hazelcast.multimap.impl.client |
Contains client requests for Hazelcast MultiMap module.
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.ringbuffer.impl.client | |
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.topic.impl.client |
This package contains client requests for the ITopic.
|
com.hazelcast.transaction.client |
This package contains client transaction code
|
Modifier and Type | Method and Description |
---|---|
void |
CacheListenerRegistrationRequest.read(PortableReader reader) |
void |
CachePutRequest.read(PortableReader reader) |
void |
CacheRemoveRequest.read(PortableReader reader) |
void |
CacheReplaceRequest.read(PortableReader reader) |
void |
CacheDestroyRequest.read(PortableReader reader) |
void |
CachePutIfAbsentRequest.read(PortableReader reader) |
void |
CacheIterateRequest.read(PortableReader reader) |
void |
CacheGetAndRemoveRequest.read(PortableReader reader) |
void |
CachePutAllRequest.read(PortableReader reader) |
void |
CacheLoadAllRequest.read(PortableReader reader) |
void |
CacheGetConfigRequest.read(PortableReader reader) |
void |
AbstractCacheRequest.read(PortableReader reader) |
void |
CacheGetRequest.read(PortableReader reader) |
void |
CacheAddPartitionLostListenerRequest.read(PortableReader reader) |
void |
CacheAddInvalidationListenerRequest.read(PortableReader reader) |
void |
CacheGetAllRequest.read(PortableReader reader) |
void |
CacheContainsKeyRequest.read(PortableReader reader) |
void |
CacheClearRequest.read(PortableReader reader) |
void |
CacheAddEntryListenerRequest.read(PortableReader reader) |
void |
CacheGetAndReplaceRequest.read(PortableReader reader) |
void |
CacheEntryProcessorRequest.read(PortableReader reader) |
void |
CacheCreateConfigRequest.read(PortableReader reader) |
void |
CacheManagementConfigRequest.read(PortableReader reader) |
void |
CacheBatchInvalidationMessage.readPortable(PortableReader reader) |
void |
CacheSingleInvalidationMessage.readPortable(PortableReader reader) |
void |
CacheInvalidationMessage.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
BaseClientRemoveListenerRequest.read(PortableReader reader) |
void |
ClientDestroyRequest.read(PortableReader reader) |
void |
AuthenticationRequest.read(PortableReader reader) |
void |
ClientCreateRequest.read(PortableReader reader) |
void |
BaseClientAddListenerRequest.read(PortableReader reader) |
void |
ClientRequest.read(PortableReader reader) |
void |
DistributedObjectInfo.readPortable(PortableReader reader) |
void |
ClientPrincipal.readPortable(PortableReader reader) |
void |
ClientRequest.readPortable(PortableReader reader) |
void |
GenericError.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
RegisterMembershipListenerRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionCompareAndRemoveRequest.read(PortableReader reader) |
void |
CollectionAddListenerRequest.read(PortableReader reader) |
void |
CollectionRequest.read(PortableReader reader) |
void |
CollectionRemoveListenerRequest.read(PortableReader reader) |
void |
CollectionContainsRequest.read(PortableReader reader) |
void |
CollectionAddAllRequest.read(PortableReader reader) |
void |
CollectionAddRequest.read(PortableReader reader) |
void |
CollectionRemoveRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ListSetRequest.read(PortableReader reader) |
void |
ListRemoveRequest.read(PortableReader reader) |
void |
ListGetRequest.read(PortableReader reader) |
void |
ListSubRequest.read(PortableReader reader) |
void |
ListIndexOfRequest.read(PortableReader reader) |
void |
ListAddAllRequest.read(PortableReader reader) |
void |
ListAddRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
DrainRequest.read(PortableReader reader) |
void |
OfferRequest.read(PortableReader reader) |
void |
AddListenerRequest.read(PortableReader reader) |
void |
AddAllRequest.read(PortableReader reader) |
void |
RemoveRequest.read(PortableReader reader) |
void |
CompareAndRemoveRequest.read(PortableReader reader) |
void |
QueueRequest.read(PortableReader reader) |
void |
ContainsRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
TxnCollectionRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
TxnPollRequest.read(PortableReader reader) |
void |
TxnSizeRequest.read(PortableReader reader) |
void |
TxnOfferRequest.read(PortableReader reader) |
void |
TxnPeekRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyRequest.read(PortableReader reader) |
void |
ReadRequest.read(PortableReader reader) |
void |
AbstractAlterRequest.read(PortableReader reader) |
void |
AtomicLongRequest.read(PortableReader reader) |
void |
CompareAndSetRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyRequest.read(PortableReader reader) |
void |
ReadRequest.read(PortableReader reader) |
void |
AbstractAlterRequest.read(PortableReader reader) |
void |
ModifyRequest.read(PortableReader reader) |
void |
ContainsRequest.read(PortableReader reader) |
void |
CompareAndSetRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
SetCountRequest.read(PortableReader reader) |
void |
CountDownRequest.read(PortableReader reader) |
void |
AwaitRequest.read(PortableReader reader) |
void |
GetCountRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
BeforeAwaitRequest.read(PortableReader reader) |
void |
GetRemainingLeaseRequest.read(PortableReader reader) |
void |
AbstractLockRequest.read(PortableReader reader) |
void |
GetLockCountRequest.read(PortableReader reader) |
void |
AbstractUnlockRequest.read(PortableReader reader) |
void |
SignalRequest.read(PortableReader reader) |
void |
AbstractIsLockedRequest.read(PortableReader reader) |
void |
AwaitRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
AcquireRequest.read(PortableReader reader) |
void |
SemaphoreRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionTargetCallableRequest.read(PortableReader reader) |
void |
IsShutdownRequest.read(PortableReader reader) |
void |
SpecificTargetCallableRequest.read(PortableReader reader) |
void |
ShutdownRequest.read(PortableReader reader) |
void |
CancellationRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
PortableReader |
SerializationService.createPortableReader(Data data) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortableReader |
class |
MorphingPortableReader |
Modifier and Type | Method and Description |
---|---|
PortableReader |
SerializationServiceV1.createPortableReader(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
MapGetAllRequest.read(PortableReader reader) |
void |
MapSizeRequest.read(PortableReader reader) |
void |
AbstractTxnMapRequest.read(PortableReader reader) |
void |
MapTryPutRequest.read(PortableReader reader) |
void |
MapClearNearCacheRequest.read(PortableReader reader) |
void |
MapAddEntryListenerSqlRequest.read(PortableReader reader) |
void |
MapAddInterceptorRequest.read(PortableReader reader) |
void |
MapAddPartitionLostListenerRequest.read(PortableReader reader) |
void |
MapRemoveInterceptorRequest.read(PortableReader reader) |
void |
MapExecuteOnKeyRequest.read(PortableReader reader) |
void |
MapClearRequest.read(PortableReader reader) |
void |
MapGetEntryViewRequest.read(PortableReader reader) |
void |
MapIsEmptyRequest.read(PortableReader reader) |
void |
MapAddEntryListenerRequest.read(PortableReader reader) |
void |
MapPutAllRequest.read(PortableReader reader) |
void |
MapPutRequest.read(PortableReader reader) |
void |
MapUnlockRequest.read(PortableReader reader) |
void |
MapExecuteWithPredicateRequest.read(PortableReader reader) |
void |
MapExecuteOnKeysRequest.read(PortableReader reader) |
void |
MapLockRequest.read(PortableReader reader) |
void |
MapReplaceIfSameRequest.read(PortableReader reader) |
void |
MapExecuteOnAllKeysRequest.read(PortableReader reader) |
void |
MapRemoveRequest.read(PortableReader reader) |
void |
MapEvictRequest.read(PortableReader reader) |
void |
MapEvictAllRequest.read(PortableReader reader) |
void |
MapGetRequest.read(PortableReader reader) |
void |
MapRemoveIfSameRequest.read(PortableReader reader) |
void |
MapLoadAllKeysRequest.read(PortableReader reader) |
void |
MapTryRemoveRequest.read(PortableReader reader) |
void |
MapIsLockedRequest.read(PortableReader reader) |
void |
MapDeleteRequest.read(PortableReader reader) |
void |
MapFlushRequest.read(PortableReader reader) |
void |
MapLoadGivenKeysRequest.read(PortableReader reader) |
void |
MapContainsKeyRequest.read(PortableReader reader) |
void |
MapAddIndexRequest.read(PortableReader reader) |
void |
MapContainsValueRequest.read(PortableReader reader) |
protected void |
MapSQLQueryRequest.readPortableInner(PortableReader reader) |
protected void |
MapQueryRequest.readPortableInner(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ClientMapReduceRequest.read(PortableReader reader) |
void |
ClientJobProcessInformationRequest.read(PortableReader reader) |
void |
ClientCancellationRequest.read(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
TransferableJobProcessInformation.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
KeyBasedContainsRequest.read(PortableReader reader) |
void |
MultiMapRequest.read(PortableReader reader) |
void |
MultiMapAllPartitionRequest.read(PortableReader reader) |
void |
TxnMultiMapPutRequest.read(PortableReader reader) |
void |
MultiMapIsLockedRequest.read(PortableReader reader) |
void |
CountRequest.read(PortableReader reader) |
void |
RemoveRequest.read(PortableReader reader) |
void |
PutRequest.read(PortableReader reader) |
void |
MultiMapLockRequest.read(PortableReader reader) |
void |
TxnMultiMapRequest.read(PortableReader reader) |
void |
TxnMultiMapRemoveAllRequest.read(PortableReader reader) |
void |
MultiMapKeyBasedRequest.read(PortableReader reader) |
void |
TxnMultiMapRemoveRequest.read(PortableReader reader) |
void |
GetAllRequest.read(PortableReader reader) |
void |
AddEntryListenerRequest.read(PortableReader reader) |
void |
MultiMapUnlockRequest.read(PortableReader reader) |
void |
RemoveAllRequest.read(PortableReader reader) |
void |
TxnMultiMapValueCountRequest.read(PortableReader reader) |
void |
ContainsRequest.read(PortableReader reader) |
void |
TxnMultiMapGetRequest.read(PortableReader reader) |
void |
PortableEntrySetResponse.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
Portable.readPortable(PortableReader reader)
Read portable fields using PortableReader
|
Modifier and Type | Method and Description |
---|---|
void |
ClientReplicatedMapRemoveRequest.read(PortableReader reader) |
void |
ClientReplicatedMapGetRequest.read(PortableReader reader) |
void |
ClientReplicatedMapContainsKeyRequest.read(PortableReader reader) |
void |
AbstractReplicatedMapClientRequest.read(PortableReader reader) |
void |
ClientReplicatedMapClearRequest.read(PortableReader reader) |
void |
ClientReplicatedMapAddEntryListenerRequest.read(PortableReader reader) |
void |
ClientReplicatedMapPutAllRequest.read(PortableReader reader) |
void |
ClientReplicatedMapPutTtlRequest.read(PortableReader reader) |
void |
ClientReplicatedMapContainsValueRequest.read(PortableReader reader) |
void |
ReplicatedMapPortableEntryEvent.readPortable(PortableReader reader) |
void |
ReplicatedMapEntries.readPortable(PortableReader reader) |
void |
ReplicatedMapKeys.readPortable(PortableReader reader) |
void |
ReplicatedMapValueCollection.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
AddAllRequest.read(PortableReader reader) |
void |
RingbufferRequest.read(PortableReader reader) |
void |
ReadOneRequest.read(PortableReader reader) |
void |
ReadManyRequest.read(PortableReader reader) |
void |
AddRequest.read(PortableReader reader) |
void |
PortableReadResultSet.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentials.readPortable(PortableReader reader) |
protected void |
UsernamePasswordCredentials.readPortableInternal(PortableReader reader) |
protected abstract void |
AbstractCredentials.readPortableInternal(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PortablePartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableCachePartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableEntryEvent.readPortable(PortableReader reader) |
void |
PortableCollection.readPortable(PortableReader reader) |
void |
PortableMapPartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableDistributedObjectEvent.readPortable(PortableReader reader) |
void |
PortableItemEvent.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
AddMessageListenerRequest.read(PortableReader reader) |
void |
PublishRequest.read(PortableReader reader) |
void |
PortableMessage.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
BaseXATransactionRequest.read(PortableReader reader) |
void |
CommitXATransactionRequest.read(PortableReader reader) |
void |
FinalizeXATransactionRequest.read(PortableReader reader) |
void |
BaseTransactionRequest.read(PortableReader reader) |
void |
CreateXATransactionRequest.read(PortableReader reader) |
void |
CreateTransactionRequest.read(PortableReader reader) |
void |
ClearRemoteTransactionRequest.read(PortableReader reader) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.