| Package | Description |
|---|---|
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationRegistry.get(long callId)
Gets the invocation for the given call ID.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Long,Invocation>> |
InvocationRegistry.entrySet()
Intention to expose the entry set is to mutate it.
|
Iterator<Invocation> |
InvocationRegistry.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InvocationRegistry.deregister(Invocation invocation)
Deregisters an invocation.
|
boolean |
InvocationRegistry.register(Invocation invocation)
Registers an invocation.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.