Interface StoreTypes.InputMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.InputMetrics, StoreTypes.InputMetrics.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.InputMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 bytes_read = 1;
    long
    int64 records_read = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBytesRead

      long getBytesRead()
      int64 bytes_read = 1;
      Returns:
      The bytesRead.
    • getRecordsRead

      long getRecordsRead()
      int64 records_read = 2;
      Returns:
      The recordsRead.