All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AckRequest |
AckRequest request for acknowledging messages.
|
| ActorRequestType |
ActorRequestType represents the purpose of an ActorRequest.
|
| Constants |
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| Datum |
Datum contains methods to get the payload information.
|
| DatumIterator |
An iterator over a collection of Datum elements.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for map gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| GRPCConfig |
GRPCConfig is used to provide configurations for gRPC server.
|
| IntervalWindow |
IntervalWindow contains methods to get the information for a given interval window.
|
| IntervalWindow |
IntervalWindow contains methods to get the information for a given interval window.
|
| IntervalWindowImpl |
IntervalWindowImpl implements IntervalWindow interface which will be passed as metadata to reduce
handlers
|
| Mapper |
Mapper exposes method for performing map operation.
|
| MapperTestKit |
MapperTestKit is a test kit for testing Mapper implementations.
|
| MapperTestKit.Client |
Client is a client for sending requests to the map server.
|
| MapperTestKit.TestDatum |
TestDatum is a Datum for testing.
|
| MapStreamer |
MapStreamer exposes method for performing map streaming operation.
|
| MergeDoneResponse |
MergeDoneResponse indicates the current MERGE request is done.
|
| Message |
Message is used to wrap the data returned by Mapper.
|
| Message |
Message is used to wrap the data returned by MapStreamer.
|
| Message |
Message is used to wrap the data returned by Reducer functions.
|
| Message |
Message is used to wrap the data returned by Reduce Streamer functions.
|
| Message |
Message is used to wrap the data returned by Session Reducer functions.
|
| Message |
Message is used to wrap the data returned by Side Input Retriever.
|
| Message |
Message is used to wrap the data returned by Sourcer.
|
| Message |
Message is used to wrap the data return by SourceTransformer functions.
|
| MessageList |
MessageList is used to return the list of Messages returned from Map functions.
|
| MessageList |
|
| MessageList |
MessageList is used to return the list of Messages from SourceTransformer functions.
|
| MessageList.MessageListBuilder |
Builder to build MessageList
|
| MessageList.MessageListBuilder |
Builder to build MessageList
|
| MessageList.MessageListBuilder |
Builder to build MessageList
|
| Metadata |
Metadata contains methods to get the metadata for the reduce operation.
|
| Metadata |
Metadata contains methods to get the metadata for the reduce stream operation.
|
| MetadataImpl |
MetadataImpl implements Metadata interface which will be passed to reduce handlers
|
| Offset |
Offset is the message offset.
|
| OutputObserver |
OutputObserver receives messages from the MapStreamer.
|
| OutputObserver |
OutputObserver receives messages from the sourcer.
|
| OutputStreamObserver |
OutputStreamObserver sends to the output stream, the messages generate by the reduce streamer.
|
| OutputStreamObserver |
OutputStreamObserver sends to the output stream, the messages generate by the session reducer.
|
| ReadRequest |
ReadRequest request for reading messages from source.
|
| Reducer |
Reducer exposes methods for performing reduce operation.
|
| ReducerFactory<ReducerT extends Reducer> |
ReducerFactory is the factory for Reducer.
|
| ReducerTestKit |
ReducerTestKit is a test kit for testing Reducer implementations.
|
| ReducerTestKit.Client |
Client is a client to send requests to the server.
|
| ReducerTestKit.TestDatum |
TestDatum is a simple implementation of Datum for testing.
|
| ReducerTestKit.TestReduceRequest |
TestReduceRequest is the request to send to the server for testing.
|
| ReduceStreamer |
ReduceStreamer exposes methods for performing reduce streaming operations.
|
| ReduceStreamerFactory<ReduceStreamerT extends ReduceStreamer> |
ReduceStreamerFactory is the factory for ReduceStreamer.
|
| Response |
Response is used to send response from the user defined sinker.
|
| ResponseList |
ResponseList is used to return the list of responses from user defined sinker.
|
| ResponseList.ResponseListBuilder |
Builder to build ResponseList
|
| Server |
Server is the gRPC server for executing map operation.
|
| Server |
MapServer is the gRPC server for executing map operation.
|
| Server |
Server is the gRPC server for executing reduce operation.
|
| Server |
Server is the gRPC server for executing reduce stream operation.
|
| Server |
Server is the gRPC server for executing session reduce operations.
|
| Server |
Server is the gRPC server for retrieving side input.
|
| Server |
Server is the gRPC server for executing user defined sinks.
|
| Server |
Server is the gRPC server for reading from source.
|
| Server |
Server is the gRPC server for executing source transformer operation.
|
| SessionReducer |
SessionReducer exposes methods for performing session reduce operations.
|
| SessionReducerFactory<SessionReducerT extends SessionReducer> |
ReduceStreamerFactory is the factory for SessionReducer.
|
| SideInputRetriever |
SideInputRetriever exposes method for retrieving side input.
|
| Sinker |
Sinker exposes method for publishing messages to sink.
|
| SinkerTestKit |
SinkerTestKit is a test kit for testing Sinker implementations.
|
| SinkerTestKit.Client |
Client is a client for sending requests to the server.
|
| SinkerTestKit.TestBlockingIterator |
TestBlockingIterator is a blocking queue based DatumIterator for testing.
|
| SinkerTestKit.TestDatum |
TestDatum is a Datum for testing.
|
| SinkerTestKit.TestListIterator |
TestListIterator is a list based DatumIterator for testing.
|
| Sourcer |
Sourcer exposes method for reading messages from source.
|
| SourcerTestKit |
SourcerTestKit is a test kit for testing Sourcer implementations.
|
| SourcerTestKit.Client |
SourcerClient is a client to send requests to the server.
|
| SourcerTestKit.TestAckRequest |
TestAckRequest is a simple implementation of AckRequest for testing.
|
| SourcerTestKit.TestListBasedObserver |
TestListBasedObserver is a simple list based implementation of OutputObserver for testing.
|
| SourcerTestKit.TestReadRequest |
TestReadRequest is a simple implementation of ReadRequest for testing.
|
| SourceTransformer |
SourceTransformer exposes method for performing transform operation
in the source.
|
| SourceTransformerTestKit |
SourceTransformerTestKit is a test kit for testing SourceTransformer implementations.
|
| SourceTransformerTestKit.Client |
SourceTransformerClient is a client for sending requests to the source transformer server.
|
| SourceTransformerTestKit.TestDatum |
TestDatum is a Datum for testing.
|
| UniqueIdGenerator |
UniqueIdGenerator is a utility class to generate a unique id for a keyed session window.
|