|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortableWriter | |
---|---|
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.collection.client | This package contains client functionality for Collections in Hazelcast. |
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.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.queue.impl.client | This package contains client requests for the IQueue. |
com.hazelcast.replicatedmap.impl.client | This package contains classes for client communication on replicated map implementation |
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 |
Uses of PortableWriter in com.hazelcast.cache.impl.client |
---|
Methods in com.hazelcast.cache.impl.client with parameters of type PortableWriter | |
---|---|
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 |
CacheLoadAllRequest.write(PortableWriter writer)
|
void |
CacheGetConfigRequest.write(PortableWriter writer)
|
void |
AbstractCacheRequest.write(PortableWriter writer)
|
void |
CacheGetRequest.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)
|
Uses of PortableWriter in com.hazelcast.client.impl.client |
---|
Methods in com.hazelcast.client.impl.client with parameters of type PortableWriter | |
---|---|
void |
BaseClientRemoveListenerRequest.write(PortableWriter writer)
|
void |
ClientDestroyRequest.write(PortableWriter writer)
|
void |
AuthenticationRequest.write(PortableWriter writer)
|
void |
ClientCreateRequest.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)
|
Uses of PortableWriter in com.hazelcast.collection.client |
---|
Methods in com.hazelcast.collection.client with parameters of type PortableWriter | |
---|---|
void |
CollectionCompareAndRemoveRequest.write(PortableWriter writer)
|
void |
ListSetRequest.write(PortableWriter writer)
|
void |
ListRemoveRequest.write(PortableWriter writer)
|
void |
ListGetRequest.write(PortableWriter writer)
|
void |
TxnCollectionRequest.write(PortableWriter writer)
|
void |
ListSubRequest.write(PortableWriter writer)
|
void |
ListIndexOfRequest.write(PortableWriter writer)
|
void |
CollectionAddListenerRequest.write(PortableWriter writer)
|
void |
CollectionRequest.write(PortableWriter writer)
|
void |
CollectionRemoveListenerRequest.write(PortableWriter writer)
|
void |
CollectionContainsRequest.write(PortableWriter writer)
|
void |
ListAddAllRequest.write(PortableWriter writer)
|
void |
CollectionAddAllRequest.write(PortableWriter writer)
|
void |
ListAddRequest.write(PortableWriter writer)
|
void |
CollectionAddRequest.write(PortableWriter writer)
|
void |
CollectionRemoveRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.concurrent.atomiclong.client |
---|
Methods in com.hazelcast.concurrent.atomiclong.client with parameters of type PortableWriter | |
---|---|
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)
|
Uses of PortableWriter in com.hazelcast.concurrent.atomicreference.client |
---|
Methods in com.hazelcast.concurrent.atomicreference.client with parameters of type PortableWriter | |
---|---|
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)
|
Uses of PortableWriter in com.hazelcast.concurrent.countdownlatch.client |
---|
Methods in com.hazelcast.concurrent.countdownlatch.client with parameters of type PortableWriter | |
---|---|
void |
SetCountRequest.write(PortableWriter writer)
|
void |
CountDownRequest.write(PortableWriter writer)
|
void |
AwaitRequest.write(PortableWriter writer)
|
void |
GetCountRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.concurrent.lock.client |
---|
Methods in com.hazelcast.concurrent.lock.client with parameters of type PortableWriter | |
---|---|
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)
|
Uses of PortableWriter in com.hazelcast.concurrent.semaphore.client |
---|
Methods in com.hazelcast.concurrent.semaphore.client with parameters of type PortableWriter | |
---|---|
void |
AcquireRequest.write(PortableWriter writer)
|
void |
SemaphoreRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.executor.impl.client |
---|
Methods in com.hazelcast.executor.impl.client with parameters of type PortableWriter | |
---|---|
void |
IsShutdownRequest.write(PortableWriter writer)
|
void |
PartitionCallableRequest.write(PortableWriter writer)
|
void |
TargetCallableRequest.write(PortableWriter writer)
|
void |
ShutdownRequest.write(PortableWriter writer)
|
void |
CancellationRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.map.impl.client |
---|
Methods in com.hazelcast.map.impl.client with parameters of type PortableWriter | |
---|---|
void |
MapValuesRequest.write(PortableWriter writer)
|
void |
MapGetAllRequest.write(PortableWriter writer)
|
void |
MapSizeRequest.write(PortableWriter writer)
|
void |
AbstractTxnMapRequest.write(PortableWriter writer)
|
void |
MapTryPutRequest.write(PortableWriter writer)
|
void |
MapAddEntryListenerSqlRequest.write(PortableWriter writer)
|
void |
MapAddInterceptorRequest.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 |
MapKeySetRequest.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 |
MapEntrySetRequest.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)
|
Uses of PortableWriter in com.hazelcast.mapreduce.impl.client |
---|
Methods in com.hazelcast.mapreduce.impl.client with parameters of type PortableWriter | |
---|---|
void |
ClientMapReduceRequest.write(PortableWriter writer)
|
void |
ClientJobProcessInformationRequest.write(PortableWriter writer)
|
void |
ClientCancellationRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.mapreduce.impl.task |
---|
Methods in com.hazelcast.mapreduce.impl.task with parameters of type PortableWriter | |
---|---|
void |
TransferableJobProcessInformation.writePortable(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.multimap.impl.client |
---|
Methods in com.hazelcast.multimap.impl.client with parameters of type PortableWriter | |
---|---|
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)
|
Uses of PortableWriter in com.hazelcast.nio.serialization |
---|
Classes in com.hazelcast.nio.serialization that implement PortableWriter | |
---|---|
class |
DefaultPortableWriter
|
Methods in com.hazelcast.nio.serialization with parameters of type PortableWriter | |
---|---|
void |
Portable.writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter |
Uses of PortableWriter in com.hazelcast.queue.impl.client |
---|
Methods in com.hazelcast.queue.impl.client with parameters of type PortableWriter | |
---|---|
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 |
TxnPollRequest.write(PortableWriter writer)
|
void |
TxnSizeRequest.write(PortableWriter writer)
|
void |
TxnOfferRequest.write(PortableWriter writer)
|
void |
ContainsRequest.write(PortableWriter writer)
|
void |
TxnPeekRequest.write(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.replicatedmap.impl.client |
---|
Methods in com.hazelcast.replicatedmap.impl.client with parameters of type PortableWriter | |
---|---|
void |
ClientReplicatedMapRemoveRequest.write(PortableWriter writer)
|
void |
ClientReplicatedMapGetRequest.write(PortableWriter writer)
|
void |
ClientReplicatedMapContainsKeyRequest.write(PortableWriter writer)
|
void |
AbstractReplicatedMapClientRequest.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 |
ReplicatedMapEntrySet.writePortable(PortableWriter writer)
|
void |
ReplicatedMapGetResponse.writePortable(PortableWriter writer)
|
void |
ReplicatedMapKeySet.writePortable(PortableWriter writer)
|
void |
ReplicatedMapValueCollection.writePortable(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.security |
---|
Methods in com.hazelcast.security with parameters of type PortableWriter | |
---|---|
void |
AbstractCredentials.writePortable(PortableWriter writer)
|
protected void |
UsernamePasswordCredentials.writePortableInternal(PortableWriter writer)
|
protected abstract void |
AbstractCredentials.writePortableInternal(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.spi.impl |
---|
Methods in com.hazelcast.spi.impl with parameters of type PortableWriter | |
---|---|
void |
PortableEntryEvent.writePortable(PortableWriter writer)
|
void |
PortableCollection.writePortable(PortableWriter writer)
|
void |
PortableDistributedObjectEvent.writePortable(PortableWriter writer)
|
void |
PortableItemEvent.writePortable(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.topic.impl.client |
---|
Methods in com.hazelcast.topic.impl.client with parameters of type PortableWriter | |
---|---|
void |
AddMessageListenerRequest.write(PortableWriter writer)
|
void |
PublishRequest.write(PortableWriter writer)
|
void |
PortableMessage.writePortable(PortableWriter writer)
|
Uses of PortableWriter in com.hazelcast.transaction.client |
---|
Methods in com.hazelcast.transaction.client with parameters of type PortableWriter | |
---|---|
void |
RecoverTransactionRequest.write(PortableWriter writer)
|
void |
CommitTransactionRequest.write(PortableWriter writer)
|
void |
BaseTransactionRequest.write(PortableWriter writer)
|
void |
CreateTransactionRequest.write(PortableWriter writer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |