|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDataInput | |
---|---|
com.hazelcast.ascii.memcache | This package contains MemoryCache functionality for Hazelcast. |
com.hazelcast.ascii.rest | This package contains Reset functionality for Hazelcast. |
com.hazelcast.cache | This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache. |
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.cache.impl.record | Hazelcast JSR-107 aka JCache implementation Internal record store |
com.hazelcast.client.impl.client | This contains the Requests and other DTO's exchanged between client/server |
com.hazelcast.client.impl.operations | Contains client operations |
com.hazelcast.cluster | This package contains the cluster functionality. |
com.hazelcast.cluster.client | This package contains the client cluster functionality. |
com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. |
com.hazelcast.cluster.impl.operations | This package contains operations for the com.hazelcast.cluster.impl package. |
com.hazelcast.collection | This package contains classes related to Collections (IList,ISet etc..) |
com.hazelcast.collection.list | This package contains IList functionality for Hazelcast. |
com.hazelcast.collection.set | This package contains ISet functionality for Hazelcast. |
com.hazelcast.collection.txn | This package contains the Transaction behavior for the Collections. |
com.hazelcast.concurrent.atomiclong.operations | This package contains the operations on the IAtomicLong. |
com.hazelcast.concurrent.atomicreference.operations | This package contains the operations on the IAtomicReference. |
com.hazelcast.concurrent.countdownlatch | This package contains ICountDownLatch functionality for Hazelcast. The ICountDownLatch is the distributed version of the CountDownLatch . |
com.hazelcast.concurrent.countdownlatch.operations | This package contains the operations on the ICountDownLatch. |
com.hazelcast.concurrent.lock | This package contains Lock for Hazelcast. The ILock is the distributed version of the Lock . |
com.hazelcast.concurrent.lock.operations | This package contains the operations on the ILock. |
com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.concurrent.semaphore.operations | This package contains the operations on the ISemaphore. |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.console | This package contains classes related to ConsoleApp |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.executor.impl.operations | This package contains operations for the IExecutorService. |
com.hazelcast.hibernate | Contains interfaces/classes related to Hibernate. |
com.hazelcast.hibernate.local | Provides local classes for Hibernate. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.management | Contains classes to provide data/operation interface for Management Center. |
com.hazelcast.management.operation | Contains operations that are called from Management Center. |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
com.hazelcast.map.impl.client | Contains client requests for the IMap |
com.hazelcast.map.impl.operation | Package for map operations. |
com.hazelcast.map.impl.record | Contains record specific classes. |
com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap |
com.hazelcast.map.impl.wan | Contains wan replication event classes |
com.hazelcast.map.merge | Contains merge policies for IMap |
com.hazelcast.mapreduce.aggregation.impl | This package contains a set of predefined aggregation implementations |
com.hazelcast.mapreduce.impl | This package contains the default implementation for the map reduce framework internals. |
com.hazelcast.mapreduce.impl.notification | This package contains all remote node notifications |
com.hazelcast.mapreduce.impl.operation | This package contains all remote operations that are needed to control work on supervising or worker nodes. |
com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
com.hazelcast.nio | This package contains classes related to New IO |
com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. |
com.hazelcast.nio.serialization.serializers | Contains interfaces/classes related to SerializerHook for ArrayList and LinkedList |
com.hazelcast.partition | Contains the partition logic for Hazelcast. |
com.hazelcast.partition.client | Contains client functionality for partition related information. |
com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService . |
com.hazelcast.query | Contains interfaces/classes related to Hazelcast query and indexing support. |
com.hazelcast.query.impl | Contains the implementation classes of the query functionality. |
com.hazelcast.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.queue.impl.operations | This package contains the IQueue operations |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
com.hazelcast.replicatedmap.impl.messages | This package contains replication event classes to communicate replications to other nodes |
com.hazelcast.replicatedmap.impl.operation | This package contains some remote operations to execute on remote nodes |
com.hazelcast.replicatedmap.impl.record | This package contains the implementation of the backing data storage for the replicated map implementation |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
com.hazelcast.topic.impl | This package contains ITopic functionality for Hazelcast. With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. |
com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. |
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.wan | This package contains the WAN replication API |
com.hazelcast.web | Provides Hazelcast-based session replication. |
Uses of ObjectDataInput in com.hazelcast.ascii.memcache |
---|
Methods in com.hazelcast.ascii.memcache with parameters of type ObjectDataInput | |
---|---|
void |
MemcacheEntry.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.ascii.rest |
---|
Methods in com.hazelcast.ascii.rest with parameters of type ObjectDataInput | |
---|---|
void |
RestValue.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cache |
---|
Methods in com.hazelcast.cache with parameters of type ObjectDataInput | |
---|---|
void |
HazelcastExpiryPolicy.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cache.impl |
---|
Methods in com.hazelcast.cache.impl with parameters of type ObjectDataInput | |
---|---|
void |
CacheEventSet.readData(ObjectDataInput in)
|
void |
CacheStatisticsImpl.readData(ObjectDataInput in)
|
void |
CacheKeyIteratorResult.readData(ObjectDataInput in)
|
void |
CacheClearResponse.readData(ObjectDataInput in)
|
void |
CacheEventDataImpl.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cache.impl.operation |
---|
Methods in com.hazelcast.cache.impl.operation with parameters of type ObjectDataInput | |
---|---|
void |
CacheClearOperationFactory.readData(ObjectDataInput in)
|
void |
CacheGetAllOperationFactory.readData(ObjectDataInput in)
|
void |
CacheSizeOperationFactory.readData(ObjectDataInput in)
|
void |
CacheRemoveAllOperationFactory.readData(ObjectDataInput in)
|
void |
CacheLoadAllOperationFactory.readData(ObjectDataInput in)
|
protected void |
CacheGetOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheManagementConfigOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheGetConfigOperation.readInternal(ObjectDataInput in)
|
protected void |
AbstractMutatingCacheOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheCreateConfigOperation.readInternal(ObjectDataInput in)
|
protected void |
CachePutBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CachePutAllBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheBackupEntryProcessorOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheListenerRegistrationOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheDestroyOperation.readInternal(ObjectDataInput in)
|
protected void |
CachePutOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheReplaceOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheGetAllOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheEntryProcessorOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheGetAndReplaceOperation.readInternal(ObjectDataInput in)
|
protected void |
CachePutIfAbsentOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheKeyIteratorOperation.readInternal(ObjectDataInput in)
|
protected void |
CacheRemoveAllBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cache.impl.record |
---|
Methods in com.hazelcast.cache.impl.record with parameters of type ObjectDataInput | |
---|---|
void |
AbstractCacheRecord.readData(ObjectDataInput in)
|
void |
CacheObjectRecord.readData(ObjectDataInput in)
|
void |
CacheDataRecord.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.client.impl.client |
---|
Methods in com.hazelcast.client.impl.client with parameters of type ObjectDataInput | |
---|---|
void |
ClientResponse.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.client.impl.operations |
---|
Methods in com.hazelcast.client.impl.operations with parameters of type ObjectDataInput | |
---|---|
void |
OperationFactoryWrapper.readData(ObjectDataInput in)
|
protected void |
ClientReAuthOperation.readInternal(ObjectDataInput in)
|
protected void |
ClientDisconnectionOperation.readInternal(ObjectDataInput in)
|
protected void |
PostJoinClientOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cluster |
---|
Methods in com.hazelcast.cluster with parameters of type ObjectDataInput | |
---|---|
void |
MemberInfo.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cluster.client |
---|
Methods in com.hazelcast.cluster.client with parameters of type ObjectDataInput | |
---|---|
void |
ClientMembershipEvent.readData(ObjectDataInput in)
|
void |
MemberAttributeChange.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cluster.impl |
---|
Methods in com.hazelcast.cluster.impl with parameters of type ObjectDataInput | |
---|---|
void |
ConfigCheck.readData(ObjectDataInput in)
|
void |
BindMessage.readData(ObjectDataInput in)
|
void |
JoinRequest.readData(ObjectDataInput in)
|
void |
JoinMessage.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.cluster.impl.operations |
---|
Methods in com.hazelcast.cluster.impl.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
AuthorizationOperation.readInternal(ObjectDataInput in)
|
protected void |
MasterDiscoveryOperation.readInternal(ObjectDataInput in)
|
protected void |
PostJoinOperation.readInternal(ObjectDataInput in)
|
protected void |
MergeClustersOperation.readInternal(ObjectDataInput in)
|
protected void |
SetMasterOperation.readInternal(ObjectDataInput in)
|
protected void |
JoinRequestOperation.readInternal(ObjectDataInput in)
|
protected void |
PrepareMergeOperation.readInternal(ObjectDataInput in)
|
protected void |
JoinCheckOperation.readInternal(ObjectDataInput in)
|
protected void |
ConfigMismatchOperation.readInternal(ObjectDataInput in)
|
protected void |
MemberRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
MemberAttributeChangedOperation.readInternal(ObjectDataInput in)
|
protected void |
FinalizeJoinOperation.readInternal(ObjectDataInput in)
|
protected void |
MemberInfoUpdateOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.collection |
---|
Methods in com.hazelcast.collection with parameters of type ObjectDataInput | |
---|---|
void |
CollectionEventFilter.readData(ObjectDataInput in)
|
void |
CollectionContainer.readData(ObjectDataInput in)
|
void |
CollectionEvent.readData(ObjectDataInput in)
|
void |
TxCollectionItem.readData(ObjectDataInput in)
|
void |
CollectionItem.readData(ObjectDataInput in)
|
protected void |
CollectionCompareAndRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionAddAllOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionClearBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionAddAllBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionContainsOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionRemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionAddBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionTransactionRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionAddOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.collection.list |
---|
Methods in com.hazelcast.collection.list with parameters of type ObjectDataInput | |
---|---|
protected void |
ListSetOperation.readInternal(ObjectDataInput in)
|
protected void |
ListAddAllOperation.readInternal(ObjectDataInput in)
|
protected void |
ListReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
ListSetBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
ListSubOperation.readInternal(ObjectDataInput in)
|
protected void |
ListRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
ListGetOperation.readInternal(ObjectDataInput in)
|
protected void |
ListAddOperation.readInternal(ObjectDataInput in)
|
protected void |
ListIndexOfOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.collection.set |
---|
Methods in com.hazelcast.collection.set with parameters of type ObjectDataInput | |
---|---|
protected void |
SetReplicationOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.collection.txn |
---|
Methods in com.hazelcast.collection.txn with parameters of type ObjectDataInput | |
---|---|
void |
CollectionTransactionLog.readData(ObjectDataInput in)
|
protected void |
CollectionPrepareOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionTxnRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionRollbackBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionTxnAddOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionReserveAddOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionPrepareBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionTxnAddBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionReserveRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
CollectionTxnRemoveBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.atomiclong.operations |
---|
Methods in com.hazelcast.concurrent.atomiclong.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
AtomicLongBaseOperation.readInternal(ObjectDataInput in)
|
protected void |
SetOperation.readInternal(ObjectDataInput in)
|
protected void |
GetAndSetOperation.readInternal(ObjectDataInput in)
|
protected void |
AbstractAlterOperation.readInternal(ObjectDataInput in)
|
protected void |
AtomicLongReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
SetBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CompareAndSetOperation.readInternal(ObjectDataInput in)
|
protected void |
AddAndGetOperation.readInternal(ObjectDataInput in)
|
protected void |
GetAndAddOperation.readInternal(ObjectDataInput in)
|
protected void |
AddBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
ApplyOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.atomicreference.operations |
---|
Methods in com.hazelcast.concurrent.atomicreference.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
SetOperation.readInternal(ObjectDataInput in)
|
protected void |
AtomicReferenceReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
ContainsOperation.readInternal(ObjectDataInput in)
|
protected void |
AtomicReferenceBaseOperation.readInternal(ObjectDataInput in)
|
protected void |
GetAndSetOperation.readInternal(ObjectDataInput in)
|
protected void |
AbstractAlterOperation.readInternal(ObjectDataInput in)
|
protected void |
SetAndGetOperation.readInternal(ObjectDataInput in)
|
protected void |
SetBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CompareAndSetOperation.readInternal(ObjectDataInput in)
|
protected void |
ApplyOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.countdownlatch |
---|
Methods in com.hazelcast.concurrent.countdownlatch with parameters of type ObjectDataInput | |
---|---|
void |
CountDownLatchInfo.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.countdownlatch.operations |
---|
Methods in com.hazelcast.concurrent.countdownlatch.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
SetCountOperation.readInternal(ObjectDataInput in)
|
protected void |
CountDownLatchReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
CountDownLatchBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.lock |
---|
Methods in com.hazelcast.concurrent.lock with parameters of type ObjectDataInput | |
---|---|
void |
InternalLockNamespace.readData(ObjectDataInput in)
|
void |
LockStoreImpl.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.lock.operations |
---|
Methods in com.hazelcast.concurrent.lock.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
BeforeAwaitBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
BeforeAwaitOperation.readInternal(ObjectDataInput in)
|
protected void |
UnlockBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
LockReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
UnlockOperation.readInternal(ObjectDataInput in)
|
protected void |
LocalLockCleanupOperation.readInternal(ObjectDataInput in)
|
protected void |
AwaitOperation.readInternal(ObjectDataInput in)
|
protected void |
AwaitBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
LockBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
UnlockIfLeaseExpiredOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.semaphore |
---|
Methods in com.hazelcast.concurrent.semaphore with parameters of type ObjectDataInput | |
---|---|
void |
Permit.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.concurrent.semaphore.operations |
---|
Methods in com.hazelcast.concurrent.semaphore.operations with parameters of type ObjectDataInput | |
---|---|
void |
SemaphoreDeadMemberOperation.readInternal(ObjectDataInput in)
|
void |
SemaphoreBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
SemaphoreReplicationOperation.readInternal(ObjectDataInput in)
|
void |
SemaphoreOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.config |
---|
Methods in com.hazelcast.config with parameters of type ObjectDataInput | |
---|---|
void |
CacheEvictionConfig.readData(ObjectDataInput in)
|
void |
NearCacheConfig.readData(ObjectDataInput in)
|
void |
CacheConfig.readData(ObjectDataInput in)
|
void |
MaxSizeConfig.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.console |
---|
Methods in com.hazelcast.console with parameters of type ObjectDataInput | |
---|---|
void |
Echo.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type ObjectDataInput | |
---|---|
void |
PartitionAwareKey.readData(ObjectDataInput in)
|
void |
MemberAttributeEvent.readData(ObjectDataInput in)
|
void |
MigrationEvent.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.executor.impl |
---|
Methods in com.hazelcast.executor.impl with parameters of type ObjectDataInput | |
---|---|
void |
RunnableAdapter.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.executor.impl.operations |
---|
Methods in com.hazelcast.executor.impl.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
CancellationOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.hibernate |
---|
Methods in com.hazelcast.hibernate with parameters of type ObjectDataInput | |
---|---|
void |
VersionAwareMapMergePolicy.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.hibernate.local |
---|
Methods in com.hazelcast.hibernate.local with parameters of type ObjectDataInput | |
---|---|
void |
Invalidation.readData(ObjectDataInput in)
|
void |
Timestamp.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.instance |
---|
Methods in com.hazelcast.instance with parameters of type ObjectDataInput | |
---|---|
void |
MemberImpl.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.management |
---|
Methods in com.hazelcast.management with parameters of type ObjectDataInput | |
---|---|
void |
MapConfigAdapter.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.management.operation |
---|
Methods in com.hazelcast.management.operation with parameters of type ObjectDataInput | |
---|---|
protected void |
ScriptExecutorOperation.readInternal(ObjectDataInput in)
|
protected void |
UpdateManagementCenterUrlOperation.readInternal(ObjectDataInput in)
|
protected void |
UpdateMapConfigOperation.readInternal(ObjectDataInput in)
|
protected void |
ThreadDumpOperation.readInternal(ObjectDataInput in)
|
protected void |
GetMapConfigOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.impl |
---|
Methods in com.hazelcast.map.impl with parameters of type ObjectDataInput | |
---|---|
void |
MapValueCollection.readData(ObjectDataInput in)
|
void |
MapKeySet.readData(ObjectDataInput in)
|
void |
QueryEventFilter.readData(ObjectDataInput in)
|
void |
SimpleEntryView.readData(ObjectDataInput in)
|
void |
EntryEventFilter.readData(ObjectDataInput in)
|
void |
MapEntrySet.readData(ObjectDataInput in)
|
void |
SyntheticEventFilter.readData(ObjectDataInput in)
Reads fields from the input stream |
void |
QueryResult.readData(ObjectDataInput in)
|
void |
EntryEventData.readData(ObjectDataInput in)
|
void |
MapEventData.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.impl.client |
---|
Methods in com.hazelcast.map.impl.client with parameters of type ObjectDataInput | |
---|---|
protected abstract void |
AbstractTxnMapRequest.readDataInner(ObjectDataInput reader)
|
protected void |
TxnMapRequestWithSQLQuery.readDataInner(ObjectDataInput in)
|
protected void |
TxnMapRequest.readDataInner(ObjectDataInput reader)
|
Uses of ObjectDataInput in com.hazelcast.map.impl.operation |
---|
Methods in com.hazelcast.map.impl.operation with parameters of type ObjectDataInput | |
---|---|
void |
ContainsValueOperationFactory.readData(ObjectDataInput in)
|
void |
PartitionCheckIfLoadedOperationFactory.readData(ObjectDataInput in)
|
void |
EntrySetOperationFactory.readData(ObjectDataInput in)
|
void |
MapKeySetOperationFactory.readData(ObjectDataInput in)
|
void |
MapLoadAllOperationFactory.readData(ObjectDataInput in)
|
void |
RemoveInterceptorOperationFactory.readData(ObjectDataInput in)
|
void |
PartitionWideEntryOperationFactory.readData(ObjectDataInput in)
|
void |
MapValuesOperationFactory.readData(ObjectDataInput in)
|
void |
MapFlushOperationFactory.readData(ObjectDataInput in)
|
void |
MultipleEntryOperationFactory.readData(ObjectDataInput in)
|
void |
EvictAllOperationFactory.readData(ObjectDataInput in)
|
void |
SizeOperationFactory.readData(ObjectDataInput in)
|
void |
ClearOperationFactory.readData(ObjectDataInput in)
|
void |
PartitionWideEntryWithPredicateOperationFactory.readData(ObjectDataInput in)
|
void |
AddIndexOperationFactory.readData(ObjectDataInput in)
|
void |
IsEmptyOperationFactory.readData(ObjectDataInput in)
|
void |
MapGetAllOperationFactory.readData(ObjectDataInput in)
|
void |
AddInterceptorOperationFactory.readData(ObjectDataInput in)
|
void |
MapPutAllOperationFactory.readData(ObjectDataInput in)
|
protected void |
RemoveIfSameOperation.readInternal(ObjectDataInput in)
|
protected void |
MultipleEntryOperation.readInternal(ObjectDataInput in)
|
protected void |
KeyBasedMapOperation.readInternal(ObjectDataInput in)
|
protected void |
MapReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
RemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionWideEntryBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
ClearExpiredOperation.readInternal(ObjectDataInput in)
|
protected void |
EvictAllOperation.readInternal(ObjectDataInput in)
|
protected void |
ReplaceIfSameOperation.readInternal(ObjectDataInput in)
|
void |
RemoveInterceptorOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionWideEntryWithPredicateOperation.readInternal(ObjectDataInput in)
|
protected void |
PutBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TryRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionWideEntryOperation.readInternal(ObjectDataInput in)
|
protected void |
PostJoinMapOperation.readInternal(ObjectDataInput in)
|
protected void |
QueryOperation.readInternal(ObjectDataInput in)
|
protected void |
ContainsValueOperation.readInternal(ObjectDataInput in)
|
protected void |
GetAllOperation.readInternal(ObjectDataInput in)
|
protected void |
PutAllBackupOperation.readInternal(ObjectDataInput in)
|
void |
NearCacheKeySetInvalidationOperation.readInternal(ObjectDataInput in)
|
void |
AddInterceptorOperation.readInternal(ObjectDataInput in)
|
protected void |
EntryBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
EntryOperation.readInternal(ObjectDataInput in)
|
protected void |
MergeOperation.readInternal(ObjectDataInput in)
|
protected void |
MultipleEntryBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionWideEntryWithPredicateBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
LoadAllOperation.readInternal(ObjectDataInput in)
|
void |
InvalidateNearCacheOperation.readInternal(ObjectDataInput in)
|
protected void |
QueryPartitionOperation.readInternal(ObjectDataInput in)
|
protected void |
PutAllOperation.readInternal(ObjectDataInput in)
|
protected void |
EvictOperation.readInternal(ObjectDataInput in)
|
protected void |
AddIndexOperation.readInternal(ObjectDataInput in)
|
protected void |
PutFromLoadAllOperation.readInternal(ObjectDataInput in)
|
protected void |
PutFromLoadAllBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.impl.record |
---|
Methods in com.hazelcast.map.impl.record with parameters of type ObjectDataInput | |
---|---|
void |
RecordReplicationInfo.readData(ObjectDataInput in)
|
void |
RecordStatistics.readData(ObjectDataInput in)
|
void |
RecordInfo.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.impl.tx |
---|
Methods in com.hazelcast.map.impl.tx with parameters of type ObjectDataInput | |
---|---|
void |
VersionedValue.readData(ObjectDataInput in)
|
void |
MapTransactionLog.readData(ObjectDataInput in)
|
protected void |
TxnPrepareOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnSetOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPrepareBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRollbackBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnLockAndGetOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnUnlockOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnDeleteOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.impl.wan |
---|
Methods in com.hazelcast.map.impl.wan with parameters of type ObjectDataInput | |
---|---|
void |
MapReplicationUpdate.readData(ObjectDataInput in)
|
void |
MapReplicationRemove.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.map.merge |
---|
Methods in com.hazelcast.map.merge with parameters of type ObjectDataInput | |
---|---|
void |
PassThroughMergePolicy.readData(ObjectDataInput in)
|
void |
PutIfAbsentMapMergePolicy.readData(ObjectDataInput in)
|
void |
HigherHitsMapMergePolicy.readData(ObjectDataInput in)
|
void |
LatestUpdateMapMergePolicy.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.mapreduce.aggregation.impl |
---|
Methods in com.hazelcast.mapreduce.aggregation.impl with parameters of type ObjectDataInput | |
---|---|
void |
PredicateSupplier.readData(ObjectDataInput in)
|
void |
SetAdapter.readData(ObjectDataInput in)
|
void |
KeyPredicateSupplier.readData(ObjectDataInput in)
|
void |
AvgTuple.readData(ObjectDataInput in)
|
void |
AcceptAllSupplier.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.mapreduce.impl |
---|
Methods in com.hazelcast.mapreduce.impl with parameters of type ObjectDataInput | |
---|---|
void |
MultiMapKeyValueSource.readData(ObjectDataInput in)
|
void |
MapKeyValueSource.readData(ObjectDataInput in)
|
void |
SetKeyValueSource.readData(ObjectDataInput in)
|
void |
CombinerResultList.readData(ObjectDataInput in)
|
void |
HashMapAdapter.readData(ObjectDataInput in)
|
void |
ListKeyValueSource.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.mapreduce.impl.notification |
---|
Methods in com.hazelcast.mapreduce.impl.notification with parameters of type ObjectDataInput | |
---|---|
void |
IntermediateChunkNotification.readData(ObjectDataInput in)
|
void |
ReducingFinishedNotification.readData(ObjectDataInput in)
|
void |
MapReduceNotification.readData(ObjectDataInput in)
|
void |
MemberAwareMapReduceNotification.readData(ObjectDataInput in)
|
void |
LastChunkNotification.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.mapreduce.impl.operation |
---|
Methods in com.hazelcast.mapreduce.impl.operation with parameters of type ObjectDataInput | |
---|---|
void |
KeysAssignmentResult.readData(ObjectDataInput in)
|
void |
GetResultOperationFactory.readData(ObjectDataInput in)
|
void |
RequestPartitionResult.readData(ObjectDataInput in)
|
protected void |
KeysAssignmentOperation.readInternal(ObjectDataInput in)
|
protected void |
PostPonePartitionProcessing.readInternal(ObjectDataInput in)
|
protected void |
RequestPartitionReducing.readInternal(ObjectDataInput in)
|
void |
StartProcessingJobOperation.readInternal(ObjectDataInput in)
|
protected void |
FireNotificationOperation.readInternal(ObjectDataInput in)
|
protected void |
ProcessingOperation.readInternal(ObjectDataInput in)
|
protected void |
CancelJobSupervisorOperation.readInternal(ObjectDataInput in)
|
protected void |
RequestPartitionProcessed.readInternal(ObjectDataInput in)
|
protected void |
ProcessStatsUpdateOperation.readInternal(ObjectDataInput in)
|
protected void |
NotifyRemoteExceptionOperation.readInternal(ObjectDataInput in)
|
void |
KeyValueJobOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.multimap.impl |
---|
Methods in com.hazelcast.multimap.impl with parameters of type ObjectDataInput | |
---|---|
void |
MultiMapRecord.readData(ObjectDataInput in)
|
void |
MultiMapEventFilter.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.multimap.impl.operations |
---|
Methods in com.hazelcast.multimap.impl.operations with parameters of type ObjectDataInput | |
---|---|
void |
MultiMapOperationFactory.readData(ObjectDataInput in)
|
void |
MultiMapResponse.readData(ObjectDataInput in)
|
void |
EntrySetResponse.readData(ObjectDataInput in)
|
protected void |
MultiMapMigrationOperation.readInternal(ObjectDataInput in)
|
protected void |
RemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
MultiMapKeyBasedOperation.readInternal(ObjectDataInput in)
|
protected void |
RemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
PutBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
MultiMapBackupAwareOperation.readInternal(ObjectDataInput in)
|
protected void |
MultiMapOperation.readInternal(ObjectDataInput in)
|
protected void |
ContainsEntryOperation.readInternal(ObjectDataInput in)
|
protected void |
PutOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.multimap.impl.txn |
---|
Methods in com.hazelcast.multimap.impl.txn with parameters of type ObjectDataInput | |
---|---|
void |
MultiMapTransactionLog.readData(ObjectDataInput in)
|
protected void |
TxnPrepareOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPutBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPutOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPrepareBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnCommitBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRollbackBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnLockAndGetOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnCommitOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRemoveAllBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRemoveAllOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.nio |
---|
Subinterfaces of ObjectDataInput in com.hazelcast.nio | |
---|---|
interface |
BufferObjectDataInput
|
Methods in com.hazelcast.nio with parameters of type ObjectDataInput | ||
---|---|---|
static Object |
IOUtil.readAttributeValue(ObjectDataInput in)
|
|
static byte[] |
IOUtil.readByteArray(ObjectDataInput in)
|
|
void |
Address.readData(ObjectDataInput in)
|
|
static
|
IOUtil.readObject(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.nio.serialization |
---|
Classes in com.hazelcast.nio.serialization that implement ObjectDataInput | |
---|---|
class |
ObjectDataInputStream
|
Methods in com.hazelcast.nio.serialization that return ObjectDataInput | |
---|---|
ObjectDataInput |
PortableReader.getRawDataInput()
PortableWriter.getRawDataOutput() . |
ObjectDataInput |
DefaultPortableReader.getRawDataInput()
|
Methods in com.hazelcast.nio.serialization with parameters of type ObjectDataInput | ||
---|---|---|
BigInteger |
DefaultSerializers.BigIntegerSerializer.read(ObjectDataInput in)
|
|
BigDecimal |
DefaultSerializers.BigDecimalSerializer.read(ObjectDataInput in)
|
|
Date |
DefaultSerializers.DateSerializer.read(ObjectDataInput in)
|
|
Class |
DefaultSerializers.ClassSerializer.read(ObjectDataInput in)
|
|
Externalizable |
DefaultSerializers.Externalizer.read(ObjectDataInput in)
|
|
Object |
DefaultSerializers.ObjectSerializer.read(ObjectDataInput in)
|
|
Enum |
DefaultSerializers.EnumSerializer.read(ObjectDataInput in)
|
|
Byte |
ConstantSerializers.ByteSerializer.read(ObjectDataInput in)
|
|
Boolean |
ConstantSerializers.BooleanSerializer.read(ObjectDataInput in)
|
|
Character |
ConstantSerializers.CharSerializer.read(ObjectDataInput in)
|
|
Short |
ConstantSerializers.ShortSerializer.read(ObjectDataInput in)
|
|
Integer |
ConstantSerializers.IntegerSerializer.read(ObjectDataInput in)
|
|
Long |
ConstantSerializers.LongSerializer.read(ObjectDataInput in)
|
|
Float |
ConstantSerializers.FloatSerializer.read(ObjectDataInput in)
|
|
Double |
ConstantSerializers.DoubleSerializer.read(ObjectDataInput in)
|
|
String |
ConstantSerializers.StringSerializer.read(ObjectDataInput in)
|
|
char[] |
ConstantSerializers.CharArraySerializer.read(ObjectDataInput in)
|
|
short[] |
ConstantSerializers.ShortArraySerializer.read(ObjectDataInput in)
|
|
int[] |
ConstantSerializers.IntegerArraySerializer.read(ObjectDataInput in)
|
|
long[] |
ConstantSerializers.LongArraySerializer.read(ObjectDataInput in)
|
|
float[] |
ConstantSerializers.FloatArraySerializer.read(ObjectDataInput in)
|
|
double[] |
ConstantSerializers.DoubleArraySerializer.read(ObjectDataInput in)
|
|
T |
StreamSerializer.read(ObjectDataInput in)
Reads object from objectDataInputStream |
|
void |
DataSerializable.readData(ObjectDataInput in)
Reads fields from the input stream |
|
Data |
SerializationServiceImpl.readData(ObjectDataInput in)
|
|
|
SerializationService.readData(ObjectDataInput in)
|
|
|
SerializationServiceImpl.readObject(ObjectDataInput in)
|
|
|
SerializationService.readObject(ObjectDataInput in)
|
|
protected byte[] |
SerializationServiceImpl.readPortableHeader(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.nio.serialization.serializers |
---|
Methods in com.hazelcast.nio.serialization.serializers with parameters of type ObjectDataInput | |
---|---|
ArrayList |
ArrayListSerializerHook.ArrayListStreamSerializer.read(ObjectDataInput in)
|
LinkedList |
LinkedListSerializerHook.LinkedListStreamSerializer.read(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.partition |
---|
Methods in com.hazelcast.partition with parameters of type ObjectDataInput | |
---|---|
void |
PartitionRuntimeState.readData(ObjectDataInput in)
|
void |
MigrationInfo.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.partition.client |
---|
Methods in com.hazelcast.partition.client with parameters of type ObjectDataInput | |
---|---|
void |
PartitionsResponse.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.partition.impl |
---|
Methods in com.hazelcast.partition.impl with parameters of type ObjectDataInput | |
---|---|
protected void |
CheckReplicaVersion.readInternal(ObjectDataInput in)
|
protected void |
BaseMigrationOperation.readInternal(ObjectDataInput in)
|
protected void |
IsReplicaVersionSync.readInternal(ObjectDataInput in)
|
protected void |
ReplicaSyncRetryResponse.readInternal(ObjectDataInput in)
|
protected void |
ReplicaSyncRequest.readInternal(ObjectDataInput in)
|
protected void |
ReplicaSyncResponse.readInternal(ObjectDataInput in)
|
protected void |
MigrationOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionStateOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.query |
---|
Methods in com.hazelcast.query with parameters of type ObjectDataInput | |
---|---|
void |
Predicates.BetweenPredicate.readData(ObjectDataInput in)
|
void |
Predicates.NotPredicate.readData(ObjectDataInput in)
|
void |
Predicates.InPredicate.readData(ObjectDataInput in)
|
void |
Predicates.RegexPredicate.readData(ObjectDataInput in)
|
void |
Predicates.LikePredicate.readData(ObjectDataInput in)
|
void |
Predicates.AndPredicate.readData(ObjectDataInput in)
|
void |
Predicates.OrPredicate.readData(ObjectDataInput in)
|
void |
Predicates.GreaterLessPredicate.readData(ObjectDataInput in)
|
void |
Predicates.EqualPredicate.readData(ObjectDataInput in)
|
void |
Predicates.AbstractPredicate.readData(ObjectDataInput in)
|
void |
PagingPredicate.readData(ObjectDataInput in)
|
void |
TruePredicate.readData(ObjectDataInput in)
|
void |
PredicateBuilder.readData(ObjectDataInput in)
|
void |
SqlPredicate.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.query.impl |
---|
Methods in com.hazelcast.query.impl with parameters of type ObjectDataInput | |
---|---|
void |
QueryResultEntryImpl.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.queue.impl |
---|
Methods in com.hazelcast.queue.impl with parameters of type ObjectDataInput | |
---|---|
void |
TxQueueItem.readData(ObjectDataInput in)
|
void |
QueueItem.readData(ObjectDataInput in)
|
void |
QueueEvent.readData(ObjectDataInput in)
|
void |
QueueEventFilter.readData(ObjectDataInput in)
|
void |
QueueContainer.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.queue.impl.operations |
---|
Methods in com.hazelcast.queue.impl.operations with parameters of type ObjectDataInput | |
---|---|
protected void |
ClearBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
QueueOperation.readInternal(ObjectDataInput in)
|
protected void |
RemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
OfferOperation.readInternal(ObjectDataInput in)
|
protected void |
ContainsOperation.readInternal(ObjectDataInput in)
|
protected void |
RemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
PollBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
DrainBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
AddAllOperation.readInternal(ObjectDataInput in)
|
protected void |
OfferBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
CompareAndRemoveBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
QueueReplicationOperation.readInternal(ObjectDataInput in)
|
protected void |
CompareAndRemoveOperation.readInternal(ObjectDataInput in)
|
protected void |
DrainOperation.readInternal(ObjectDataInput in)
|
protected void |
AddAllBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.queue.impl.tx |
---|
Methods in com.hazelcast.queue.impl.tx with parameters of type ObjectDataInput | |
---|---|
void |
QueueTransactionLog.readData(ObjectDataInput in)
|
protected void |
TxnPrepareOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
QueueTransactionRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnOfferOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPrepareBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPollBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnReserveOfferOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnReservePollBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnRollbackBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnReserveOfferBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnOfferBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPeekOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnPollOperation.readInternal(ObjectDataInput in)
|
protected void |
TxnReservePollOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.replicatedmap.impl.messages |
---|
Methods in com.hazelcast.replicatedmap.impl.messages with parameters of type ObjectDataInput | |
---|---|
void |
ReplicationMessage.readData(ObjectDataInput in)
|
void |
MultiReplicationMessage.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.replicatedmap.impl.operation |
---|
Methods in com.hazelcast.replicatedmap.impl.operation with parameters of type ObjectDataInput | |
---|---|
void |
ReplicatedMapPostJoinOperation.MemberMapPair.readData(ObjectDataInput in)
|
protected void |
ReplicatedMapPostJoinOperation.readInternal(ObjectDataInput in)
|
protected void |
ReplicatedMapInitChunkOperation.readInternal(ObjectDataInput in)
|
protected void |
ReplicatedMapClearOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.replicatedmap.impl.record |
---|
Methods in com.hazelcast.replicatedmap.impl.record with parameters of type ObjectDataInput | |
---|---|
void |
VectorClockTimestamp.readData(ObjectDataInput dataInput)
|
void |
ReplicatedRecord.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi with parameters of type ObjectDataInput | |
---|---|
void |
DefaultObjectNamespace.readData(ObjectDataInput in)
|
void |
Operation.readData(ObjectDataInput in)
|
protected void |
AbstractOperation.readInternal(ObjectDataInput in)
|
protected abstract void |
Operation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.spi.impl |
---|
Methods in com.hazelcast.spi.impl with parameters of type ObjectDataInput | |
---|---|
void |
SerializableCollection.readData(ObjectDataInput in)
|
void |
Response.readData(ObjectDataInput in)
|
void |
PartitionIteratingOperation.PartitionResponse.readData(ObjectDataInput in)
|
void |
DistributedObjectEventPacket.readData(ObjectDataInput in)
|
void |
EventServiceImpl.Registration.readData(ObjectDataInput in)
|
void |
EventServiceImpl.EventPacket.readData(ObjectDataInput in)
|
void |
EventServiceImpl.EmptyFilter.readData(ObjectDataInput in)
|
void |
NormalResponse.readData(ObjectDataInput in)
|
void |
BinaryOperationFactory.readData(ObjectDataInput in)
|
protected void |
ProxyServiceImpl.DistributedObjectDestroyOperation.readInternal(ObjectDataInput in)
|
protected void |
ProxyServiceImpl.PostJoinProxyOperation.readInternal(ObjectDataInput in)
|
protected void |
AbstractNamedOperation.readInternal(ObjectDataInput in)
|
protected void |
PartitionIteratingOperation.readInternal(ObjectDataInput in)
|
protected void |
IsStillExecutingOperation.readInternal(ObjectDataInput in)
|
protected void |
TraceableIsStillExecutingOperation.readInternal(ObjectDataInput in)
|
protected void |
EventServiceImpl.SendEventOperation.readInternal(ObjectDataInput in)
|
protected void |
EventServiceImpl.RegistrationOperation.readInternal(ObjectDataInput in)
|
protected void |
EventServiceImpl.DeregistrationOperation.readInternal(ObjectDataInput in)
|
protected void |
EventServiceImpl.PostJoinRegistrationOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.topic.impl |
---|
Methods in com.hazelcast.topic.impl with parameters of type ObjectDataInput | |
---|---|
void |
TopicEvent.readData(ObjectDataInput in)
|
protected void |
PublishOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.transaction |
---|
Methods in com.hazelcast.transaction with parameters of type ObjectDataInput | |
---|---|
void |
TransactionOptions.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.transaction.impl |
---|
Methods in com.hazelcast.transaction.impl with parameters of type ObjectDataInput | |
---|---|
void |
SerializableXID.readData(ObjectDataInput in)
|
void |
RecoveredTransaction.readData(ObjectDataInput in)
|
protected void |
RecoverTxnOperation.readInternal(ObjectDataInput in)
|
protected void |
ReplicateTxOperation.readInternal(ObjectDataInput in)
|
protected void |
BroadcastTxRollbackOperation.readInternal(ObjectDataInput in)
|
protected void |
RollbackTxBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
BeginTxBackupOperation.readInternal(ObjectDataInput in)
|
protected void |
PurgeTxBackupOperation.readInternal(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.util |
---|
Methods in com.hazelcast.util with parameters of type ObjectDataInput | |
---|---|
void |
QueryResultSet.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.wan |
---|
Methods in com.hazelcast.wan with parameters of type ObjectDataInput | |
---|---|
void |
WanReplicationEvent.readData(ObjectDataInput in)
|
Uses of ObjectDataInput in com.hazelcast.web |
---|
Methods in com.hazelcast.web with parameters of type ObjectDataInput | |
---|---|
void |
AbstractWebDataEntryProcessor.readData(ObjectDataInput in)
|
void |
InvalidateSessionAttributesEntryProcessor.readData(ObjectDataInput in)
|
void |
SessionAttributePredicate.readData(ObjectDataInput in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |