|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCallableMessageTask | |
---|---|
com.hazelcast.client.impl.protocol.task | Client tasks associated with requests. |
com.hazelcast.client.impl.protocol.task.cache | Client protocol tasks implementations for JCache |
com.hazelcast.client.impl.protocol.task.executorservice | Client protocol tasks implementations for ExecutorService |
com.hazelcast.client.impl.protocol.task.list | Client protocol tasks implementations for List |
com.hazelcast.client.impl.protocol.task.map | Client protocol tasks implementations for map |
com.hazelcast.client.impl.protocol.task.mapreduce | Client protocol tasks implementations for map reduce |
com.hazelcast.client.impl.protocol.task.multimap | Client protocol tasks implementations for multi map |
com.hazelcast.client.impl.protocol.task.queue | Client protocol tasks implementations for Queue |
com.hazelcast.client.impl.protocol.task.replicatedmap | Client protocol tasks implementations for ReplicatedMap |
com.hazelcast.client.impl.protocol.task.set | Client protocol tasks implementations for set |
com.hazelcast.client.impl.protocol.task.topic | Client protocol tasks implementations for Topic |
com.hazelcast.client.impl.protocol.task.transaction | Client protocol tasks implementations for Transaction related |
com.hazelcast.client.impl.protocol.task.transactionallist | Client protocol tasks implementations for Transactional List |
com.hazelcast.client.impl.protocol.task.transactionalmap | Client protocol tasks implementations for Transactional Map |
com.hazelcast.client.impl.protocol.task.transactionalmultimap | Client protocol tasks implementations for Transactional MultiMap |
com.hazelcast.client.impl.protocol.task.transactionalqueue | Client protocol tasks implementations for Transactional Queue |
com.hazelcast.client.impl.protocol.task.transactionalset | Client protocol tasks implementations for Transactional Set |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task | |
---|---|
class |
AbstractMultiPartitionMessageTask<P>
|
class |
AbstractTransactionalMessageTask<P>
|
class |
AddDistributedObjectListenerMessageTask
|
class |
AddPartitionLostListenerMessageTask
|
class |
AuthenticationBaseMessageTask<P>
Base authentication task |
class |
AuthenticationCustomCredentialsMessageTask
Custom Authentication with custom credential impl |
class |
AuthenticationMessageTask
Default Authentication with username password handling task |
class |
CreateProxyMessageTask
|
class |
DestroyProxyMessageTask
|
class |
GetDistributedObjectMessageTask
|
class |
GetPartitionsMessageTask
|
class |
PingMessageTask
|
class |
RegisterMembershipListenerMessageTask
|
class |
RemoveAllListenersMessageTask
|
class |
RemoveDistrubtedObjectListenerMessageTask
|
class |
RemovePartitionLostListenerMessageTask
|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.cache |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.cache | |
---|---|
class |
CacheAddEntryListenerMessageTask
Client request which registers an event listener on behalf of the client and delegates the received events back to client. |
class |
CacheAddInvalidationListenerTask
|
class |
CacheRemoveEntryListenerMessageTask
Client request which unregisters the event listener on behalf of the client. |
class |
CacheRemoveInvalidationListenerMessageTask
Client request which unregisters the invalidation listener on behalf of the client. |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.executorservice |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.list |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.list | |
---|---|
class |
ListAddListenerMessageTask
Client Protocol Task for handling messages with type id: ListMessageType.LIST_ADDLISTENER |
class |
ListRemoveListenerMessageTask
Client Protocol Task for handling messages with type id: ListMessageType.LIST_REMOVELISTENER |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.map |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.mapreduce |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.multimap |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.multimap | |
---|---|
class |
AbstractMultiMapAddEntryListenerMessageTask<P>
|
class |
MultiMapAddEntryListenerMessageTask
Client Protocol Task for handling messages with type id: MultiMapMessageType.MULTIMAP_ADDENTRYLISTENER |
class |
MultiMapAddEntryListenerToKeyMessageTask
Client Protocol Task for handling messages with type id: MultiMapMessageType.MULTIMAP_ADDENTRYLISTENERTOKEY |
class |
MultiMapRemoveEntryListenerMessageTask
Client Protocol Task for handling messages with type id: MultiMapMessageType.MULTIMAP_REMOVEENTRYLISTENER |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.queue |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.queue | |
---|---|
class |
QueueAddListenerMessageTask
Client Protocol Task for handling messages with type id: QueueMessageType.QUEUE_ADDLISTENER |
class |
QueueRemoveListenerMessageTask
Client Protocol Task for handling messages with type id: QueueMessageType.QUEUE_REMOVELISTENER |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.replicatedmap |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.set |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.set | |
---|---|
class |
SetAddListenerMessageTask
SetAddListenerMessageTask |
class |
SetRemoveListenerMessageTask
SetRemoveListenerMessageTask |
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.topic |
---|
Subclasses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.topic | |
---|---|
class |
TopicAddMessageListenerMessageTask
|
class |
TopicRemoveMessageListenerMessageTask
|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transaction |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transactionallist |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transactionalmap |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transactionalmultimap |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transactionalqueue |
---|
Uses of AbstractCallableMessageTask in com.hazelcast.client.impl.protocol.task.transactionalset |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |