public class StreamUtil extends Object
| Constructor and Description |
|---|
StreamUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getInstanceIdentifier(String groupName)
Returns an instance identifier when creating a group of objects of the same type but used as a cluster
E.g.: Multiple instances of a Stream Processor can be named as processor-1, processor-2, etc.
|
static String |
getStreamIdFromFullQualifiedId(String id)
Returns the stream id from the full qualified identifier by removing the instance identifier and
dataset identifier
|
public static String getInstanceIdentifier(String groupName)
groupName - Group NameCopyright © 2015. All rights reserved.