Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.operations |
Contains client operations
|
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.map |
Client protocol tasks implementations for map
|
com.hazelcast.client.impl.protocol.task.multimap |
Client protocol tasks implementations for multi map
|
com.hazelcast.client.impl.protocol.task.replicatedmap |
Client protocol tasks implementations for ReplicatedMap
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.querycache.subscriber.operation |
This package contains Enterprise specific operations for
QueryCache . |
com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
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.operations |
Contains operations for Hazelcast MultiMap module.
|
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
com.hazelcast.scheduledexecutor.impl.operations | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.operationservice.impl.operations |
Contains the Operations being used by the
OperationServiceImpl . |
Modifier and Type | Method and Description |
---|---|
OperationFactory |
CacheOperationProvider.createClearOperationFactory() |
OperationFactory |
DefaultOperationProvider.createClearOperationFactory() |
OperationFactory |
CacheOperationProvider.createGetAllOperationFactory(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy policy) |
OperationFactory |
DefaultOperationProvider.createGetAllOperationFactory(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy policy) |
OperationFactory |
CacheOperationProvider.createLoadAllOperationFactory(Set<Data> keySet,
boolean replaceExistingValues) |
OperationFactory |
DefaultOperationProvider.createLoadAllOperationFactory(Set<Data> keySet,
boolean replaceExistingValues) |
OperationFactory |
CacheOperationProvider.createRemoveAllOperationFactory(Set<Data> keySet,
Integer completionId) |
OperationFactory |
DefaultOperationProvider.createRemoveAllOperationFactory(Set<Data> keySet,
Integer completionId) |
OperationFactory |
CacheOperationProvider.createSizeOperationFactory() |
OperationFactory |
DefaultOperationProvider.createSizeOperationFactory() |
Modifier and Type | Class and Description |
---|---|
class |
CacheClearOperationFactory
OperationFactory implementation for Clear Operations. |
class |
CacheGetAllOperationFactory
Factory implementation for
CacheGetAllOperation . |
class |
CacheLoadAllOperationFactory
Factory implementation for
CacheLoadAllOperation . |
class |
CacheRemoveAllOperationFactory
OperationFactory implementation for RemoveAll Operations. |
class |
CacheSizeOperationFactory
Factory implementation of
CacheSizeOperation . |
Modifier and Type | Class and Description |
---|---|
class |
OperationFactoryWrapper |
Modifier and Type | Method and Description |
---|---|
OperationFactory |
OperationFactoryWrapper.getOperationFactory() |
Constructor and Description |
---|
OperationFactoryWrapper(OperationFactory opFactory,
String uuid) |
Modifier and Type | Method and Description |
---|---|
protected abstract OperationFactory |
AbstractAllPartitionsMessageTask.createOperationFactory() |
protected abstract OperationFactory |
AbstractMultiPartitionMessageTask.createOperationFactory() |
Modifier and Type | Class and Description |
---|---|
class |
CacheAssignAndGetUuidsOperationFactory |
Modifier and Type | Method and Description |
---|---|
protected OperationFactory |
CacheLoadAllMessageTask.createOperationFactory() |
protected OperationFactory |
CacheAssignAndGetUuidsMessageTask.createOperationFactory() |
protected OperationFactory |
CacheSizeMessageTask.createOperationFactory() |
protected OperationFactory |
CacheGetAllMessageTask.createOperationFactory() |
protected OperationFactory |
CacheRemoveAllKeysMessageTask.createOperationFactory() |
protected OperationFactory |
CacheRemoveAllMessageTask.createOperationFactory() |
protected OperationFactory |
CacheClearMessageTask.createOperationFactory() |
Modifier and Type | Class and Description |
---|---|
class |
MapAssignAndGetUuidsOperationFactory |
Modifier and Type | Method and Description |
---|---|
protected OperationFactory |
MapAddIndexMessageTask.createOperationFactory() |
protected OperationFactory |
MapExecuteOnKeysMessageTask.createOperationFactory() |
protected OperationFactory |
MapRemoveAllMessageTask.createOperationFactory() |
protected OperationFactory |
MapSizeMessageTask.createOperationFactory() |
protected OperationFactory |
MapExecuteOnAllKeysMessageTask.createOperationFactory() |
protected OperationFactory |
MapClearMessageTask.createOperationFactory() |
protected OperationFactory |
MapLoadGivenKeysMessageTask.createOperationFactory() |
protected OperationFactory |
MapExecuteWithPredicateMessageTask.createOperationFactory() |
protected OperationFactory |
MapContainsValueMessageTask.createOperationFactory() |
protected OperationFactory |
MapMadePublishableMessageTask.createOperationFactory() |
protected OperationFactory |
MapEvictAllMessageTask.createOperationFactory() |
protected OperationFactory |
MapIsEmptyMessageTask.createOperationFactory() |
protected OperationFactory |
MapAssignAndGetUuidsMessageTask.createOperationFactory() |
Modifier and Type | Method and Description |
---|---|
protected OperationFactory |
MultiMapContainsValueMessageTask.createOperationFactory() |
protected OperationFactory |
MultiMapValuesMessageTask.createOperationFactory() |
protected OperationFactory |
MultiMapEntrySetMessageTask.createOperationFactory() |
protected OperationFactory |
MultiMapClearMessageTask.createOperationFactory() |
protected OperationFactory |
MultiMapSizeMessageTask.createOperationFactory() |
protected OperationFactory |
MultiMapKeySetMessageTask.createOperationFactory() |
Modifier and Type | Method and Description |
---|---|
protected OperationFactory |
ReplicatedMapClearMessageTask.createOperationFactory() |
protected OperationFactory |
ReplicatedMapPutAllMessageTask.createOperationFactory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapOperationFactory |
class |
AddIndexOperationFactory |
class |
ClearOperationFactory |
class |
ContainsValueOperationFactory |
class |
EvictAllOperationFactory
Operation factory for evict all operations.
|
class |
IsEmptyOperationFactory |
class |
IsPartitionLoadedOperationFactory |
class |
KeyLoadStatusOperationFactory
Factory for
KeyLoadStatusOperation |
class |
MapFlushOperationFactory |
class |
MapGetAllOperationFactory |
class |
MapLoadAllOperationFactory
Operation factory for load all operations.
|
class |
MultipleEntryOperationFactory |
class |
PartitionWideEntryOperationFactory |
class |
PartitionWideEntryWithPredicateOperationFactory |
class |
PutAllPartitionAwareOperationFactory
Inserts the
MapEntries for all partitions of a member via locally invoked PutAllOperation . |
class |
SizeOperationFactory |
Modifier and Type | Class and Description |
---|---|
class |
MadePublishableOperationFactory
Operation factory for
MadePublishableOperation . |
Modifier and Type | Method and Description |
---|---|
static <V> List<V> |
MapReduceUtil.executeOperation(Collection<Member> members,
OperationFactory operationFactory,
MapReduceService mapReduceService,
NodeEngine nodeEngine) |
Modifier and Type | Class and Description |
---|---|
class |
GetResultOperationFactory
This class is used to create
GetResultOperation instances. |
Modifier and Type | Class and Description |
---|---|
class |
MultiMapOperationFactory |
Modifier and Type | Class and Description |
---|---|
class |
PutAllOperationFactory
Factory class for
PutAllOperation . |
Modifier and Type | Class and Description |
---|---|
class |
GetAllScheduledOnPartitionOperationFactory |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Object> |
OperationService.invokeOnAllPartitions(String serviceName,
OperationFactory operationFactory)
Invokes a set of operation on each partition.
|
Map<Integer,Object> |
OperationService.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
Collection<Integer> partitions)
Invokes an set of operation on selected set of partitions
*
This method blocks until all operations complete.
|
Map<Integer,Object> |
OperationService.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
int[] partitions)
Invokes an set of operation on selected set of partitions
*
This method blocks until all operations complete.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperationFactory |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Object> |
OperationServiceImpl.invokeOnAllPartitions(String serviceName,
OperationFactory operationFactory) |
Map<Integer,Object> |
OperationServiceImpl.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
Collection<Integer> partitions) |
Map<Integer,Object> |
OperationServiceImpl.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
int[] partitions) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionAwareOperationFactory
Creates partition specific operations.
|
Modifier and Type | Method and Description |
---|---|
OperationFactory |
PartitionIteratingOperation.getOperationFactory() |
Modifier and Type | Method and Description |
---|---|
static PartitionAwareOperationFactory |
PartitionAwareFactoryAccessor.extractPartitionAware(OperationFactory operationFactory) |
Constructor and Description |
---|
PartitionIteratingOperation(OperationFactory operationFactory,
List<Integer> partitions) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.