Interface | Description |
---|---|
ComparableIdentifier |
Identifier that can be totally ordered.
|
EStage<T> |
Stage that executes an event handler.
|
EventHandler<T> |
Handler to process an event.
|
Identifiable |
This interface imposes that each object of the class that implements it has an identifier.
|
Identifier |
An identifier class for REEF.
|
IdentifierFactory |
The factory interface for Wake.
|
Stage |
Stage is an execution unit for events and provides a way to reclaim its resources.
|
Class | Description |
---|---|
AbstractEStage<T> |
An
EStage that implements metering. |
StageConfiguration |
Configuration options for Wake Stage.
|
StageConfiguration.Capacity |
The capacity for the stage.
|
StageConfiguration.ErrorHandler |
The error handler for the stage.
|
StageConfiguration.NumberOfThreads |
The number of threads for the stage.
|
StageConfiguration.StageExecutorService |
The executor service for the stage.
|
StageConfiguration.StageHandler |
The event handler for the stage.
|
StageConfiguration.StageName |
The stage name.
|
StageConfiguration.StageObserver |
The observer for the stage.
|
StageConfiguration.TimerInitialDelay |
The initial delay for periodic events of the timer stage.
|
StageConfiguration.TimerPeriod |
The period for periodic events of the timer stage.
|
WakeParameters |
Default parameters for Wake.
|
WakeParameters.ExecutorShutdownTimeout |
Executor shutdown timeout.
|
WakeParameters.MaxFrameLength |
Maximum frame length unit.
|
WakeParameters.RemoteSendTimeout |
Remote send timeout.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.