Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.cluster | |
com.hazelcast.impl | |
com.hazelcast.impl.concurrentmap | |
com.hazelcast.nio |
Modifier and Type | Method and Description |
---|---|
ClusterOperation |
Packet.getOperation() |
Modifier and Type | Method and Description |
---|---|
Packet |
ProxyHelper.createRequestPacket(ClusterOperation operation,
byte[] key,
byte[] value) |
void |
ProxyHelper.doFireAndForget(ClusterOperation operation,
Object key,
Object value) |
protected Object |
ProxyHelper.doOp(ClusterOperation operation,
Object key,
Object value) |
Object |
ProxyHelper.doOp(ClusterOperation operation,
Object key,
Object value,
long ttl,
TimeUnit timeunit) |
void |
Packet.set(String name,
ClusterOperation operation,
byte[] key,
byte[] value) |
void |
Packet.setOperation(ClusterOperation operation) |
Modifier and Type | Method and Description |
---|---|
PacketProcessor |
ClusterService.getPacketProcessor(ClusterOperation operation) |
void |
ClusterService.registerPacketProcessor(ClusterOperation operation,
PacketProcessor packetProcessor) |
Modifier and Type | Field and Description |
---|---|
ClusterOperation |
Request.operation |
Modifier and Type | Method and Description |
---|---|
static ClusterOperation |
ClusterOperation.create(short operation) |
static ClusterOperation |
ClusterOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterOperation[] |
ClusterOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PacketProcessor |
BaseManager.getPacketProcessor(ClusterOperation operation) |
protected void |
BaseManager.handleInterruptedException(boolean safeToThrowException,
ClusterOperation op) |
static Request |
TestUtil.newRequest(ClusterOperation operation,
Data key,
Data value,
long ttl) |
Packet |
BaseManager.obtainPacket(String name,
Object key,
Object value,
ClusterOperation operation,
long timeout) |
Pairs |
ConcurrentMapManager.queryMap(CMap cmap,
ClusterOperation operation,
Predicate predicate) |
void |
BaseManager.registerPacketProcessor(ClusterOperation operation,
PacketProcessor packetProcessor) |
protected void |
BaseManager.rethrowException(ClusterOperation operation,
AddressAwareException exception) |
void |
Request.setLocal(ClusterOperation operation,
String name,
Data key,
Data value,
int blockId,
long timeout,
long ttl,
Address thisAddress) |
Constructor and Description |
---|
Entries(ConcurrentMapManager concurrentMapManager,
String name,
ClusterOperation operation,
Predicate predicate) |
Constructor and Description |
---|
MapQueryCallable(String mapName,
ClusterOperation operation,
Data predicateData,
int partitionVersion) |
Modifier and Type | Field and Description |
---|---|
ClusterOperation |
Packet.operation |
Modifier and Type | Method and Description |
---|---|
void |
Packet.set(String name,
ClusterOperation operation,
Object objKey,
Object objValue) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.