| Package | Description |
|---|---|
| cloud.orbit.actors.peer | |
| cloud.orbit.actors.runtime |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PeerExecutor.onInvoke(HandlerContext ctx,
Invocation invocation) |
protected Task<Object> |
PeerExecutor.performLocalInvocation(Invocation invocation,
ObjectInvoker invoker,
LocalObjects.LocalObjectEntry target) |
Task |
PeerExecutor.scheduleLocalInvocation(LocalObjects.LocalObjectEntry<Object> localObjectEntry,
Invocation invocation) |
Task |
PeerExecutor.writeInvocation(HandlerContext ctx,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
Invocation.withFromNode(NodeAddress fromNode) |
Invocation |
Invocation.withHeaders(Map<String,Object> headers) |
Invocation |
Invocation.withMethod(Method method) |
Invocation |
Invocation.withMethodId(int methodId) |
Invocation |
Invocation.withOneWay(boolean oneWay) |
Invocation |
Invocation.withParams(Object[] params) |
Invocation |
Invocation.withToNode(NodeAddress toNode) |
Invocation |
Invocation.withToReference(RemoteReference toReference) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleInvocationHandler.afterInvoke(long startTimeNanos,
Invocation invocation,
Method method) |
protected void |
SimpleInvocationHandler.beforeInvoke(Invocation invocation,
Method method) |
protected Task<Object> |
DefaultInvocationHandler.doInvoke(Stage runtime,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target,
Method method,
Boolean reentrant,
ObjectInvoker invoker) |
protected Task<Object> |
SimpleInvocationHandler.doInvoke(Stage runtime,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target,
Method method,
Boolean reentrant,
ObjectInvoker invoker) |
Task<Object> |
SimpleInvocationHandler.invoke(Stage runtime,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target,
ObjectInvoker invoker) |
Task<Object> |
InvocationHandler.invoke(Stage runtime,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target,
ObjectInvoker invoker) |
protected void |
Execution.onInvocation(HandlerContext ctx,
Invocation invocation) |
protected Task<Object> |
Execution.performInvocation(HandlerContext ctx,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target) |
protected void |
SimpleInvocationHandler.taskComplete(long startTimeNanos,
Invocation invocation,
Method method) |
protected Task<?> |
Hosting.writeInvocation(HandlerContext ctx,
Invocation invocation) |
Task<?> |
Messaging.writeInvocation(HandlerContext ctx,
Invocation invocation) |
Copyright © 2019 Electronic Arts Inc. All rights reserved.