public static class StandardTableDefinition.StreamingBuffer extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getEstimatedBytes()
Returns a lower-bound estimate of the number of bytes currently in the streaming buffer.
|
Long |
getEstimatedRows()
Returns a lower-bound estimate of the number of rows currently in the streaming buffer.
|
Long |
getOldestEntryTime()
Returns the timestamp of the oldest entry in the streaming buffer, in milliseconds since
epoch.
|
int |
hashCode() |
String |
toString() |
public Long getEstimatedRows()
public Long getEstimatedBytes()
public Long getOldestEntryTime()
null
if the streaming buffer is empty.Copyright © 2019 Google LLC. All rights reserved.