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

A

AbstractEStage<T> - Class in org.apache.reef.wake
An EStage that implements metering.
AbstractEStage(String) - Constructor for class org.apache.reef.wake.AbstractEStage
Constructs an abstract estage.
AbstractObserver<T> - Class in org.apache.reef.wake.rx
An Observer with logging-only onError and onCompleted() methods.
AbstractObserver() - Constructor for class org.apache.reef.wake.rx.AbstractObserver
 
AbstractRxStage<T> - Class in org.apache.reef.wake.rx
An RxStage that implements metering.
AbstractRxStage(String) - Constructor for class org.apache.reef.wake.rx.AbstractRxStage
Constructs an abstact rxstage.
Alarm - Class in org.apache.reef.wake.time.event
Represents a timer event.
Alarm(long, EventHandler<Alarm>) - Constructor for class org.apache.reef.wake.time.event.Alarm
 

B

BlockingEventHandler<T> - Class in org.apache.reef.wake.impl
An EventHandler that blocks until a set number of Events has been received.
BlockingEventHandler(int, EventHandler<Iterable<T>>) - Constructor for class org.apache.reef.wake.impl.BlockingEventHandler
 
BlockingJoin - Class in org.apache.reef.wake.examples.join
 
BlockingJoin(Observer<TupleEvent>) - Constructor for class org.apache.reef.wake.examples.join.BlockingJoin
 
BlockingSignalEventHandler<T> - Class in org.apache.reef.wake.impl
An EventHandler that blocks until a set number of Events has been received.
BlockingSignalEventHandler(int, EventHandler<T>) - Constructor for class org.apache.reef.wake.impl.BlockingSignalEventHandler
 
build() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
build() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
build() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
buildPartial() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
buildPartial() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
buildPartial() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
ByteCodec - Class in org.apache.reef.wake.remote.impl
Codec that performs identity transformation on bytes.
ByteCodec() - Constructor for class org.apache.reef.wake.remote.impl.ByteCodec
 
ByteEncoder - Class in org.apache.reef.wake.remote.transport.netty
Wrapping encoder for byte[].
ByteEncoder() - Constructor for class org.apache.reef.wake.remote.transport.netty.ByteEncoder
 

C

channelRead(ChannelHandlerContext, Object) - Method in class org.apache.reef.wake.remote.transport.netty.ChunkedReadWriteHandler
 
ChunkedReadWriteHandler - Class in org.apache.reef.wake.remote.transport.netty
Thin wrapper around ChunkedWriteHandler

ChunkedWriteHandler only handles the down stream parts and just emits the chunks up stream.

ChunkedReadWriteHandler() - Constructor for class org.apache.reef.wake.remote.transport.netty.ChunkedReadWriteHandler
 
CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
clear() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
clear() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
clear() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
clearClassName() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
required string className = 1;
clearData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
required bytes data = 1;
clearData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
required bytes data = 2;
clearLoad() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
required double load = 2;
clearMessage() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
required string message = 1;
clearSeq() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
required int64 seq = 2;
ClientAlarm - Class in org.apache.reef.wake.time.runtime.event
 
ClientAlarm(long, EventHandler<Alarm>) - Constructor for class org.apache.reef.wake.time.runtime.event.ClientAlarm
 
Clock - Interface in org.apache.reef.wake.time
Represents a clock.
Clock.IdleHandler - Class in org.apache.reef.wake.time
Bind this to an event handler to statically subscribe to the IdleClock Event.
Clock.IdleHandler() - Constructor for class org.apache.reef.wake.time.Clock.IdleHandler
 
Clock.RuntimeStartHandler - Class in org.apache.reef.wake.time
Bind this to an event handler to statically subscribe to the RuntimeStart Event.
Clock.RuntimeStartHandler() - Constructor for class org.apache.reef.wake.time.Clock.RuntimeStartHandler
 
Clock.RuntimeStopHandler - Class in org.apache.reef.wake.time
Bind this to an event handler to statically subscribe to the RuntimeStart Event.
Clock.RuntimeStopHandler() - Constructor for class org.apache.reef.wake.time.Clock.RuntimeStopHandler
 
Clock.StartHandler - Class in org.apache.reef.wake.time
Bind this to an event handler to statically subscribe to the StartTime Event.
Clock.StartHandler() - Constructor for class org.apache.reef.wake.time.Clock.StartHandler
 
Clock.StopHandler - Class in org.apache.reef.wake.time
Bind this to an event handler to statically subscribe to the StopTime Event.
Clock.StopHandler() - Constructor for class org.apache.reef.wake.time.Clock.StopHandler
 
clone() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
clone() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
clone() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
close() - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage
 
close() - Method in class org.apache.reef.wake.examples.join.TupleSource
 
close() - Method in class org.apache.reef.wake.examples.p2p.Pull2Push
 
close() - Method in class org.apache.reef.wake.impl.ForkPoolStage
 
close() - Method in class org.apache.reef.wake.impl.IndependentIterationsThreadPoolStage
 
close() - Method in class org.apache.reef.wake.impl.SingleThreadStage
Closes the stage.
close() - Method in class org.apache.reef.wake.impl.StageManager
 
close() - Method in class org.apache.reef.wake.impl.SyncStage
Closes resources.
close() - Method in class org.apache.reef.wake.impl.ThreadPoolStage
Closes resources.
close() - Method in class org.apache.reef.wake.impl.TimerStage
Closes resources.
close() - Method in class org.apache.reef.wake.impl.WakeSharedPool
 
close() - Method in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
 
close() - Method in class org.apache.reef.wake.remote.impl.DefaultTransportEStage
 
close() - Method in class org.apache.reef.wake.remote.impl.OrderedRemoteReceiverStage
 
close() - Method in class org.apache.reef.wake.remote.impl.RemoteReceiverStage
Closes the stage.
close() - Method in class org.apache.reef.wake.remote.impl.RemoteSenderStage
Closes the stage.
close() - Method in class org.apache.reef.wake.remote.impl.Subscription
Unsubscribes this subscription.
close() - Method in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
Closes all channels and releases all resources.
close() - Method in class org.apache.reef.wake.rx.impl.RxSyncStage
Closes the stage.
close() - Method in class org.apache.reef.wake.rx.impl.RxThreadPoolStage
Closes the stage.
close() - Method in interface org.apache.reef.wake.time.Clock
This will stop the clock after all client alarms finish executing.
close() - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
 
Codec<T> - Interface in org.apache.reef.wake.remote
Interface for serialization routines that translate back and forth between byte arrays with low latency.
combine(K, V, V) - Method in interface org.apache.reef.wake.examples.accumulate.CombinerStage.Combiner
 
CombinerStage<K extends Comparable<K>,V> - Class in org.apache.reef.wake.examples.accumulate
 
CombinerStage(CombinerStage.Combiner<K, V>, Observer<Map.Entry<K, V>>) - Constructor for class org.apache.reef.wake.examples.accumulate.CombinerStage
 
CombinerStage.Combiner<K extends Comparable<K>,V> - Interface in org.apache.reef.wake.examples.accumulate
 
CombinerStage.Pair<K extends Comparable<K>,V> - Class in org.apache.reef.wake.examples.accumulate
 
CombinerStage.Pair(K, V) - Constructor for class org.apache.reef.wake.examples.accumulate.CombinerStage.Pair
 
ComparableIdentifier - Interface in org.apache.reef.wake
Identifier that can be totally ordered.
compare(RemoteEvent<T>, RemoteEvent<T>) - Method in class org.apache.reef.wake.remote.impl.RemoteEventComparator
 
compareTo(Map.Entry<K, V>) - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage.Pair
 
compareTo(TupleEvent) - Method in class org.apache.reef.wake.examples.join.TupleEvent
 
compareTo(Time) - Method in class org.apache.reef.wake.time.Time
 
ConnectFutureTask<T> - Class in org.apache.reef.wake.remote.impl
 
ConnectFutureTask(Callable<T>, EventHandler<ConnectFutureTask<T>>) - Constructor for class org.apache.reef.wake.remote.impl.ConnectFutureTask
 
createChildAspect() - Method in class org.apache.reef.wake.profiler.WakeProfiler
 

D

DATA_FIELD_NUMBER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
DATA_FIELD_NUMBER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
decode(byte[]) - Method in interface org.apache.reef.wake.remote.Decoder
Decodes the given byte array into an object.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.ByteCodec
Returns the byte array argument.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.MultiCodec
Decodes byte array.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.MultiDecoder
Decodes byte array.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.ObjectSerializableCodec
Decodes an object from the bytes.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.RemoteEventCodec
Decodes a remote event object from the bytes.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.RemoteEventDecoder
Decodes a remote event from the byte array data.
decode(byte[]) - Method in class org.apache.reef.wake.remote.impl.StringCodec
Returns a string decoded from the byte array.
Decoder<T> - Interface in org.apache.reef.wake.remote
Interface for serialization routines that translate back and forth between byte arrays with low latency.
Default - Static variable in class org.apache.reef.wake.remote.ports.RangeTcpPortProvider
Deprecated.
in 0.12 have an instance injected instead.
DEFAULT_VALUE - Static variable in class org.apache.reef.wake.remote.ports.parameters.TcpPortRangeBegin
 
DEFAULT_VALUE - Static variable in class org.apache.reef.wake.remote.ports.parameters.TcpPortRangeCount
 
DEFAULT_VALUE - Static variable in class org.apache.reef.wake.remote.ports.parameters.TcpPortRangeTryCount
 
DefaultIdentifierFactory - Class in org.apache.reef.wake.impl
Default remote identifier factory that creates a specific remote identifier from a string representation

A string representation is broken into two parts type and type-specific details separated by "://" A remote identifier implementation should implement a constructor that accepts a string.

DefaultIdentifierFactory() - Constructor for class org.apache.reef.wake.impl.DefaultIdentifierFactory
Constructs a default remote identifier factory.
DefaultIdentifierFactory(Map<String, Class<? extends Identifier>>) - Constructor for class org.apache.reef.wake.impl.DefaultIdentifierFactory
Constructs a default remote identifier factory.
DefaultRemoteIdentifierFactoryImplementation - Class in org.apache.reef.wake.remote.impl
 
DefaultRemoteIdentifierFactoryImplementation() - Constructor for class org.apache.reef.wake.remote.impl.DefaultRemoteIdentifierFactoryImplementation
 
DefaultRemoteIdentifierFactoryImplementation(Map<String, Class<? extends RemoteIdentifier>>) - Constructor for class org.apache.reef.wake.remote.impl.DefaultRemoteIdentifierFactoryImplementation
 
DefaultRemoteManagerFactory - Class in org.apache.reef.wake.remote.impl
Default implementation of RemoteManagerFactory.
DefaultRemoteManagerImplementation - Class in org.apache.reef.wake.remote.impl
Default remote manager implementation.
DefaultRemoteManagerImplementation(String, String, int, Codec<T>, EventHandler<Throwable>, boolean, int, int, LocalAddressProvider, TransportFactory) - Constructor for class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
Deprecated.
have an instance injected instead.
DefaultThreadFactory - Class in org.apache.reef.wake.impl
A default thread factory implementation that names created threads.
DefaultThreadFactory(String) - Constructor for class org.apache.reef.wake.impl.DefaultThreadFactory
Constructs a default thread factory.
DefaultThreadFactory(String, Thread.UncaughtExceptionHandler) - Constructor for class org.apache.reef.wake.impl.DefaultThreadFactory
Constructs a default thread factory.
DefaultTransportEStage - Class in org.apache.reef.wake.remote.impl
 
DefaultTransportEStage() - Constructor for class org.apache.reef.wake.remote.impl.DefaultTransportEStage
 
DynamicObservable<T> - Interface in org.apache.reef.wake.rx
Defines a "dynamically configured" provider for push-based notification.

E

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
 

F

FIFTEEN_MINUTES - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
FileHandlePool - Class in org.apache.reef.wake.storage
Deprecated.
in 0.13
FileHandlePool() - Constructor for class org.apache.reef.wake.storage.FileHandlePool
Deprecated.
 
FileIdentifier - Class in org.apache.reef.wake.storage
 
FileIdentifier(String) - Constructor for class org.apache.reef.wake.storage.FileIdentifier
 
FIVE_MINUTES - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
ForkPoolStage<T> - Class in org.apache.reef.wake.impl
This Wake event handling stage uses a ForkJoinPool to submit tasks.
ForkPoolStage(String, EventHandler<T>, WakeSharedPool) - Constructor for class org.apache.reef.wake.impl.ForkPoolStage
 
ForkPoolStage(EventHandler<T>, WakeSharedPool) - Constructor for class org.apache.reef.wake.impl.ForkPoolStage
 

G

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.

H

handle() - Method in class org.apache.reef.wake.time.event.Alarm
 
hasClassName() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
required string className = 1;
hasClassName() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
required string className = 1;
hasClassName() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBufOrBuilder
required string className = 1;
hasData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
required bytes data = 1;
hasData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
required bytes data = 1;
hasData() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBufOrBuilder
required bytes data = 1;
hasData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
required bytes data = 2;
hasData() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
required bytes data = 2;
hasData() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBufOrBuilder
required bytes data = 2;
hashCode() - Method in interface org.apache.reef.wake.Identifier
Returns a hash code for the object.
hashCode() - Method in class org.apache.reef.wake.remote.impl.SocketRemoteIdentifier
Returns a hash code for the object.
hashCode() - Method in class org.apache.reef.wake.remote.impl.Tuple2
 
hashCode() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
hashCode() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
hashCode() - Method in class org.apache.reef.wake.storage.FileIdentifier
 
hashCode() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
hashCode() - Method in class org.apache.reef.wake.time.Time
 
hasLoad() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
required double load = 2;
hasLoad() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
required double load = 2;
hasLoad() - Method in interface org.apache.reef.wake.test.proto.TestProtos.TestEventPBufOrBuilder
required double load = 2;
hasMessage() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
required string message = 1;
hasMessage() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
required string message = 1;
hasMessage() - Method in interface org.apache.reef.wake.test.proto.TestProtos.TestEventPBufOrBuilder
required string message = 1;
hasSeq() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
required int64 seq = 2;
hasSeq() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
required int64 seq = 2;
hasSeq() - Method in interface org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBufOrBuilder
required int64 seq = 2;
Histogram - Interface in org.apache.reef.wake.metrics
Histogram.
HostnameBasedLocalAddressProvider - Class in org.apache.reef.wake.remote.address
A LocalAddressProvider that uses Inet4Address.getLocalHost().getHostAddress().

I

Identifiable - Interface in org.apache.reef.wake
 
Identifier - Interface in org.apache.reef.wake
 
IdentifierFactory - Interface in org.apache.reef.wake
 
IdentifierParser - Class in org.apache.reef.wake
Deprecated.
in 0.13
IdleClock - Class in org.apache.reef.wake.time.runtime.event
 
IdleClock(long) - Constructor for class org.apache.reef.wake.time.runtime.event.IdleClock
 
IndependentIterationsThreadPoolStage<T> - Class in org.apache.reef.wake.impl
This stage uses a thread pool to schedule events in parallel.
IndependentIterationsThreadPoolStage(EventHandler<T>, int, int) - Constructor for class org.apache.reef.wake.impl.IndependentIterationsThreadPoolStage
 
inject(ConstructorDef<T>, Constructor<T>, Object[]) - Method in class org.apache.reef.wake.profiler.WakeProfiler
 
injectionFutureInstantiated(InjectionFuture<T>, T) - Method in class org.apache.reef.wake.profiler.WakeProfiler
 
instance() - Static method in class org.apache.reef.wake.impl.StageManager
 
INT_SIZE - Static variable in class org.apache.reef.wake.remote.transport.netty.ChunkedReadWriteHandler
 
INT_SIZE - Static variable in class org.apache.reef.wake.remote.transport.netty.NettyLink
 
INTERVAL - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
isIdle() - Method in interface org.apache.reef.wake.time.Clock
Clock is idle if it has no future Alarms set.
isIdle() - Method in class org.apache.reef.wake.time.runtime.RuntimeClock
 
isInitialized() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
isInitialized() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
isInitialized() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
isInitialized() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
isInitialized() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
isInitialized() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
isReady(long) - Method in class org.apache.reef.wake.time.runtime.LogicalTimer
 
isReady(long) - Method in class org.apache.reef.wake.time.runtime.RealTimer
 
isReady(long) - Method in interface org.apache.reef.wake.time.runtime.Timer
 
iterator() - Method in class org.apache.reef.wake.remote.ports.RangeTcpPortProvider
Returns an iterator over a set of tcp ports.
iterator() - Method in interface org.apache.reef.wake.remote.ports.TcpPortProvider
Returns an iterator over a set of tcp ports.

L

LegacyLocalAddressProvider - Class in org.apache.reef.wake.remote.address
An implementation of LocalAddressProvider using the (removed) code from NetUtils.getLocalAddress().
Link<T> - Interface in org.apache.reef.wake.remote.transport
Link between two end physical endpoints.
LinkListener<T> - Interface in org.apache.reef.wake.remote.transport
Link listener.
LOAD_FIELD_NUMBER - Static variable in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
localAddress() - Method in class org.apache.reef.wake.remote.impl.RemoteEvent
Gets the local socket address.
LocalAddressProvider - Interface in org.apache.reef.wake.remote.address
Injectable class that provides the local address of the node to bind to.
LocalAddressProviderFactory - Class in org.apache.reef.wake.remote.address
Deprecated.
Have an instance of LocalAddressProvider injected instead.
LoggingEventHandler<T> - Class in org.apache.reef.wake.impl
A logging event handler.
LoggingEventHandler() - Constructor for class org.apache.reef.wake.impl.LoggingEventHandler
 
LoggingLinkListener<T> - Class in org.apache.reef.wake.remote.transport.netty
Link listener that logs whether the message is sent successfully.
LoggingLinkListener() - Constructor for class org.apache.reef.wake.remote.transport.netty.LoggingLinkListener
 
LoggingUtils - Class in org.apache.reef.wake.impl
Utility for logging.
LoggingVoidEventHandler - Class in org.apache.reef.wake.impl
A logging void event handler.
LoggingVoidEventHandler() - Constructor for class org.apache.reef.wake.impl.LoggingVoidEventHandler
 
LogicalTimer - Class in org.apache.reef.wake.time.runtime
 

M

M15_ALPHA - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
M1_ALPHA - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
M5_ALPHA - Static variable in class org.apache.reef.wake.metrics.EWMAParameters
 
mark(long) - Method in class org.apache.reef.wake.metrics.Meter
Marks the number of events.
MAX_FRAME_LENGTH - Static variable in class org.apache.reef.wake.WakeParameters
 
mergeFrom(Message) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
mergeFrom(WakeRemoteProtos.WakeMessagePBuf) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
mergeFrom(WakeRemoteProtos.WakeTuplePBuf) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
mergeFrom(TestProtos.TestEventPBuf) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf.Builder
 
MergingEventHandler<L,R> - Class in org.apache.reef.wake.impl
An EventHandler combines two events of different types into a single Pair of events.
MergingEventHandler(EventHandler<MergingEventHandler.Pair<L, R>>) - Constructor for class org.apache.reef.wake.impl.MergingEventHandler
 
MergingEventHandler.Pair<S1,S2> - Class in org.apache.reef.wake.impl
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
MessagingTransportFactory - Class in org.apache.reef.wake.remote.transport.netty
Factory that creates a messaging transport.
MessagingTransportFactory(LocalAddressProvider) - Constructor for class org.apache.reef.wake.remote.transport.netty.MessagingTransportFactory
Deprecated.
Have an instance injected instead.
Meter - Class in org.apache.reef.wake.metrics
Meter that monitors mean throughput and ewma (1m, 5m, 15m) throughput.
Meter(String) - Constructor for class org.apache.reef.wake.metrics.Meter
Constructs a meter.
MissingStartHandlerHandler - Class in org.apache.reef.wake.impl
The EventHandler used as the default for the Clock.StartHandler event.
MultiCodec<T> - Class in org.apache.reef.wake.remote.impl
Codec using the WakeTuple protocol buffer.
MultiCodec(Map<Class<? extends T>, Codec<? extends T>>) - Constructor for class org.apache.reef.wake.remote.impl.MultiCodec
Constructs a codec that encodes/decodes an object to/from bytes based on the class name.
MultiDecoder<T> - Class in org.apache.reef.wake.remote.impl
Decoder using the WakeTuple protocol buffer.
MultiDecoder(Map<Class<? extends T>, Decoder<? extends T>>) - Constructor for class org.apache.reef.wake.remote.impl.MultiDecoder
Constructs a decoder that decodes bytes based on the class name.
MultiEncoder<T> - Class in org.apache.reef.wake.remote.impl
Encoder using the WakeTuple protocol buffer.
MultiEncoder(Map<Class<? extends T>, Encoder<? extends T>>) - Constructor for class org.apache.reef.wake.remote.impl.MultiEncoder
Constructs an encoder that encodes an object to bytes based on the class name.
MultiEventHandler<T> - Class in org.apache.reef.wake.impl
Event handler that dispatches an event to a specific handler based on an event class type.
MultiEventHandler(Map<Class<? extends T>, EventHandler<? extends T>>) - Constructor for class org.apache.reef.wake.impl.MultiEventHandler
Constructs a multi-event handler.

N

NettyLink<T> - Class in org.apache.reef.wake.remote.transport.netty
Link implementation with Netty If you set a LinkListener, it keeps message until writeAndFlush operation completes and notifies whether the sent message transferred successfully through the listener.
NettyLink(Channel, Encoder<? super T>) - Constructor for class org.apache.reef.wake.remote.transport.netty.NettyLink
Constructs a link.
NettyLink(Channel, Encoder<? super T>, LinkListener<? super T>) - Constructor for class org.apache.reef.wake.remote.transport.netty.NettyLink
Constructs a link.
NettyMessagingTransport - Class in org.apache.reef.wake.remote.transport.netty
Messaging transport implementation with Netty.
newBuilder() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
newBuilder(WakeRemoteProtos.WakeMessagePBuf) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
newBuilder() - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
newBuilder(WakeRemoteProtos.WakeTuplePBuf) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
newBuilder() - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
newBuilder(TestProtos.TestEventPBuf) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
newBuilderForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
newBuilderForType() - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
newBuilderForType() - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
newInstance() - Method in class org.apache.reef.wake.IdentifierParser
Deprecated.
 
newInstance(int, EventHandler<TransportEvent>, EventHandler<TransportEvent>, EventHandler<Exception>) - Method in class org.apache.reef.wake.remote.transport.netty.MessagingTransportFactory
Creates a transport.
newInstance(String, int, EStage<TransportEvent>, EStage<TransportEvent>, int, int) - Method in class org.apache.reef.wake.remote.transport.netty.MessagingTransportFactory
 
newInstance(String, int, EStage<TransportEvent>, EStage<TransportEvent>, int, int, TcpPortProvider) - Method in class org.apache.reef.wake.remote.transport.netty.MessagingTransportFactory
 
newInstance(int, EventHandler<TransportEvent>, EventHandler<TransportEvent>, EventHandler<Exception>) - Method in interface org.apache.reef.wake.remote.transport.TransportFactory
Creates a transport.
newInstance(String, int, EStage<TransportEvent>, EStage<TransportEvent>, int, int) - Method in interface org.apache.reef.wake.remote.transport.TransportFactory
Creates a transport.
newInstance(String, int, EStage<TransportEvent>, EStage<TransportEvent>, int, int, TcpPortProvider) - Method in interface org.apache.reef.wake.remote.transport.TransportFactory
Creates a transport.
newThread(Runnable) - Method in class org.apache.reef.wake.impl.DefaultThreadFactory
Creates a new thread.
NonBlockingJoin - Class in org.apache.reef.wake.examples.join
 
NonBlockingJoin(Observer<TupleEvent>) - Constructor for class org.apache.reef.wake.examples.join.NonBlockingJoin
 

O

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
 

P

parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(ByteString) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(byte[]) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(InputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
parseFrom(ByteString) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(byte[]) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(InputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
parseFrom(ByteString) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(byte[]) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(InputStream) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
PARSER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
PARSER - Static variable in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
PARSER - Static variable in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
PeriodicEvent - Class in org.apache.reef.wake.impl
Periodic event for timers.
PeriodicEvent() - Constructor for class org.apache.reef.wake.impl.PeriodicEvent
 
ProxyEventHandler<T> - Class in org.apache.reef.wake.remote.impl
Proxy of the event handler that runs remotely.
ProxyEventHandler(RemoteIdentifier, RemoteIdentifier, String, EventHandler<RemoteEvent<T>>, RemoteSeqNumGenerator) - Constructor for class org.apache.reef.wake.remote.impl.ProxyEventHandler
Constructs a proxy event handler.
PubSubEventHandler<T> - Class in org.apache.reef.wake.impl
Event handler that provides publish/subscribe interfaces.
PubSubEventHandler() - Constructor for class org.apache.reef.wake.impl.PubSubEventHandler
Constructs a pub-sub event handler.
PubSubEventHandler(Map<Class<? extends T>, List<EventHandler<? extends T>>>) - Constructor for class org.apache.reef.wake.impl.PubSubEventHandler
Constructs a pub-sub event handler with initial subscribed event handlers.
Pull2Push<T> - Class in org.apache.reef.wake.examples.p2p
Performs a Pull-to-Push conversion in Wake.
Pull2Push(EventHandler<T>) - Constructor for class org.apache.reef.wake.examples.p2p.Pull2Push
 

R

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
Deprecated.
in 0.13
ReadRequest(StorageIdentifier, long, byte[], Identifier) - Constructor for class org.apache.reef.wake.storage.ReadRequest
Deprecated.
 
ReadResponse - Class in org.apache.reef.wake.storage
Deprecated.
in 0.13
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.

S

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
Deprecated.
in 0.13
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.

T

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
 

U

uncaughtException(Thread, Throwable) - Method in class org.apache.reef.wake.impl.WakeUncaughtExceptionHandler
 
UniformHistogram - Class in org.apache.reef.wake.metrics
An Histogram that implements uniform binning of numbers (>=0).
UniformHistogram(long, int) - Constructor for class org.apache.reef.wake.metrics.UniformHistogram
Constructs a histogram.
UNKNOWN_HOST_NAME - Static variable in class org.apache.reef.wake.remote.impl.DefaultRemoteManagerImplementation
Indicates a hostname that isn't set or known.
UNKNOWN_HOST_NAME - Static variable in class org.apache.reef.wake.remote.transport.netty.NettyMessagingTransport
Indicates a hostname that isn't set or known.
update(long) - Method in class org.apache.reef.wake.metrics.EWMA
Updates the EWMA with a new value.
update(long) - Method in interface org.apache.reef.wake.metrics.Histogram
Updates the value in this histogram.
update(long) - Method in class org.apache.reef.wake.metrics.UniformHistogram
Updates the value.

V

Vertex<T> - Class in org.apache.reef.wake.profiler
A vertex in the object graph.
Vertex(T, String, ConstructorDef<T>, Vertex<?>[]) - Constructor for class org.apache.reef.wake.profiler.Vertex
 
Vertex(T, ConstructorDef<T>, Vertex<?>[]) - Constructor for class org.apache.reef.wake.profiler.Vertex
 
Vertex(Object) - Constructor for class org.apache.reef.wake.profiler.Vertex
 

W

WakeParameters - Class in org.apache.reef.wake
 
WakeParameters.ExecutorShutdownTimeout - Class in org.apache.reef.wake
 
WakeParameters.ExecutorShutdownTimeout() - Constructor for class org.apache.reef.wake.WakeParameters.ExecutorShutdownTimeout
 
WakeParameters.MaxFrameLength - Class in org.apache.reef.wake
 
WakeParameters.MaxFrameLength() - Constructor for class org.apache.reef.wake.WakeParameters.MaxFrameLength
 
WakeParameters.RemoteSendTimeout - Class in org.apache.reef.wake
 
WakeParameters.RemoteSendTimeout() - Constructor for class org.apache.reef.wake.WakeParameters.RemoteSendTimeout
 
WakeProfiler - Class in org.apache.reef.wake.profiler
 
WakeProfiler() - Constructor for class org.apache.reef.wake.profiler.WakeProfiler
 
WakeRemoteProtos - Class in org.apache.reef.wake.remote.proto
 
WakeRemoteProtos.WakeMessagePBuf - Class in org.apache.reef.wake.remote.proto
Protobuf type WakeMessagePBuf
WakeRemoteProtos.WakeMessagePBuf.Builder - Class in org.apache.reef.wake.remote.proto
Protobuf type WakeMessagePBuf
WakeRemoteProtos.WakeMessagePBufOrBuilder - Interface in org.apache.reef.wake.remote.proto
 
WakeRemoteProtos.WakeTuplePBuf - Class in org.apache.reef.wake.remote.proto
Protobuf type WakeTuplePBuf
WakeRemoteProtos.WakeTuplePBuf.Builder - Class in org.apache.reef.wake.remote.proto
Protobuf type WakeTuplePBuf
WakeRemoteProtos.WakeTuplePBufOrBuilder - Interface in org.apache.reef.wake.remote.proto
 
WakeRuntimeException - Exception in org.apache.reef.wake.exception
Wake runtime exception.
WakeRuntimeException(String, Throwable) - Constructor for exception org.apache.reef.wake.exception.WakeRuntimeException
Constructs a new runtime wake exception with the specified detail message and cause.
WakeRuntimeException(String) - Constructor for exception org.apache.reef.wake.exception.WakeRuntimeException
Constructs a new runtime stage exception with the specified detail message.
WakeRuntimeException(Throwable) - Constructor for exception org.apache.reef.wake.exception.WakeRuntimeException
Constructs a new runtime stage exception with the specified cause.
WakeSharedPool - Class in org.apache.reef.wake.impl
 
WakeSharedPool(int) - Constructor for class org.apache.reef.wake.impl.WakeSharedPool
 
WakeSharedPool() - Constructor for class org.apache.reef.wake.impl.WakeSharedPool
 
WakeUncaughtExceptionHandler - Class in org.apache.reef.wake.impl
Exception handler for uncaught exceptions.
WakeUncaughtExceptionHandler() - Constructor for class org.apache.reef.wake.impl.WakeUncaughtExceptionHandler
 
WakeUncaughtExceptionHandler(EventHandler<Throwable>) - Constructor for class org.apache.reef.wake.impl.WakeUncaughtExceptionHandler
 
wireIn() - Method in class org.apache.reef.wake.examples.accumulate.CombinerStage
 
wireLeft() - Method in class org.apache.reef.wake.examples.join.BlockingJoin
 
wireLeft() - Method in class org.apache.reef.wake.examples.join.NonBlockingJoin
 
wireRight() - Method in class org.apache.reef.wake.examples.join.BlockingJoin
 
wireRight() - Method in class org.apache.reef.wake.examples.join.NonBlockingJoin
 
write(T) - Method in interface org.apache.reef.wake.remote.transport.Link
Asynchronously writes the value to this link.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.apache.reef.wake.remote.transport.netty.ChunkedReadWriteHandler
Thread-safe since there is no shared instance state.
write(T) - Method in class org.apache.reef.wake.remote.transport.netty.NettyLink
Writes the message to this link.
writeTo(CodedOutputStream) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeMessagePBuf
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.wake.remote.proto.WakeRemoteProtos.WakeTuplePBuf
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.wake.test.proto.TestProtos.TestEventPBuf
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2015 The Apache Software Foundation. All rights reserved.