Uses of Interface
com.hazelcast.nio.serialization.PortableReader

Packages that use PortableReader
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 PortableReader in com.hazelcast.cache.impl.client
 

Methods in com.hazelcast.cache.impl.client with parameters of type PortableReader
 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 CacheLoadAllRequest.read(PortableReader reader)
           
 void CacheGetConfigRequest.read(PortableReader reader)
           
 void AbstractCacheRequest.read(PortableReader reader)
           
 void CacheGetRequest.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)
           
 

Uses of PortableReader in com.hazelcast.client.impl.client
 

Methods in com.hazelcast.client.impl.client with parameters of type PortableReader
 void BaseClientRemoveListenerRequest.read(PortableReader reader)
           
 void ClientDestroyRequest.read(PortableReader reader)
           
 void AuthenticationRequest.read(PortableReader reader)
           
 void ClientCreateRequest.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)
           
 

Uses of PortableReader in com.hazelcast.collection.client
 

Methods in com.hazelcast.collection.client with parameters of type PortableReader
 void CollectionCompareAndRemoveRequest.read(PortableReader reader)
           
 void ListSetRequest.read(PortableReader reader)
           
 void ListRemoveRequest.read(PortableReader reader)
           
 void ListGetRequest.read(PortableReader reader)
           
 void TxnCollectionRequest.read(PortableReader reader)
           
 void ListSubRequest.read(PortableReader reader)
           
 void ListIndexOfRequest.read(PortableReader reader)
           
 void CollectionAddListenerRequest.read(PortableReader reader)
           
 void CollectionRequest.read(PortableReader reader)
           
 void CollectionRemoveListenerRequest.read(PortableReader reader)
           
 void CollectionContainsRequest.read(PortableReader reader)
           
 void ListAddAllRequest.read(PortableReader reader)
           
 void CollectionAddAllRequest.read(PortableReader reader)
           
 void ListAddRequest.read(PortableReader reader)
           
 void CollectionAddRequest.read(PortableReader reader)
           
 void CollectionRemoveRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.concurrent.atomiclong.client
 

Methods in com.hazelcast.concurrent.atomiclong.client with parameters of type PortableReader
 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)
           
 

Uses of PortableReader in com.hazelcast.concurrent.atomicreference.client
 

Methods in com.hazelcast.concurrent.atomicreference.client with parameters of type PortableReader
 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)
           
 

Uses of PortableReader in com.hazelcast.concurrent.countdownlatch.client
 

Methods in com.hazelcast.concurrent.countdownlatch.client with parameters of type PortableReader
 void SetCountRequest.read(PortableReader reader)
           
 void CountDownRequest.read(PortableReader reader)
           
 void AwaitRequest.read(PortableReader reader)
           
 void GetCountRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.concurrent.lock.client
 

Methods in com.hazelcast.concurrent.lock.client with parameters of type PortableReader
 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)
           
 

Uses of PortableReader in com.hazelcast.concurrent.semaphore.client
 

Methods in com.hazelcast.concurrent.semaphore.client with parameters of type PortableReader
 void AcquireRequest.read(PortableReader reader)
           
 void SemaphoreRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.executor.impl.client
 

Methods in com.hazelcast.executor.impl.client with parameters of type PortableReader
 void IsShutdownRequest.read(PortableReader reader)
           
 void PartitionCallableRequest.read(PortableReader reader)
           
 void TargetCallableRequest.read(PortableReader reader)
           
 void ShutdownRequest.read(PortableReader reader)
           
 void CancellationRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.map.impl.client
 

Methods in com.hazelcast.map.impl.client with parameters of type PortableReader
 void MapValuesRequest.read(PortableReader reader)
           
 void MapGetAllRequest.read(PortableReader reader)
           
 void MapSizeRequest.read(PortableReader reader)
           
 void AbstractTxnMapRequest.read(PortableReader reader)
           
 void MapTryPutRequest.read(PortableReader reader)
           
 void MapAddEntryListenerSqlRequest.read(PortableReader reader)
           
 void MapAddInterceptorRequest.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 MapKeySetRequest.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 MapEntrySetRequest.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)
           
 

Uses of PortableReader in com.hazelcast.mapreduce.impl.client
 

Methods in com.hazelcast.mapreduce.impl.client with parameters of type PortableReader
 void ClientMapReduceRequest.read(PortableReader reader)
           
 void ClientJobProcessInformationRequest.read(PortableReader reader)
           
 void ClientCancellationRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.mapreduce.impl.task
 

Methods in com.hazelcast.mapreduce.impl.task with parameters of type PortableReader
 void TransferableJobProcessInformation.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.multimap.impl.client
 

Methods in com.hazelcast.multimap.impl.client with parameters of type PortableReader
 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)
           
 

Uses of PortableReader in com.hazelcast.nio.serialization
 

Classes in com.hazelcast.nio.serialization that implement PortableReader
 class DefaultPortableReader
           
 class MorphingPortableReader
           
 

Methods in com.hazelcast.nio.serialization that return PortableReader
 PortableReader SerializationServiceImpl.createPortableReader(Data data)
           
 PortableReader SerializationService.createPortableReader(Data data)
           
 

Methods in com.hazelcast.nio.serialization with parameters of type PortableReader
 void Portable.readPortable(PortableReader reader)
          Read portable fields using PortableReader
 

Uses of PortableReader in com.hazelcast.queue.impl.client
 

Methods in com.hazelcast.queue.impl.client with parameters of type PortableReader
 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 TxnPollRequest.read(PortableReader reader)
           
 void TxnSizeRequest.read(PortableReader reader)
           
 void TxnOfferRequest.read(PortableReader reader)
           
 void ContainsRequest.read(PortableReader reader)
           
 void TxnPeekRequest.read(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.replicatedmap.impl.client
 

Methods in com.hazelcast.replicatedmap.impl.client with parameters of type PortableReader
 void ClientReplicatedMapRemoveRequest.read(PortableReader reader)
           
 void ClientReplicatedMapGetRequest.read(PortableReader reader)
           
 void ClientReplicatedMapContainsKeyRequest.read(PortableReader reader)
           
 void AbstractReplicatedMapClientRequest.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 ReplicatedMapEntrySet.readPortable(PortableReader reader)
           
 void ReplicatedMapGetResponse.readPortable(PortableReader reader)
           
 void ReplicatedMapKeySet.readPortable(PortableReader reader)
           
 void ReplicatedMapValueCollection.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.security
 

Methods in com.hazelcast.security with parameters of type PortableReader
 void AbstractCredentials.readPortable(PortableReader reader)
           
protected  void UsernamePasswordCredentials.readPortableInternal(PortableReader reader)
           
protected abstract  void AbstractCredentials.readPortableInternal(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl with parameters of type PortableReader
 void PortableEntryEvent.readPortable(PortableReader reader)
           
 void PortableCollection.readPortable(PortableReader reader)
           
 void PortableDistributedObjectEvent.readPortable(PortableReader reader)
           
 void PortableItemEvent.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.topic.impl.client
 

Methods in com.hazelcast.topic.impl.client with parameters of type PortableReader
 void AddMessageListenerRequest.read(PortableReader reader)
           
 void PublishRequest.read(PortableReader reader)
           
 void PortableMessage.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.transaction.client
 

Methods in com.hazelcast.transaction.client with parameters of type PortableReader
 void RecoverTransactionRequest.read(PortableReader reader)
           
 void CommitTransactionRequest.read(PortableReader reader)
           
 void BaseTransactionRequest.read(PortableReader reader)
           
 void CreateTransactionRequest.read(PortableReader reader)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.