A B C D E F G H I J L M N O P R S T U V W 

H

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
Handles a transition from ClientStatus.CONNECT to ClientStatus.WAIT.
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 FlowNodes.
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
Handles a client transition from ClientStatus.EXECUTE to ClientStatus.WAIT, as the client has successfully executed.
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
Handles a request to get the ServerProcessor.FlowProxy associated with an individual Flow or all ServerProcessor.FlowProxys associated with all Flows.
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
Handles a transition from ClientStatus.IDLE to ClientStatus.CONNECT.
handleIdleToWait(AddressEvent) - Method in class org.dapper.server.ServerLogic
Handles a client transition from ClientStatus.IDLE to ClientStatus.WAIT.
handlePrepareToExecute() - Method in class org.dapper.client.ClientLogic
Handles a transition from ClientStatus.PREPARE to ClientStatus.EXECUTE.
handlePrepareToExecute(ClientState) - Method in class org.dapper.server.ServerLogic
Handles a possible client transition from ClientStatus.PREPARE to ClientStatus.EXECUTE, as the client has requisitioned all necessary resources for execution.
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
Handles a transition from ClientStatus.RESOURCE to ClientStatus.PREPARE.
handleResourceToPrepare(ClientState) - Method in class org.dapper.server.ServerLogic
Handles a possible client transition from ClientStatus.RESOURCE to ClientStatus.PREPARE, as the client has acknowledged receipt of its resource descriptor.
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
Handles a transition from ClientStatus.WAIT to ClientStatus.RESOURCE.
hashCode() - Method in class org.dapper.server.flow.LogicalEdge
Fulfills the LogicalEdge.hashCode() contract.
HEADER_LENGTH - Static variable in class org.dapper.client.Client
The expected header length of an incoming stream.
A B C D E F G H I J L M N O P R S T U V W