- encode(T) - Method in interface org.apache.reef.wake.remote.Encoder
-
Encodes the given object into a Byte Array.
- encode(byte[]) - Method in class org.apache.reef.wake.remote.impl.ByteCodec
-
Returns the byte array argument.
- encode(T) - Method in class org.apache.reef.wake.remote.impl.MultiCodec
-
Encodes an object to a byte array.
- encode(T) - Method in class org.apache.reef.wake.remote.impl.MultiEncoder
-
Encodes an object to a byte array.
- encode(T) - Method in class org.apache.reef.wake.remote.impl.ObjectSerializableCodec
-
Encodes the object to bytes.
- encode(RemoteEvent<T>) - Method in class org.apache.reef.wake.remote.impl.RemoteEventCodec
-
Encodes the remote event object to bytes.
- encode(RemoteEvent<T>) - Method in class org.apache.reef.wake.remote.impl.RemoteEventEncoder
-
Encodes the remote event object to bytes.
- encode(String) - Method in class org.apache.reef.wake.remote.impl.StringCodec
-
Returns a byte array representation of the string.
- encode(byte[]) - Method in class org.apache.reef.wake.remote.transport.netty.ByteEncoder
-
- Encoder<T> - Interface in org.apache.reef.wake.remote
-
Interface for serialization routines that translate back and forth between
byte arrays with low latency.
- equals(Object) - Method in interface org.apache.reef.wake.Identifier
-
Checks that another object is equal to this object.
- equals(Object) - Method in class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
-
Checks that another object is equal to this object.
- equals(Object) - Method in class org.apache.reef.wake.remote.impl.Tuple2
-
- equals(Object) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- equals(Object) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- equals(Object) - Method in class org.apache.reef.wake.storage.FileIdentifier
-
- equals(Object) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- equals(Object) - Method in class org.apache.reef.wake.time.Time
-
- EStage<T> - Interface in org.apache.reef.wake
-
Stage that executes an event handler.
- EventHandler<T> - Interface in org.apache.reef.wake
-
Handler to process an event.
- EventPrinter<T> - Class in org.apache.reef.wake.examples.join
-
- EventPrinter() - Constructor for class org.apache.reef.wake.examples.join.EventPrinter
-
- EventSource<T> - Interface in org.apache.reef.wake.examples.p2p
-
The pull side of the interface: Clients implement this and register it with
the PullToPush class.
- EWMA - Class in org.apache.reef.wake.metrics
-
Exponentially weighted moving average.
- EWMA(double, long, TimeUnit) - Constructor for class org.apache.reef.wake.metrics.EWMA
-
Constructs an EWMA object.
- EWMAParameters - Class in org.apache.reef.wake.metrics
-
Default EWMA parameters.
- EXECUTOR_SHUTDOWN_TIMEOUT - Static variable in class org.apache.reef.wake.WakeParameters
-
- get(SocketAddress) - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
-
Returns a link for the remote address if already cached; otherwise, returns null.
- get(SocketAddress) - Method in interface org.apache.reef.wake.remote.transport.Transport
-
Returns a link for the remote address if already cached; otherwise, returns null.
- get(StorageIdentifier) - Method in class org.apache.reef.wake.storage.FileHandlePool
-
Deprecated.
- get15mEWMAThp() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the 15-minute EWMA throughput.
- get1mEWMAThp() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the 1-minute EWMA throughput.
- get5mEWMAThp() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the 5-minute EWMA throughput.
- getBuf() - Method in class org.apache.reef.wake.storage.ReadRequest
-
Deprecated.
- getClassName() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required string className = 1;
- getClassName() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
required string className = 1;
- getClassName() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBufOrBuilder
-
required string className = 1;
- getClassNameBytes() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required string className = 1;
- getClassNameBytes() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
required string className = 1;
- getClassNameBytes() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBufOrBuilder
-
required string className = 1;
- getConfiguration() - Method in class org.apache.reef.wake.remote.address.HostnameBasedLocalAddressProvider
-
- getConfiguration() - Method in class org.apache.reef.wake.remote.address.LegacyLocalAddressProvider
-
- getConstructorDef() - Method in class org.apache.reef.wake.profiler.Vertex
-
- getCount() - Method in interface org.apache.reef.wake.metrics.Histogram
-
Returns the number of recorded values.
- getCount() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the count.
- getCount() - Method in class org.apache.reef.wake.metrics.UniformHistogram
-
Returns the number of recorded values.
- getCurrent() - Method in class org.apache.reef.wake.time.runtime.LogicalTimer
-
- getCurrent() - Method in class org.apache.reef.wake.time.runtime.RealTimer
-
- getCurrent() - Method in interface org.apache.reef.wake.time.runtime.Timer
-
- getData() - Method in class org.apache.reef.wake.remote.impl.TransportEvent
-
Gets the data.
- getData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
required bytes data = 1;
- getData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
required bytes data = 1;
- getData() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBufOrBuilder
-
required bytes data = 1;
- getData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required bytes data = 2;
- getData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
required bytes data = 2;
- getData() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBufOrBuilder
-
required bytes data = 2;
- getDefaultInstance() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getDefaultInstance() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getDefaultInstance() - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getDescriptor() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos
-
- getDescriptor() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
- getDescriptor() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getDescriptor() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
- getDescriptor() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getDescriptor() - Static method in class org.apache.reef.wake.test.proto.TestProtos
-
- getDescriptor() - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
- getDescriptor() - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getDescriptorForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
- getDescriptorForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
- getDescriptorForType() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
- getDuration(long) - Method in class org.apache.reef.wake.time.runtime.LogicalTimer
-
- getDuration(long) - Method in class org.apache.reef.wake.time.runtime.RealTimer
-
- getDuration(long) - Method in interface org.apache.reef.wake.time.runtime.Timer
-
- getEvent() - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Gets the actual event.
- getException() - Method in class org.apache.reef.wake.time.runtime.event.RuntimeStop
-
- getF() - Method in class org.apache.reef.wake.storage.ReadRequest
-
Deprecated.
- getFirst() - Method in class org.apache.reef.wake.impl.MergingEventHandler.Pair
-
- getHandler(RemoteIdentifier, Class<? extends T>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
-
Returns a proxy event handler for a remote identifier and a message type.
- getHandler() - Method in class org.apache.reef.wake.remote.impl.RemoteSenderStage
-
Returns a new remote sender event handler.
- getHandler(RemoteIdentifier, Class<? extends T>) - Method in interface org.apache.reef.wake.remote.RemoteManager
-
Returns an event handler that can be used to send messages of type T to the
given destination.
- getId() - Method in interface org.apache.reef.wake.Identifiable
-
Returns an identifier of this object.
- getId() - Method in class org.apache.reef.wake.storage.ReadRequest
-
Deprecated.
- getIdentifier() - Method in interface org.apache.reef.wake.remote.RemoteMessage
-
Returns a remote identifier of the sender.
- getInMeter() - Method in class org.apache.reef.wake.AbstractEStage
-
Gets the input meter of this stage.
- getInMeter() - Method in class org.apache.reef.wake.rx.AbstractRxStage
-
Gets the input meter of this stage.
- getInstance() - Static method in class org.apache.reef.wake.remote.address.LocalAddressProviderFactory
-
Deprecated.
Have an instance of LocalAddressProvider injected instead.
- getInstance(String) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerFactory
-
- getInstance(String, String, int, Codec<T>, EventHandler<Throwable>, boolean, int, int, LocalAddressProvider, TcpPortProvider) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerFactory
-
- getInstance(String, String, int, Codec<T>, EventHandler<Throwable>, boolean, int, int) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerFactory
-
- getInstance(String, Codec<T>, EventHandler<Throwable>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerFactory
-
- getInstance(String, int, Codec<T>, EventHandler<Throwable>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerFactory
-
- getInstance(String) - Method in interface org.apache.reef.wake.remote.RemoteManagerFactory
-
- getInstance(String, Codec<T>, EventHandler<Throwable>) - Method in interface org.apache.reef.wake.remote.RemoteManagerFactory
-
- getInstance(String, int, Codec<T>, EventHandler<Throwable>) - Method in interface org.apache.reef.wake.remote.RemoteManagerFactory
-
- getInstance(String, String, int, Codec<T>, EventHandler<Throwable>, boolean, int, int) - Method in interface org.apache.reef.wake.remote.RemoteManagerFactory
-
The old constructor of DefaultRemoteManagerImplementation.
- getInstance(String, String, int, Codec<T>, EventHandler<Throwable>, boolean, int, int, LocalAddressProvider, TcpPortProvider) - Method in interface org.apache.reef.wake.remote.RemoteManagerFactory
-
The all-out constructor of DefaultRemoteManagerImplementation.
- getKey() - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage.Pair
-
- getLeft() - Method in class org.apache.reef.wake.impl.MergingEventHandler
-
- getLink() - Method in class org.apache.reef.wake.remote.impl.TransportEvent
-
Returns the link associated with the event.
- getListeningPort() - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
-
Gets a server listening port of this transport.
- getListeningPort() - Method in interface org.apache.reef.wake.remote.transport.Transport
-
Gets a server listening port of this transport.
- getLoad() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required double load = 2;
- getLoad() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
required double load = 2;
- getLoad() - Method in interface org.apache.reef.wake.test.proto.TestProtos.TestEventPBufOrBuilder
-
required double load = 2;
- getLocalAddress() - Method in class org.apache.reef.wake.remote.address.HostnameBasedLocalAddressProvider
-
- getLocalAddress() - Method in class org.apache.reef.wake.remote.address.LegacyLocalAddressProvider
-
- getLocalAddress() - Method in interface org.apache.reef.wake.remote.address.LocalAddressProvider
-
- getLocalAddress() - Method in class org.apache.reef.wake.remote.impl.TransportEvent
-
Gets the local socket address.
- getLocalAddress() - Method in interface org.apache.reef.wake.remote.transport.Link
-
Gets its local address.
- getLocalAddress() - Method in class org.apache.reef.wake.remote.transport.netty.NettyLink
-
Gets a local address of the link.
- getLocalAddress() - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
-
Gets a server local socket address of this transport.
- getLocalAddress() - Method in interface org.apache.reef.wake.remote.transport.Transport
-
Gets a server local socket address of this transport.
- getMeanThp() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the mean throughput.
- getMessage() - Method in interface org.apache.reef.wake.remote.RemoteMessage
-
Returns an actual message.
- getMessage() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required string message = 1;
- getMessage() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
required string message = 1;
- getMessage() - Method in interface org.apache.reef.wake.test.proto.TestProtos.TestEventPBufOrBuilder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
required string message = 1;
- getMessageBytes() - Method in interface org.apache.reef.wake.test.proto.TestProtos.TestEventPBufOrBuilder
-
required string message = 1;
- getMyIdentifier() - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
-
Returns my identifier.
- getMyIdentifier() - Method in interface org.apache.reef.wake.remote.RemoteManager
-
Access the Identifier of this.
- getName() - Method in class org.apache.reef.wake.metrics.Meter
-
Gets the name of the meter.
- getName() - Method in class org.apache.reef.wake.profiler.Vertex
-
- getNewInstance(String) - Method in interface org.apache.reef.wake.IdentifierFactory
-
Creates a RemoteIdentifier object.
- getNewInstance(String) - Method in class org.apache.reef.wake.impl.DefaultIdentifierFactory
-
Creates a new remote identifier instance.
- getNewInstance(String) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteIdentifierFactoryImplementation
-
- getNewInstance(String) - Method in interface org.apache.reef.wake.remote.RemoteIdentifierFactory
-
Creates a RemoteIdentifier object.
- getNext() - Method in interface org.apache.reef.wake.examples.p2p.EventSource
-
- getNextSeq(SocketAddress) - Method in class org.apache.reef.wake.remote.impl.RemoteSeqNumGenerator
-
- getNumBins() - Method in interface org.apache.reef.wake.metrics.Histogram
-
Returns the number of bins.
- getNumBins() - Method in class org.apache.reef.wake.metrics.UniformHistogram
-
Returns the number of bins.
- getObject() - Method in class org.apache.reef.wake.profiler.Vertex
-
- getOffset() - Method in class org.apache.reef.wake.storage.ReadRequest
-
Deprecated.
- getOutEdges() - Method in class org.apache.reef.wake.profiler.Vertex
-
- getOutMeter() - Method in class org.apache.reef.wake.AbstractEStage
-
Gets the output meter of this stage.
- getOutMeter() - Method in class org.apache.reef.wake.rx.AbstractRxStage
-
Gets the output meter of this stage.
- getParserForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getParserForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getParserForType() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getQueueLength() - Method in class org.apache.reef.wake.impl.ThreadPoolStage
-
Gets the queue length of this stage.
- getQueueLength() - Method in class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Gets the queue length of this stage.
- getRate(TimeUnit) - Method in class org.apache.reef.wake.metrics.EWMA
-
Gets the rate.
- getRemoteAddress() - Method in class org.apache.reef.wake.remote.impl.TransportEvent
-
Gets the remote socket address.
- getRemoteAddress() - Method in interface org.apache.reef.wake.remote.transport.Link
-
Gets its remote address.
- getRemoteAddress() - Method in class org.apache.reef.wake.remote.transport.netty.NettyLink
-
Gets a remote address of the link.
- getRight() - Method in class org.apache.reef.wake.impl.MergingEventHandler
-
- getSecond() - Method in class org.apache.reef.wake.impl.MergingEventHandler.Pair
-
- getSeq() - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Gets the sequence number.
- getSeq() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
required int64 seq = 2;
- getSeq() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
required int64 seq = 2;
- getSeq() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBufOrBuilder
-
required int64 seq = 2;
- getSerializedSize() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getSerializedSize() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getSerializedSize() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getSocketAddress() - Method in class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
-
Gets the socket address.
- getT1() - Method in class org.apache.reef.wake.remote.impl.Tuple2
-
- getT2() - Method in class org.apache.reef.wake.remote.impl.Tuple2
-
- getTimeStamp() - Method in class org.apache.reef.wake.time.Time
-
- getToken() - Method in class org.apache.reef.wake.remote.impl.Subscription
-
Gets the token of this subscription.
- getUnknownFields() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- getUnknownFields() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- getUnknownFields() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- getValue() - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage.Pair
-
- getValue(int) - Method in interface org.apache.reef.wake.metrics.Histogram
-
Returns the value of the index.
- getValue(int) - Method in class org.apache.reef.wake.metrics.UniformHistogram
-
Returns the value of the index.
- objectGraphToString() - Method in class org.apache.reef.wake.profiler.WakeProfiler
-
- ObjectSerializableCodec<T> - Class in org.apache.reef.wake.remote.impl
-
Codec that uses Java serialization.
- ObjectSerializableCodec() - Constructor for class org.apache.reef.wake.remote.impl.ObjectSerializableCodec
-
- Observable - Interface in org.apache.reef.wake.rx
-
Defines a provider for push-based notification.
- Observer<T> - Interface in org.apache.reef.wake.rx
-
Provides a mechanism for receiving push-based notifications.
- ObserverCompletedException - Exception in org.apache.reef.wake.rx.exception
-
It is illegal to call onError() or onCompleted() when a call to onNext() is
still outstanding, or to call onNext(), onError() or onCompleted() after a
call to onError() or onCompleted() has been dispatched.
- ObserverCompletedException() - Constructor for exception org.apache.reef.wake.rx.exception.ObserverCompletedException
-
- onCompleted() - Method in class org.apache.reef.wake.examples.join.EventPrinter
-
- onCompleted() - Method in class org.apache.reef.wake.rx.AbstractObserver
-
- onCompleted() - Method in class org.apache.reef.wake.rx.impl.RxSyncStage
-
Notifies the observer that the provider has finished sending push-based
notifications.
- onCompleted() - Method in class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Notifies the observer that the provider has finished sending push-based
notifications.
- onCompleted() - Method in class org.apache.reef.wake.rx.impl.SimpleSubject
-
Provides the observer with it has finished sending push-based
notifications.
- onCompleted() - Method in class org.apache.reef.wake.rx.impl.TimeoutSubject
-
- onCompleted() - Method in interface org.apache.reef.wake.rx.Observer
-
Notifies the observer that the provider has finished sending push-based
notifications.
- ONE_MINUTE - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
-
- onError(Exception) - Method in class org.apache.reef.wake.examples.join.EventPrinter
-
- onError(Exception) - Method in class org.apache.reef.wake.rx.AbstractObserver
-
- onError(Exception) - Method in class org.apache.reef.wake.rx.impl.RxSyncStage
-
Notifies the observer that the provider has experienced an error
condition.
- onError(Exception) - Method in class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Notifies the observer that the provider has experienced an error
condition.
- onError(Exception) - Method in class org.apache.reef.wake.rx.impl.SimpleSubject
-
Provides the observer with the error.
- onError(Exception) - Method in class org.apache.reef.wake.rx.impl.TimeoutSubject
-
- onError(Exception) - Method in interface org.apache.reef.wake.rx.Observer
-
Notifies the observer that the provider has experienced an error
condition.
- onException(Throwable, SocketAddress, T) - Method in interface org.apache.reef.wake.remote.transport.LinkListener
-
Called when the sent message to remoteAddress is failed to be transferred.
- onException(Throwable, SocketAddress, T) - Method in class org.apache.reef.wake.remote.transport.netty.LoggingLinkListener
-
Called when the sent message to remoteAddress is failed to be transferred.
- onNext(T) - Method in interface org.apache.reef.wake.EventHandler
-
Handles an event.
- onNext(T) - Method in class org.apache.reef.wake.examples.join.EventPrinter
-
- onNext(T) - Method in class org.apache.reef.wake.impl.BlockingEventHandler
-
- onNext(T) - Method in class org.apache.reef.wake.impl.BlockingSignalEventHandler
-
- onNext(T) - Method in class org.apache.reef.wake.impl.ForkPoolStage
-
- onNext(List<T>) - Method in class org.apache.reef.wake.impl.IndependentIterationsThreadPoolStage
-
- onNext(T) - Method in class org.apache.reef.wake.impl.LoggingEventHandler
-
Logs the event.
- onNext(Void) - Method in class org.apache.reef.wake.impl.LoggingVoidEventHandler
-
Logs the event.
- onNext(StartTime) - Method in class org.apache.reef.wake.impl.MissingStartHandlerHandler
-
- onNext(T) - Method in class org.apache.reef.wake.impl.MultiEventHandler
-
Invokes a specific handler for the event class type if it exists.
- onNext(T) - Method in class org.apache.reef.wake.impl.PubSubEventHandler
-
Invokes subscribed handlers for the event class type.
- onNext(T) - Method in class org.apache.reef.wake.impl.SingleThreadStage
-
Puts the value to the queue, which will be processed by the handler later.
- onNext(T) - Method in class org.apache.reef.wake.impl.SyncStage
-
Invokes the handler for the event.
- onNext(T) - Method in class org.apache.reef.wake.impl.ThreadPoolStage
-
Handles the event using a thread in the thread pool.
- onNext(TransportEvent) - Method in class org.apache.reef.wake.remote.impl.DefaultTransportEStage
-
- onNext(TransportEvent) - Method in class org.apache.reef.wake.remote.impl.OrderedRemoteReceiverStage
-
- onNext(T) - Method in class org.apache.reef.wake.remote.impl.ProxyEventHandler
-
Sends the event to the event handler running remotely.
- onNext(TransportEvent) - Method in class org.apache.reef.wake.remote.impl.RemoteReceiverStage
-
Handles the received event.
- onNext(T) - Method in class org.apache.reef.wake.rx.impl.RxSyncStage
-
Provides the observer with the new value.
- onNext(T) - Method in class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Provides the observer with the new value.
- onNext(T) - Method in class org.apache.reef.wake.rx.impl.SimpleSubject
-
Provides the observer with the new value.
- onNext(T) - Method in class org.apache.reef.wake.rx.impl.TimeoutSubject
-
- onNext(T) - Method in interface org.apache.reef.wake.rx.Observer
-
Provides the observer with new data.
- onSuccess(T) - Method in interface org.apache.reef.wake.remote.transport.LinkListener
-
Called when the sent message is successfully transferred.
- onSuccess(T) - Method in class org.apache.reef.wake.remote.transport.netty.LoggingLinkListener
-
Called when the sent message is transferred successfully.
- open(SocketAddress, Encoder<? super T>, LinkListener<? super T>) - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
-
Returns a link for the remote address if cached; otherwise opens, caches and returns.
- open(SocketAddress, Encoder<? super T>, LinkListener<? super T>) - Method in interface org.apache.reef.wake.remote.transport.Transport
-
Returns a link for the remote address if cached; otherwise opens, caches and returns.
- OrderedRemoteReceiverStage - Class in org.apache.reef.wake.remote.impl
-
Receive incoming events and dispatch to correct handlers in order.
- OrderedRemoteReceiverStage(EventHandler<RemoteEvent<byte[]>>, EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.remote.impl.OrderedRemoteReceiverStage
-
Constructs a ordered remote receiver stage.
- org.apache.reef.wake - package org.apache.reef.wake
-
- org.apache.reef.wake.examples - package org.apache.reef.wake.examples
-
- org.apache.reef.wake.examples.accumulate - package org.apache.reef.wake.examples.accumulate
-
TODO: Document.
- org.apache.reef.wake.examples.join - package org.apache.reef.wake.examples.join
-
- org.apache.reef.wake.examples.p2p - package org.apache.reef.wake.examples.p2p
-
A simple pull to push adapter.
- org.apache.reef.wake.exception - package org.apache.reef.wake.exception
-
- org.apache.reef.wake.impl - package org.apache.reef.wake.impl
-
- org.apache.reef.wake.metrics - package org.apache.reef.wake.metrics
-
- org.apache.reef.wake.profiler - package org.apache.reef.wake.profiler
-
TODO: Document.
- org.apache.reef.wake.remote - package org.apache.reef.wake.remote
-
- org.apache.reef.wake.remote.address - package org.apache.reef.wake.remote.address
-
Local address resolution.
- org.apache.reef.wake.remote.exception - package org.apache.reef.wake.remote.exception
-
- org.apache.reef.wake.remote.impl - package org.apache.reef.wake.remote.impl
-
- org.apache.reef.wake.remote.ports - package org.apache.reef.wake.remote.ports
-
TODO: Document.
- org.apache.reef.wake.remote.ports.parameters - package org.apache.reef.wake.remote.ports.parameters
-
TODO: Document.
- org.apache.reef.wake.remote.proto - package org.apache.reef.wake.remote.proto
-
- org.apache.reef.wake.remote.transport - package org.apache.reef.wake.remote.transport
-
- org.apache.reef.wake.remote.transport.exception - package org.apache.reef.wake.remote.transport.exception
-
- org.apache.reef.wake.remote.transport.netty - package org.apache.reef.wake.remote.transport.netty
-
- org.apache.reef.wake.rx - package org.apache.reef.wake.rx
-
- org.apache.reef.wake.rx.exception - package org.apache.reef.wake.rx.exception
-
- org.apache.reef.wake.rx.impl - package org.apache.reef.wake.rx.impl
-
- org.apache.reef.wake.storage - package org.apache.reef.wake.storage
-
TODO: Document.
- org.apache.reef.wake.test.proto - package org.apache.reef.wake.test.proto
-
- org.apache.reef.wake.time - package org.apache.reef.wake.time
-
- org.apache.reef.wake.time.event - package org.apache.reef.wake.time.event
-
- org.apache.reef.wake.time.runtime - package org.apache.reef.wake.time.runtime
-
- org.apache.reef.wake.time.runtime.event - package org.apache.reef.wake.time.runtime.event
-
- RangeTcpPortProvider - Class in org.apache.reef.wake.remote.ports
-
A TcpPortProvider which gives out random ports in a range.
- RangeTcpPortProvider(int, int, int) - Constructor for class org.apache.reef.wake.remote.ports.RangeTcpPortProvider
-
- ReadRequest - Class in org.apache.reef.wake.storage
-
- ReadRequest(StorageIdentifier, long, byte[], Identifier) - Constructor for class org.apache.reef.wake.storage.ReadRequest
-
Deprecated.
- ReadResponse - Class in org.apache.reef.wake.storage
-
- ReadResponse(byte[], int, Identifier) - Constructor for class org.apache.reef.wake.storage.ReadResponse
-
Deprecated.
- RealTimer - Class in org.apache.reef.wake.time.runtime
-
- RealTimer() - Constructor for class org.apache.reef.wake.time.runtime.RealTimer
-
- register(EventSource<T>) - Method in class org.apache.reef.wake.examples.p2p.Pull2Push
-
Registers an event source.
- register(Stage) - Method in class org.apache.reef.wake.impl.StageManager
-
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos
-
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.wake.test.proto.TestProtos
-
- registerErrorHandler(EventHandler<Exception>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
-
Registers an exception handler and returns a subscription.
- registerErrorHandler(EventHandler<Exception>) - Method in interface org.apache.reef.wake.remote.RemoteManager
-
Deprecated.
- registerErrorHandler(EventHandler<Exception>) - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
-
Registers the exception event handler.
- registerErrorHandler(EventHandler<Exception>) - Method in interface org.apache.reef.wake.remote.transport.Transport
-
Registers the exception handler.
- registerEventHandler(Class<? extends Time>, EventHandler<Time>) - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- registerHandler(RemoteIdentifier, Class<U>, EventHandler<T>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
-
Registers an event handler for a remote identifier and a message type and.
- registerHandler(Class<U>, EventHandler<RemoteMessage<T>>) - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
-
Registers an event handler for a message type and returns a subscription.
- registerHandler(RemoteIdentifier, Class<U>, EventHandler<T>) - Method in interface org.apache.reef.wake.remote.RemoteManager
-
Registers the given EventHandler to be invoked when messages of Type T
arrive from sourceIdentifier.
- registerHandler(Class<U>, EventHandler<RemoteMessage<T>>) - Method in interface org.apache.reef.wake.remote.RemoteManager
-
Registers the given EventHandler to be called for the given message type
from any source.
- release(StorageIdentifier, FileInputStream) - Method in class org.apache.reef.wake.storage.FileHandlePool
-
Deprecated.
- REMOTE_EXECUTOR_SHUTDOWN_TIMEOUT - Static variable in class org.apache.reef.wake.WakeParameters
-
- remoteAddress() - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Gets the remote socket address.
- RemoteConfiguration - Class in org.apache.reef.wake.remote
-
Configuration options and helper methods for Wake remoting.
- RemoteConfiguration() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration
-
- RemoteConfiguration.ErrorHandler - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.ErrorHandler() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.ErrorHandler
-
- RemoteConfiguration.HostAddress - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.HostAddress() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.HostAddress
-
- RemoteConfiguration.ManagerName - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.ManagerName() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.ManagerName
-
- RemoteConfiguration.MessageCodec - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.MessageCodec() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.MessageCodec
-
- RemoteConfiguration.NumberOfTries - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.NumberOfTries() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.NumberOfTries
-
- RemoteConfiguration.OrderingGuarantee - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.OrderingGuarantee() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.OrderingGuarantee
-
- RemoteConfiguration.Port - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.Port() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.Port
-
- RemoteConfiguration.RemoteClientStage - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.RemoteClientStage() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.RemoteClientStage
-
- RemoteConfiguration.RemoteServerStage - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.RemoteServerStage() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.RemoteServerStage
-
- RemoteConfiguration.RetryTimeout - Class in org.apache.reef.wake.remote
-
- RemoteConfiguration.RetryTimeout() - Constructor for class org.apache.reef.wake.remote.RemoteConfiguration.RetryTimeout
-
- RemoteEvent<T> - Class in org.apache.reef.wake.remote.impl
-
Event that are exchanged across process boundaries.
- RemoteEvent(SocketAddress, SocketAddress, long, T) - Constructor for class org.apache.reef.wake.remote.impl.RemoteEvent
-
Constructs a remote event.
- RemoteEventCodec<T> - Class in org.apache.reef.wake.remote.impl
-
Codec of the event sent remotely.
- RemoteEventCodec(Codec<T>) - Constructor for class org.apache.reef.wake.remote.impl.RemoteEventCodec
-
Constructs a remote event codec.
- RemoteEventComparator<T> - Class in org.apache.reef.wake.remote.impl
-
Comparator for the remote event.
- RemoteEventComparator() - Constructor for class org.apache.reef.wake.remote.impl.RemoteEventComparator
-
- RemoteEventDecoder<T> - Class in org.apache.reef.wake.remote.impl
-
Remote event decoder using the WakeMessage protocol buffer.
- RemoteEventDecoder(Decoder<T>) - Constructor for class org.apache.reef.wake.remote.impl.RemoteEventDecoder
-
Constructs a remote event decoder.
- RemoteEventEncoder<T> - Class in org.apache.reef.wake.remote.impl
-
Remote event encoder using the WakeMessage protocol buffer.
- RemoteEventEncoder(Encoder<T>) - Constructor for class org.apache.reef.wake.remote.impl.RemoteEventEncoder
-
Constructs a remote event encoder.
- RemoteIdentifier - Interface in org.apache.reef.wake.remote
-
Wake remote identifier.
- RemoteIdentifierFactory - Interface in org.apache.reef.wake.remote
-
Factory that creates a RemoteIdentifier.
- RemoteManager - Interface in org.apache.reef.wake.remote
-
Represents all remote connections to and from one process to another.
- RemoteManagerFactory - Interface in org.apache.reef.wake.remote
-
Injectable Factory for RemoteManager instances.
- RemoteMessage<T> - Interface in org.apache.reef.wake.remote
-
Message received from a remote handler.
- RemoteReceiverStage - Class in org.apache.reef.wake.remote.impl
-
Receive incoming events and dispatch to correct handlers.
- RemoteReceiverStage(EventHandler<RemoteEvent<byte[]>>, EventHandler<Throwable>, int) - Constructor for class org.apache.reef.wake.remote.impl.RemoteReceiverStage
-
Constructs a remote receiver stage.
- RemoteRuntimeException - Exception in org.apache.reef.wake.remote.exception
-
Wake remote runtime exception.
- RemoteRuntimeException(String, Throwable) - Constructor for exception org.apache.reef.wake.remote.exception.RemoteRuntimeException
-
Constructs a new runtime remote exception with the specified detail message and cause.
- RemoteRuntimeException(String) - Constructor for exception org.apache.reef.wake.remote.exception.RemoteRuntimeException
-
Constructs a new runtime remote exception with the specified detail message.
- RemoteRuntimeException(Throwable) - Constructor for exception org.apache.reef.wake.remote.exception.RemoteRuntimeException
-
Constructs a new runtime remote exception with the specified cause.
- RemoteSenderStage - Class in org.apache.reef.wake.remote.impl
-
Stage to manage resources related to sending event remotely.
- RemoteSenderStage(Encoder, Transport, int) - Constructor for class org.apache.reef.wake.remote.impl.RemoteSenderStage
-
Constructs a remote sender stage.
- RemoteSeqNumGenerator - Class in org.apache.reef.wake.remote.impl
-
Generates the sequence number for remote messages per destination.
- RemoteSeqNumGenerator() - Constructor for class org.apache.reef.wake.remote.impl.RemoteSeqNumGenerator
-
- run() - Method in class org.apache.reef.wake.examples.p2p.Pull2Push
-
Executes the message loop.
- run() - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- RuntimeAlarm - Class in org.apache.reef.wake.time.runtime.event
-
- RuntimeAlarm(long, EventHandler<Alarm>) - Constructor for class org.apache.reef.wake.time.runtime.event.RuntimeAlarm
-
- RuntimeClock - Class in org.apache.reef.wake.time.runtime
-
- RuntimeStart - Class in org.apache.reef.wake.time.runtime.event
-
- RuntimeStart(long) - Constructor for class org.apache.reef.wake.time.runtime.event.RuntimeStart
-
- RuntimeStop - Class in org.apache.reef.wake.time.runtime.event
-
- RuntimeStop(long) - Constructor for class org.apache.reef.wake.time.runtime.event.RuntimeStop
-
- RuntimeStop(long, Throwable) - Constructor for class org.apache.reef.wake.time.runtime.event.RuntimeStop
-
- RxStage<T> - Interface in org.apache.reef.wake.rx
-
Stage that executes the observer.
- RxSyncStage<T> - Class in org.apache.reef.wake.rx.impl
-
Stage that executes the observer synchronously.
- RxSyncStage(Observer<T>) - Constructor for class org.apache.reef.wake.rx.impl.RxSyncStage
-
Constructs a Rx synchronous stage.
- RxSyncStage(String, Observer<T>) - Constructor for class org.apache.reef.wake.rx.impl.RxSyncStage
-
Constructs a Rx synchronous stage.
- RxThreadPoolStage<T> - Class in org.apache.reef.wake.rx.impl
-
Stage that executes the observer with a thread pool.
- RxThreadPoolStage(Observer<T>, int) - Constructor for class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Constructs a Rx thread pool stage.
- RxThreadPoolStage(String, Observer<T>, int) - Constructor for class org.apache.reef.wake.rx.impl.RxThreadPoolStage
-
Constructs a Rx thread pool stage.
- scheduleAlarm(int, EventHandler<Alarm>) - Method in interface org.apache.reef.wake.time.Clock
-
Schedule a TimerEvent at the given future offset.
- scheduleAlarm(int, EventHandler<Alarm>) - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- scheduleRuntimeAlarm(int, EventHandler<Alarm>) - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- SECONDS_PER_MINUTE - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
-
- SEQ_FIELD_NUMBER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- setClassName(String) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required string className = 1;
- setClassNameBytes(ByteString) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required string className = 1;
- setData(ByteString) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
required bytes data = 1;
- setData(ByteString) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
-
required bytes data = 2;
- setErrorHandler(EventHandler<Throwable>) - Method in class org.apache.reef.wake.impl.WakeUncaughtExceptionHandler
-
- setLoad(double) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required double load = 2;
- setLocalAddress(SocketAddress) - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Sets the local socket address.
- setLoggingLevel(Level) - Static method in class org.apache.reef.wake.impl.LoggingUtils
-
Sets the logging level.
- setMessage(String) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
-
required string message = 1;
- setRemoteAddress(SocketAddress) - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Sets the remote socket address.
- setSeq(long) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
-
required int64 seq = 2;
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.apache.reef.wake.impl.DefaultThreadFactory
-
Sets a uncaught exception handler.
- setValue(V) - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage.Pair
-
- SimpleSubject<T> - Class in org.apache.reef.wake.rx.impl
-
A Subject that relays all messages to its subscribers.
- SimpleSubject(Observer<T>) - Constructor for class org.apache.reef.wake.rx.impl.SimpleSubject
-
Constructs a simple subject.
- SingleThreadStage<T> - Class in org.apache.reef.wake.impl
-
Single thread stage that runs the event handler.
- SingleThreadStage(EventHandler<T>, int) - Constructor for class org.apache.reef.wake.impl.SingleThreadStage
-
Constructs a single thread stage.
- SingleThreadStage(String, EventHandler<T>, int) - Constructor for class org.apache.reef.wake.impl.SingleThreadStage
-
Constructs a single thread stage.
- SocketRemoteIdentifier - Class in org.apache.reef.wake.remote.impl
-
Remote identifier based on a socket address.
- SocketRemoteIdentifier(InetSocketAddress) - Constructor for class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
-
Constructs a remote identifier.
- SocketRemoteIdentifier(String) - Constructor for class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
-
Constructs a remote identifier.
- Stage - Interface in org.apache.reef.wake
-
Stage is an execution unit for events and provides a way to reclaim its resources.
- StageConfiguration - Class in org.apache.reef.wake
-
Configuration options for Wake Stage.
- StageConfiguration() - Constructor for class org.apache.reef.wake.StageConfiguration
-
- StageConfiguration.Capacity - Class in org.apache.reef.wake
-
- StageConfiguration.Capacity() - Constructor for class org.apache.reef.wake.StageConfiguration.Capacity
-
- StageConfiguration.ErrorHandler - Class in org.apache.reef.wake
-
- StageConfiguration.ErrorHandler() - Constructor for class org.apache.reef.wake.StageConfiguration.ErrorHandler
-
- StageConfiguration.NumberOfThreads - Class in org.apache.reef.wake
-
- StageConfiguration.NumberOfThreads() - Constructor for class org.apache.reef.wake.StageConfiguration.NumberOfThreads
-
- StageConfiguration.StageExecutorService - Class in org.apache.reef.wake
-
- StageConfiguration.StageExecutorService() - Constructor for class org.apache.reef.wake.StageConfiguration.StageExecutorService
-
- StageConfiguration.StageHandler - Class in org.apache.reef.wake
-
- StageConfiguration.StageHandler() - Constructor for class org.apache.reef.wake.StageConfiguration.StageHandler
-
- StageConfiguration.StageName - Class in org.apache.reef.wake
-
- StageConfiguration.StageName() - Constructor for class org.apache.reef.wake.StageConfiguration.StageName
-
- StageConfiguration.StageObserver - Class in org.apache.reef.wake
-
- StageConfiguration.StageObserver() - Constructor for class org.apache.reef.wake.StageConfiguration.StageObserver
-
- StageConfiguration.TimerInitialDelay - Class in org.apache.reef.wake
-
- StageConfiguration.TimerInitialDelay() - Constructor for class org.apache.reef.wake.StageConfiguration.TimerInitialDelay
-
- StageConfiguration.TimerPeriod - Class in org.apache.reef.wake
-
- StageConfiguration.TimerPeriod() - Constructor for class org.apache.reef.wake.StageConfiguration.TimerPeriod
-
- StageManager - Class in org.apache.reef.wake.impl
-
A manager that manages all the stage.
- StartTime - Class in org.apache.reef.wake.time.event
-
Represents the Time at which a component started.
- StartTime(long) - Constructor for class org.apache.reef.wake.time.event.StartTime
-
- StaticObservable - Interface in org.apache.reef.wake.rx
-
Defines a "static" provider for push-based notification.
- stop() - Method in interface org.apache.reef.wake.time.Clock
-
This stops the clock immediately, without waiting for
client alarms to finish.
- stop(Throwable) - Method in interface org.apache.reef.wake.time.Clock
-
This stops the clock immediately, without waiting for
client alarms to finish.
- stop() - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- stop(Throwable) - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
-
- StopTime - Class in org.apache.reef.wake.time.event
-
Represents the Time at which a component stops.
- StopTime(long) - Constructor for class org.apache.reef.wake.time.event.StopTime
-
- StorageIdentifier - Interface in org.apache.reef.wake.storage
-
- StringCodec - Class in org.apache.reef.wake.remote.impl
-
Codec that encodes/decodes a string.
- StringCodec() - Constructor for class org.apache.reef.wake.remote.impl.StringCodec
-
- Subject<InType,OutType> - Interface in org.apache.reef.wake.rx
-
A class implementing Observer and StaticObservable.
- submit(ForkJoinTask<?>) - Method in class org.apache.reef.wake.impl.WakeSharedPool
-
- subscribe(Class<? extends T>, EventHandler<? extends T>) - Method in class org.apache.reef.wake.impl.PubSubEventHandler
-
Subscribes an event handler for an event class type.
- subscribe(Observer<T>) - Method in interface org.apache.reef.wake.rx.DynamicObservable
-
Subscribes the observer to this observable object.
- Subscription<T> - Class in org.apache.reef.wake.remote.impl
-
Subscription of a handler.
- Subscription(T, HandlerContainer<T>) - Constructor for class org.apache.reef.wake.remote.impl.Subscription
-
Constructs a subscription.
- SyncStage<T> - Class in org.apache.reef.wake.impl
-
Stage that synchronously executes an event handler.
- SyncStage(EventHandler<T>) - Constructor for class org.apache.reef.wake.impl.SyncStage
-
Constructs a synchronous stage.
- SyncStage(String, EventHandler<T>) - Constructor for class org.apache.reef.wake.impl.SyncStage
-
Constructs a synchronous stage.
- SyncStage(String, EventHandler<T>, EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.impl.SyncStage
-
Constructs a synchronous stage.
- TcpPortProvider - Interface in org.apache.reef.wake.remote.ports
-
Provides an iterator that returns port numbers.
- TcpPortRangeBegin - Class in org.apache.reef.wake.remote.ports.parameters
-
First tcp port number to try.
- TcpPortRangeCount - Class in org.apache.reef.wake.remote.ports.parameters
-
Number of tcp ports in the range.
- TcpPortRangeTryCount - Class in org.apache.reef.wake.remote.ports.parameters
-
Max number tries for port numbers.
- TestProtos - Class in org.apache.reef.wake.test.proto
-
- TestProtos.TestEventPBuf - Class in org.apache.reef.wake.test.proto
-
Protobuf type TestEventPBuf
- TestProtos.TestEventPBuf.Builder - Class in org.apache.reef.wake.test.proto
-
Protobuf type TestEventPBuf
- TestProtos.TestEventPBufOrBuilder - Interface in org.apache.reef.wake.test.proto
-
- ThreadPoolStage<T> - Class in org.apache.reef.wake.impl
-
Stage that executes an event handler with a thread pool.
- ThreadPoolStage(EventHandler<T>, int) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(String, EventHandler<T>, int, EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(String, EventHandler<T>, int) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(EventHandler<T>, ExecutorService) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(EventHandler<T>, ExecutorService, EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(String, EventHandler<T>, ExecutorService) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- ThreadPoolStage(String, EventHandler<T>, ExecutorService, EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.impl.ThreadPoolStage
-
Constructs a thread-pool stage.
- tick() - Method in class org.apache.reef.wake.metrics.EWMA
-
Updates the rate.
- Time - Class in org.apache.reef.wake.time
-
Time object.
- Time(long) - Constructor for class org.apache.reef.wake.time.Time
-
- TimeoutSubject<T> - Class in org.apache.reef.wake.rx.impl
-
- TimeoutSubject(long, Observer<T>) - Constructor for class org.apache.reef.wake.rx.impl.TimeoutSubject
-
- Timer - Interface in org.apache.reef.wake.time.runtime
-
- TimerStage - Class in org.apache.reef.wake.impl
-
Stage that triggers an event handler periodically.
- TimerStage(EventHandler<PeriodicEvent>, long) - Constructor for class org.apache.reef.wake.impl.TimerStage
-
Constructs a timer stage with no initial delay.
- TimerStage(String, EventHandler<PeriodicEvent>, long) - Constructor for class org.apache.reef.wake.impl.TimerStage
-
Constructs a timer stage with no initial delay.
- TimerStage(EventHandler<PeriodicEvent>, long, long) - Constructor for class org.apache.reef.wake.impl.TimerStage
-
Constructs a timer stage.
- TimerStage(String, EventHandler<PeriodicEvent>, long, long) - Constructor for class org.apache.reef.wake.impl.TimerStage
-
Constructs a timer stage.
- toBuilder() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
-
- toBuilder() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
-
- toBuilder() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
-
- toString() - Method in class org.apache.reef.wake.examples.join.TupleEvent
-
- toString() - Method in interface org.apache.reef.wake.Identifier
-
Return a string representation of this object.
- toString() - Method in class org.apache.reef.wake.remote.impl.ProxyEventHandler
-
Returns a string representation of the object.
- toString() - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
-
Returns a string representation of this object.
- toString() - Method in class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
-
Returns a string representation of the object.
- toString() - Method in class org.apache.reef.wake.remote.impl.Tuple2
-
- toString() - Method in class org.apache.reef.wake.remote.ports.RangeTcpPortProvider
-
- toString() - Method in class org.apache.reef.wake.remote.transport.netty.NettyLink
-
- toString() - Method in class org.apache.reef.wake.storage.FileIdentifier
-
- toString() - Method in class org.apache.reef.wake.time.Time
-
- Transport - Interface in org.apache.reef.wake.remote.transport
-
Transport for sending and receiving data.
- TransportEvent - Class in org.apache.reef.wake.remote.impl
-
Event sent from a remote node.
- TransportEvent(byte[], SocketAddress, SocketAddress) - Constructor for class org.apache.reef.wake.remote.impl.TransportEvent
-
Constructs an object event.
- TransportEvent(byte[], Link<byte[]>) - Constructor for class org.apache.reef.wake.remote.impl.TransportEvent
-
Constructs the transport even object using link to.
- TransportFactory - Interface in org.apache.reef.wake.remote.transport
-
Factory that creates a transport.
- TransportRuntimeException - Exception in org.apache.reef.wake.remote.transport.exception
-
Transport runtime exception.
- TransportRuntimeException(String, Throwable) - Constructor for exception org.apache.reef.wake.remote.transport.exception.TransportRuntimeException
-
Constructs a new runtime transport exception with the specified detail message and cause.
- TransportRuntimeException(String) - Constructor for exception org.apache.reef.wake.remote.transport.exception.TransportRuntimeException
-
Constructs a new runtime transport exception with the specified detail message.
- TransportRuntimeException(Throwable) - Constructor for exception org.apache.reef.wake.remote.transport.exception.TransportRuntimeException
-
Constructs a new runtime transport exception with the specified cause.
- Tuple2<T1,T2> - Class in org.apache.reef.wake.remote.impl
-
Tuple with two values.
- Tuple2(T1, T2) - Constructor for class org.apache.reef.wake.remote.impl.Tuple2
-
- TupleEvent - Class in org.apache.reef.wake.examples.join
-
- TupleEvent(int, String) - Constructor for class org.apache.reef.wake.examples.join.TupleEvent
-
- TupleSource - Class in org.apache.reef.wake.examples.join
-
- TupleSource(Observer<TupleEvent>, int, int, boolean) - Constructor for class org.apache.reef.wake.examples.join.TupleSource
-