Package io.pravega.client.stream.impl
Interface StreamInternal
-
- All Superinterfaces:
Stream
- All Known Implementing Classes:
StreamImpl
public interface StreamInternal extends Stream
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static StreamfromScopedName(java.lang.String scopedName)default java.lang.StringgetScopedName()Gets the scoped name of this stream.-
Methods inherited from interface io.pravega.client.stream.Stream
getScope, getStreamName
-
-
-
-
Method Detail
-
getScopedName
default java.lang.String getScopedName()
Gets the scoped name of this stream.- Specified by:
getScopedNamein interfaceStream- Returns:
- String a fully scoped stream name
-
fromScopedName
static Stream fromScopedName(java.lang.String scopedName)
-
-