public interface Stream
| Modifier and Type | Interface and Description |
|---|---|
static class |
Stream.Operation
Operations suppored in ESP
|
static class |
Stream.StreamType
Different stream types supported in ESP.
|
static class |
Stream.Visibility
Stream access restrictions
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
getEffectiveSchema()
This is a costly operation.
|
java.lang.String |
getName() |
Project |
getProject() |
int |
getStreamId() |
Stream.StreamType |
getType() |
Uri |
getUri() |
Stream.Visibility |
getVisibility() |
Stream.StreamType getType()
Stream.Visibility getVisibility()
Uri getUri()
java.lang.String getName()
int getStreamId()
Schema getEffectiveSchema() throws java.io.IOException
java.io.IOException