public final class RequestStats extends GeneratedMessageV3 implements RequestStatsOrBuilder
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, there are the following supported methods:
- google.bigtable.v2.ReadRows
Protobuf type google.bigtable.v2.RequestStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RequestStatsImplements
RequestStatsOrBuilderStatic Fields
FULL_READ_STATS_VIEW_FIELD_NUMBER
public static final int FULL_READ_STATS_VIEW_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RequestStats getDefaultInstance()
Type | Description |
RequestStats |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RequestStats.Builder newBuilder()
Type | Description |
RequestStats.Builder |
newBuilder(RequestStats prototype)
public static RequestStats.Builder newBuilder(RequestStats prototype)
Name | Description |
prototype | RequestStats |
Type | Description |
RequestStats.Builder |
parseDelimitedFrom(InputStream input)
public static RequestStats parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RequestStats parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RequestStats parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RequestStats parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RequestStats parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RequestStats parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RequestStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestStats |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RequestStats> parser()
Type | Description |
Parser<RequestStats> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RequestStats getDefaultInstanceForType()
Type | Description |
RequestStats |
getFullReadStatsView()
public FullReadStatsView getFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;
Type | Description |
FullReadStatsView | The fullReadStatsView. |
getFullReadStatsViewOrBuilder()
public FullReadStatsViewOrBuilder getFullReadStatsViewOrBuilder()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;
Type | Description |
FullReadStatsViewOrBuilder |
getParserForType()
public Parser<RequestStats> getParserForType()
Type | Description |
Parser<RequestStats> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStatsViewCase()
public RequestStats.StatsViewCase getStatsViewCase()
Type | Description |
RequestStats.StatsViewCase |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasFullReadStatsView()
public boolean hasFullReadStatsView()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
.google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;
Type | Description |
boolean | Whether the fullReadStatsView field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RequestStats.Builder newBuilderForType()
Type | Description |
RequestStats.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RequestStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RequestStats.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RequestStats.Builder toBuilder()
Type | Description |
RequestStats.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |