Package oracle.kv.pubsub
Class StreamPosition
- java.lang.Object
 - 
- oracle.kv.pubsub.StreamPosition
 
 
- 
- All Implemented Interfaces:
 Serializable
public class StreamPosition extends Object implements Serializable
A StreamPosition represents a position in a subscription stream.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)longgetStoreId()Gets store idStringgetStoreName()Gets store nameinthashCode()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getStoreName
public String getStoreName()
Gets store name- Returns:
 - store name
 
 
- 
getStoreId
public long getStoreId()
Gets store id- Returns:
 - store id
 
 
 - 
 
 -