Package | Description |
---|---|
com.yahoo.bullet.pubsub | |
com.yahoo.bullet.querying |
Modifier and Type | Method and Description |
---|---|
Metadata |
Metadata.copy()
Returns a copy of the current metadata.
|
Constructor and Description |
---|
PubSubMessage(String id,
byte[] content,
Metadata metadata)
Constructor for a message having content and
Metadata . |
PubSubMessage(String id,
String content,
Metadata metadata)
Constructor for a message having content as a String and
Metadata . |
Constructor and Description |
---|
RunningQuery(String id,
Query query,
Metadata metadata)
Constructor that takes an id, query, query string, and start time.
|
Copyright © 2021. All rights reserved.