Package org.apache.pinot.tools.streams
Class MeetupRsvpStream
- java.lang.Object
-
- org.apache.pinot.tools.streams.MeetupRsvpStream
-
- Direct Known Subclasses:
MeetupRsvpJsonStream
public class MeetupRsvpStream extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.glassfish.tyrus.client.ClientManager_clientprotected boolean_keepPublishingprotected boolean_partitionByKeyprotected org.apache.pinot.spi.stream.StreamDataProducer_producerprotected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description MeetupRsvpStream()MeetupRsvpStream(boolean partitionByKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.websocket.MessageHandler.Whole<String>getMessageHandler()voidrun()voidstopPublishing()
-
-
-
Field Detail
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
_partitionByKey
protected final boolean _partitionByKey
-
_producer
protected final org.apache.pinot.spi.stream.StreamDataProducer _producer
-
_client
protected org.glassfish.tyrus.client.ClientManager _client
-
_keepPublishing
protected volatile boolean _keepPublishing
-
-