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