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.merge |
This package contains split-brain related classes.
|
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 | Class and Description |
---|---|
class |
CacheClearOperationFactory
OperationFactory implementation for Clear Operations. |
class |
CacheGetAllOperationFactory
Factory implementation for
CacheGetAllOperation . |
class |
CacheLoadAllOperationFactory
Factory implementation for
CacheLoadAllOperation . |
class |
CacheMergeOperationFactory
Inserts the merging entries for all partitions of a member via locally invoked
CacheMergeOperation . |
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 |
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 |
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 operations on each partition.
|
<T> ICompletableFuture<Map<Integer,T>> |
OperationService.invokeOnAllPartitionsAsync(String serviceName,
OperationFactory operationFactory)
Invokes a set of operations on selected set of all partitions in an async way.
|
<T> Map<Integer,T> |
OperationService.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
Collection<Integer> partitions)
Invokes a set of operations on selected set of partitions.
|
Map<Integer,Object> |
OperationService.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
int[] partitions)
Invokes a set of operations on selected set of partitions.
|
<T> ICompletableFuture<Map<Integer,T>> |
OperationService.invokeOnPartitionsAsync(String serviceName,
OperationFactory operationFactory,
Collection<Integer> partitions)
Invokes a set of operations on selected set of partitions in an async way.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperationFactory
An
OperationFactory that creates operations by cloning
the passed Operation. |
Modifier and Type | Method and Description |
---|---|
protected abstract OperationFactory |
AbstractMergeRunnable.createMergeOperationFactory(String dataStructureName,
SplitBrainMergePolicy<V,MergingItem> mergePolicy,
int[] partitions,
List<MergingItem>[] entries)
Returns an
OperationFactory for SplitBrainMergePolicy ,
legacy merge policies don't use this method. |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Object> |
OperationServiceImpl.invokeOnAllPartitions(String serviceName,
OperationFactory operationFactory) |
<T> ICompletableFuture<Map<Integer,T>> |
OperationServiceImpl.invokeOnAllPartitionsAsync(String serviceName,
OperationFactory operationFactory) |
<T> Map<Integer,T> |
OperationServiceImpl.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
Collection<Integer> partitions) |
Map<Integer,Object> |
OperationServiceImpl.invokeOnPartitions(String serviceName,
OperationFactory operationFactory,
int[] partitions) |
<T> ICompletableFuture<Map<Integer,T>> |
OperationServiceImpl.invokeOnPartitionsAsync(String serviceName,
OperationFactory operationFactory,
Collection<Integer> 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,
int[] partitions) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.