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