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.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.write(PortableWriter writer) |
void |
CachePutRequest.write(PortableWriter writer) |
void |
CacheRemoveRequest.write(PortableWriter writer) |
void |
CacheReplaceRequest.write(PortableWriter writer) |
void |
CacheDestroyRequest.write(PortableWriter writer) |
void |
CachePutIfAbsentRequest.write(PortableWriter writer) |
void |
CacheIterateRequest.write(PortableWriter writer) |
void |
CacheGetAndRemoveRequest.write(PortableWriter writer) |
void |
CachePutAllRequest.write(PortableWriter writer) |
void |
CacheLoadAllRequest.write(PortableWriter writer) |
void |
CacheGetConfigRequest.write(PortableWriter writer) |
void |
AbstractCacheRequest.write(PortableWriter writer) |
void |
CacheGetRequest.write(PortableWriter writer) |
void |
CacheAddPartitionLostListenerRequest.write(PortableWriter writer) |
void |
CacheAddInvalidationListenerRequest.write(PortableWriter writer) |
void |
CacheGetAllRequest.write(PortableWriter writer) |
void |
CacheContainsKeyRequest.write(PortableWriter writer) |
void |
CacheClearRequest.write(PortableWriter writer) |
void |
CacheAddEntryListenerRequest.write(PortableWriter writer) |
void |
CacheGetAndReplaceRequest.write(PortableWriter writer) |
void |
CacheEntryProcessorRequest.write(PortableWriter writer) |
void |
CacheCreateConfigRequest.write(PortableWriter writer) |
void |
CacheManagementConfigRequest.write(PortableWriter writer) |
void |
CacheBatchInvalidationMessage.writePortable(PortableWriter writer) |
void |
CacheSingleInvalidationMessage.writePortable(PortableWriter writer) |
void |
CacheInvalidationMessage.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
BaseClientRemoveListenerRequest.write(PortableWriter writer) |
void |
ClientDestroyRequest.write(PortableWriter writer) |
void |
AuthenticationRequest.write(PortableWriter writer) |
void |
ClientCreateRequest.write(PortableWriter writer) |
void |
BaseClientAddListenerRequest.write(PortableWriter writer) |
void |
ClientRequest.write(PortableWriter writer) |
void |
DistributedObjectInfo.writePortable(PortableWriter writer) |
void |
ClientPrincipal.writePortable(PortableWriter writer) |
void |
ClientRequest.writePortable(PortableWriter writer) |
void |
GenericError.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
RegisterMembershipListenerRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionCompareAndRemoveRequest.write(PortableWriter writer) |
void |
CollectionAddListenerRequest.write(PortableWriter writer) |
void |
CollectionRequest.write(PortableWriter writer) |
void |
CollectionRemoveListenerRequest.write(PortableWriter writer) |
void |
CollectionContainsRequest.write(PortableWriter writer) |
void |
CollectionAddAllRequest.write(PortableWriter writer) |
void |
CollectionAddRequest.write(PortableWriter writer) |
void |
CollectionRemoveRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
ListSetRequest.write(PortableWriter writer) |
void |
ListRemoveRequest.write(PortableWriter writer) |
void |
ListGetRequest.write(PortableWriter writer) |
void |
ListSubRequest.write(PortableWriter writer) |
void |
ListIndexOfRequest.write(PortableWriter writer) |
void |
ListAddAllRequest.write(PortableWriter writer) |
void |
ListAddRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
DrainRequest.write(PortableWriter writer) |
void |
OfferRequest.write(PortableWriter writer) |
void |
AddListenerRequest.write(PortableWriter writer) |
void |
AddAllRequest.write(PortableWriter writer) |
void |
RemoveRequest.write(PortableWriter writer) |
void |
CompareAndRemoveRequest.write(PortableWriter writer) |
void |
QueueRequest.write(PortableWriter writer) |
void |
ContainsRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
TxnCollectionRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
TxnPollRequest.write(PortableWriter writer) |
void |
TxnSizeRequest.write(PortableWriter writer) |
void |
TxnOfferRequest.write(PortableWriter writer) |
void |
TxnPeekRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyRequest.write(PortableWriter writer) |
void |
ReadRequest.write(PortableWriter writer) |
void |
AbstractAlterRequest.write(PortableWriter writer) |
void |
AtomicLongRequest.write(PortableWriter writer) |
void |
CompareAndSetRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyRequest.write(PortableWriter writer) |
void |
ReadRequest.write(PortableWriter writer) |
void |
AbstractAlterRequest.write(PortableWriter writer) |
void |
ModifyRequest.write(PortableWriter writer) |
void |
ContainsRequest.write(PortableWriter writer) |
void |
CompareAndSetRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
SetCountRequest.write(PortableWriter writer) |
void |
CountDownRequest.write(PortableWriter writer) |
void |
AwaitRequest.write(PortableWriter writer) |
void |
GetCountRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
BeforeAwaitRequest.write(PortableWriter writer) |
void |
GetRemainingLeaseRequest.write(PortableWriter writer) |
void |
AbstractLockRequest.write(PortableWriter writer) |
void |
GetLockCountRequest.write(PortableWriter writer) |
void |
AbstractUnlockRequest.write(PortableWriter writer) |
void |
SignalRequest.write(PortableWriter writer) |
void |
AbstractIsLockedRequest.write(PortableWriter writer) |
void |
AwaitRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
AcquireRequest.write(PortableWriter writer) |
void |
SemaphoreRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionTargetCallableRequest.write(PortableWriter writer) |
void |
IsShutdownRequest.write(PortableWriter writer) |
void |
SpecificTargetCallableRequest.write(PortableWriter writer) |
void |
ShutdownRequest.write(PortableWriter writer) |
void |
CancellationRequest.write(PortableWriter writer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortableWriter |
Modifier and Type | Method and Description |
---|---|
void |
MapGetAllRequest.write(PortableWriter writer) |
void |
MapSizeRequest.write(PortableWriter writer) |
void |
AbstractTxnMapRequest.write(PortableWriter writer) |
void |
MapTryPutRequest.write(PortableWriter writer) |
void |
MapClearNearCacheRequest.write(PortableWriter writer) |
void |
MapAddEntryListenerSqlRequest.write(PortableWriter writer) |
void |
MapAddInterceptorRequest.write(PortableWriter writer) |
void |
MapAddPartitionLostListenerRequest.write(PortableWriter writer) |
void |
MapRemoveInterceptorRequest.write(PortableWriter writer) |
void |
MapExecuteOnKeyRequest.write(PortableWriter writer) |
void |
MapClearRequest.write(PortableWriter writer) |
void |
MapGetEntryViewRequest.write(PortableWriter writer) |
void |
MapIsEmptyRequest.write(PortableWriter writer) |
void |
MapAddEntryListenerRequest.write(PortableWriter writer) |
void |
MapPutAllRequest.write(PortableWriter writer) |
void |
MapPutRequest.write(PortableWriter writer) |
void |
MapUnlockRequest.write(PortableWriter writer) |
void |
MapExecuteWithPredicateRequest.write(PortableWriter writer) |
void |
MapExecuteOnKeysRequest.write(PortableWriter writer) |
void |
MapLockRequest.write(PortableWriter writer) |
void |
MapReplaceIfSameRequest.write(PortableWriter writer) |
void |
MapExecuteOnAllKeysRequest.write(PortableWriter writer) |
void |
MapRemoveRequest.write(PortableWriter writer) |
void |
MapEvictRequest.write(PortableWriter writer) |
void |
MapEvictAllRequest.write(PortableWriter writer) |
void |
MapGetRequest.write(PortableWriter writer) |
void |
MapRemoveIfSameRequest.write(PortableWriter writer) |
void |
MapLoadAllKeysRequest.write(PortableWriter writer) |
void |
MapTryRemoveRequest.write(PortableWriter writer) |
void |
MapIsLockedRequest.write(PortableWriter writer) |
void |
MapDeleteRequest.write(PortableWriter writer) |
void |
MapFlushRequest.write(PortableWriter writer) |
void |
MapLoadGivenKeysRequest.write(PortableWriter writer) |
void |
MapContainsKeyRequest.write(PortableWriter writer) |
void |
MapAddIndexRequest.write(PortableWriter writer) |
void |
MapContainsValueRequest.write(PortableWriter writer) |
protected void |
MapSQLQueryRequest.writePortableInner(PortableWriter writer) |
protected void |
MapQueryRequest.writePortableInner(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
ClientMapReduceRequest.write(PortableWriter writer) |
void |
ClientJobProcessInformationRequest.write(PortableWriter writer) |
void |
ClientCancellationRequest.write(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
TransferableJobProcessInformation.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
KeyBasedContainsRequest.write(PortableWriter writer) |
void |
MultiMapRequest.write(PortableWriter writer) |
void |
MultiMapAllPartitionRequest.write(PortableWriter writer) |
void |
TxnMultiMapPutRequest.write(PortableWriter writer) |
void |
MultiMapIsLockedRequest.write(PortableWriter writer) |
void |
CountRequest.write(PortableWriter writer) |
void |
RemoveRequest.write(PortableWriter writer) |
void |
PutRequest.write(PortableWriter writer) |
void |
MultiMapLockRequest.write(PortableWriter writer) |
void |
TxnMultiMapRequest.write(PortableWriter writer) |
void |
TxnMultiMapRemoveAllRequest.write(PortableWriter writer) |
void |
MultiMapKeyBasedRequest.write(PortableWriter writer) |
void |
TxnMultiMapRemoveRequest.write(PortableWriter writer) |
void |
GetAllRequest.write(PortableWriter writer) |
void |
AddEntryListenerRequest.write(PortableWriter writer) |
void |
MultiMapUnlockRequest.write(PortableWriter writer) |
void |
RemoveAllRequest.write(PortableWriter writer) |
void |
TxnMultiMapValueCountRequest.write(PortableWriter writer) |
void |
ContainsRequest.write(PortableWriter writer) |
void |
TxnMultiMapGetRequest.write(PortableWriter writer) |
void |
PortableEntrySetResponse.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
Portable.writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
Modifier and Type | Method and Description |
---|---|
void |
ClientReplicatedMapRemoveRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapGetRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapContainsKeyRequest.write(PortableWriter writer) |
void |
AbstractReplicatedMapClientRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapClearRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapAddEntryListenerRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapPutAllRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapPutTtlRequest.write(PortableWriter writer) |
void |
ClientReplicatedMapContainsValueRequest.write(PortableWriter writer) |
void |
ReplicatedMapPortableEntryEvent.writePortable(PortableWriter writer) |
void |
ReplicatedMapEntries.writePortable(PortableWriter writer) |
void |
ReplicatedMapKeys.writePortable(PortableWriter writer) |
void |
ReplicatedMapValueCollection.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
AddAllRequest.write(PortableWriter writer) |
void |
RingbufferRequest.write(PortableWriter writer) |
void |
ReadOneRequest.write(PortableWriter writer) |
void |
ReadManyRequest.write(PortableWriter writer) |
void |
AddRequest.write(PortableWriter writer) |
void |
PortableReadResultSet.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentials.writePortable(PortableWriter writer) |
protected void |
UsernamePasswordCredentials.writePortableInternal(PortableWriter writer) |
protected abstract void |
AbstractCredentials.writePortableInternal(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
PortablePartitionLostEvent.writePortable(PortableWriter writer) |
void |
PortableCachePartitionLostEvent.writePortable(PortableWriter writer) |
void |
PortableEntryEvent.writePortable(PortableWriter writer) |
void |
PortableCollection.writePortable(PortableWriter writer) |
void |
PortableMapPartitionLostEvent.writePortable(PortableWriter writer) |
void |
PortableDistributedObjectEvent.writePortable(PortableWriter writer) |
void |
PortableItemEvent.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
AddMessageListenerRequest.write(PortableWriter writer) |
void |
PublishRequest.write(PortableWriter writer) |
void |
PortableMessage.writePortable(PortableWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
BaseXATransactionRequest.write(PortableWriter writer) |
void |
CommitXATransactionRequest.write(PortableWriter writer) |
void |
FinalizeXATransactionRequest.write(PortableWriter writer) |
void |
BaseTransactionRequest.write(PortableWriter writer) |
void |
CreateXATransactionRequest.write(PortableWriter writer) |
void |
CreateTransactionRequest.write(PortableWriter writer) |
void |
ClearRemoteTransactionRequest.write(PortableWriter writer) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.