public static class StandardTableDefinition.StreamingBuffer extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
estimatedBytes()
Returns a lower-bound estimate of the number of bytes currently in the streaming buffer.
|
long |
estimatedRows()
Returns a lower-bound estimate of the number of rows currently in the streaming buffer.
|
int |
hashCode() |
long |
oldestEntryTime()
Returns the timestamp of the oldest entry in the streaming buffer, in milliseconds since
epoch.
|
String |
toString() |
public long estimatedRows()
public long estimatedBytes()
public long oldestEntryTime()
Copyright © 2016 Google. All rights reserved.