- handle(ControlEvent) - Method in class org.dapper.client.ClientProcessor
-
- handle(ControlEvent) - Method in class org.dapper.server.ClientState
-
- handle(ControlEvent) - Method in class org.dapper.server.ServerProcessor
-
- handleArray - Variable in class org.dapper.codelet.AbstractHandleResource
-
An ObjectArray
of handle entries.
- handleConnectToWait(ControlEventHandler<?>) - Method in class org.dapper.client.ClientLogic
-
- handleCreateFlow(ServerProcessor.RequestEvent<ServerProcessor.FlowBuildRequest, ServerProcessor.FlowProxy>) - Method in class org.dapper.server.ServerLogic
-
Handles a request to create a new
Flow
.
- handleData(DataEvent) - Method in class org.dapper.client.ClientLogic
-
Handles a message from the server conveying data.
- handleData(DataEvent) - Method in class org.dapper.server.ServerLogic
-
Handles a message from the client requesting data.
- HandleEdge - Class in org.dapper.server.flow
-
An edge class that represents the handle output-input relationship between two
FlowNode
s.
- HandleEdge(FlowNode, FlowNode) - Constructor for class org.dapper.server.flow.HandleEdge
-
Default constructor.
- handleEos(ControlEventHandler<?>) - Method in class org.dapper.client.ClientLogic
-
Handles a connection end-of-stream notification.
- handleEos(ControlEventHandler<?>) - Method in class org.dapper.server.ServerLogic
-
Handles a connection end-of-stream notification.
- handleError(ErrorEvent) - Method in class org.dapper.client.ClientLogic
-
Handles a connection error notification.
- handleError(ErrorEvent) - Method in class org.dapper.server.ServerLogic
-
Handles a connection error notification.
- handleExecuteToWait(ExecuteAckEvent) - Method in class org.dapper.server.ServerLogic
-
- handleGetFlowPendingCount(ServerProcessor.RequestEvent<Flow, Integer>) - Method in class org.dapper.server.ServerLogic
-
Handles a request to get the number of additional clients required to saturate pending computations on the given
Flow
.
- handleGetFlowProxy(ServerProcessor.RequestEvent<Flow, List<ServerProcessor.FlowProxy>>) - Method in class org.dapper.server.ServerLogic
-
- handleGetPendingCount(ServerProcessor.RequestEvent<Object, Integer>) - Method in class org.dapper.server.ServerLogic
-
Handles a request to get the number of additional clients required to saturate pending computations.
- handleIdleToConnect() - Method in class org.dapper.client.ClientLogic
-
- handleIdleToWait(AddressEvent) - Method in class org.dapper.server.ServerLogic
-
- handlePrepareToExecute() - Method in class org.dapper.client.ClientLogic
-
- handlePrepareToExecute(ClientState) - Method in class org.dapper.server.ServerLogic
-
- handlePurgeFlow(ServerProcessor.RequestEvent<Flow, Object>) - Method in class org.dapper.server.ServerLogic
-
Handles a request to purge an active
Flow
.
- handleRefresh() - Method in class org.dapper.client.ClientLogic
-
Handles a request to refresh the computation state and see if any work can be done.
- handleRefresh() - Method in class org.dapper.server.ServerLogic
-
Handles a request to refresh the computation state and see if any work can be done.
- handleReset(ResetEvent) - Method in class org.dapper.client.ClientLogic
-
Handles a message from the server resetting both ends to a common, inactive state.
- handleReset(ResetEvent) - Method in class org.dapper.server.ServerLogic
-
Handles a message from the client resetting both ends to a common, inactive state.
- handleResourceToPrepare() - Method in class org.dapper.client.ClientLogic
-
- handleResourceToPrepare(ClientState) - Method in class org.dapper.server.ServerLogic
-
- handleSetAutocloseIdle(ServerProcessor.RequestEvent<Boolean, Object>) - Method in class org.dapper.server.ServerLogic
-
Handles a request to set the idle client autoclose option.
- handleStreamReady(StreamReadyEvent<SocketConnection>) - Method in class org.dapper.client.ClientLogic
-
Handles a stream readiness notification.
- handleSuccessfulExecution(ExecuteAckEvent) - Method in class org.dapper.client.ClientLogic
-
Handles a successful execution notification and forwards it to the server.
- handleSuspendResume(ControlEvent) - Method in class org.dapper.server.ServerLogic
-
Handles a request to suspend or resume server activities.
- handleTimeout(TimeoutEvent) - Method in class org.dapper.server.ServerLogic
-
Handles a timeout notification.
- handleWaitToResource(ResourceEvent) - Method in class org.dapper.client.ClientLogic
-
- hashCode() - Method in class org.dapper.server.flow.LogicalEdge
-
- HEADER_LENGTH - Static variable in class org.dapper.client.Client
-
The expected header length of an incoming stream.