public class BucketInfo
extends java.lang.Object
| Constructor and Description |
|---|
BucketInfo(StreamInfo si) |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount() |
BucketConfiguration |
getConfiguration()
Gets the stream configuration.
|
java.time.ZonedDateTime |
getCreateTime()
Gets the creation time of the stream.
|
long |
getLastSequence() |
long |
getRecordCount() |
java.lang.String |
toString() |
public BucketInfo(StreamInfo si)
public BucketConfiguration getConfiguration()
public long getRecordCount()
public long getByteCount()
public long getLastSequence()
public java.time.ZonedDateTime getCreateTime()
public java.lang.String toString()
toString in class java.lang.Object