public class StreamId extends EntityId implements NamespacedId, ParentedId<NamespaceId>
| Constructor and Description |
|---|
StreamId(String namespace,
String stream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static StreamId |
fromIdParts(Iterable<String> idString) |
static StreamId |
fromString(String string) |
String |
getNamespace() |
NamespaceId |
getParent() |
String |
getStream() |
int |
hashCode() |
Id.Stream |
toId() |
protected Iterable<String> |
toIdParts() |
StreamViewId |
view(String view) |
fromString, fromStringOld, getEntity, getHierarchy, isValidDatasetId, isValidId, next, nextAndEnd, remaining, toStringpublic String getNamespace()
getNamespace in interface NamespacedIdpublic String getStream()
public NamespaceId getParent()
getParent in interface ParentedId<NamespaceId>EntityId of thispublic Id.Stream toId()
toId in interface IdCompatibleId corresponding to thispublic StreamViewId view(String view)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.