public class FlowletQueueId extends EntityId implements NamespacedId, ParentedId<FlowletId>
| Constructor and Description |
|---|
FlowletQueueId(String namespace,
String application,
String flow,
String flowlet,
String queue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static FlowletQueueId |
fromIdParts(Iterable<String> idString) |
static FlowletQueueId |
fromString(String string) |
String |
getApplication() |
String |
getFlow() |
String |
getFlowlet() |
String |
getNamespace() |
FlowletId |
getParent() |
String |
getQueue() |
int |
hashCode() |
Id.Flow.Flowlet.Queue |
toId() |
protected Iterable<String> |
toIdParts() |
fromString, fromStringOld, getEntity, getHierarchy, isValidDatasetId, isValidId, next, nextAndEnd, remaining, toStringpublic String getApplication()
public String getFlow()
public String getFlowlet()
public String getQueue()
public FlowletId getParent()
getParent in interface ParentedId<FlowletId>EntityId of thispublic static FlowletQueueId fromIdParts(Iterable<String> idString)
public String getNamespace()
getNamespace in interface NamespacedIdpublic Id.Flow.Flowlet.Queue toId()
toId in interface IdCompatibleId corresponding to thispublic static FlowletQueueId fromString(String string)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.