public interface InternalOperationService extends OperationService
BasicOperationService
, but in the future others can be added.
It exposes methods that will not be called by regular code, like shutdown, but will only be called by
the the SPI management.Modifier and Type | Method and Description |
---|---|
boolean |
isCallTimedOut(Operation op) |
void |
notifyBackupCall(long callId) |
void |
onMemberLeft(MemberImpl member) |
void |
receive(Packet packet) |
void |
shutdown()
Shuts down this InternalOperationService.
|
createInvocationBuilder, createInvocationBuilder, executeOperation, getExecutedOperationCount, getOperationExecutorQueueSize, getOperationThreadCount, getPriorityOperationExecutorQueueSize, getRemoteOperationsCount, getResponseQueueSize, getRunningOperationsCount, invokeOnAllPartitions, invokeOnPartition, invokeOnPartitions, invokeOnTarget, runOperation, send, send
void receive(Packet packet)
void onMemberLeft(MemberImpl member)
boolean isCallTimedOut(Operation op)
void shutdown()
void notifyBackupCall(long callId)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.