BinSummary

public final class BinSummary

Protobuf type tensorflow.BinSummary

Nested Classes

class BinSummary.Builder Protobuf type tensorflow.BinSummary  

Constants

int BIN_FIELD_NUMBER
int TOTAL_BYTES_IN_BIN_FIELD_NUMBER
int TOTAL_BYTES_IN_USE_FIELD_NUMBER
int TOTAL_CHUNKS_IN_BIN_FIELD_NUMBER
int TOTAL_CHUNKS_IN_USE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
int
getBin()
int32 bin = 1;
static BinSummary
BinSummary
final static com.google.protobuf.Descriptors.Descriptor
int
long
getTotalBytesInBin()
int64 total_bytes_in_bin = 3;
long
getTotalBytesInUse()
int64 total_bytes_in_use = 2;
long
getTotalChunksInBin()
int64 total_chunks_in_bin = 5;
long
getTotalChunksInUse()
int64 total_chunks_in_use = 4;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static BinSummary.Builder
newBuilder(BinSummary prototype)
static BinSummary.Builder
BinSummary.Builder
static BinSummary
parseDelimitedFrom(InputStream input)
static BinSummary
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinSummary
parseFrom(ByteBuffer data)
static BinSummary
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinSummary
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinSummary
parseFrom(com.google.protobuf.CodedInputStream input)
static BinSummary
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinSummary
parseFrom(com.google.protobuf.ByteString data)
static BinSummary
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinSummary
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
BinSummary.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int BIN_FIELD_NUMBER

Constant Value: 1

public static final int TOTAL_BYTES_IN_BIN_FIELD_NUMBER

Constant Value: 3

public static final int TOTAL_BYTES_IN_USE_FIELD_NUMBER

Constant Value: 2

public static final int TOTAL_CHUNKS_IN_BIN_FIELD_NUMBER

Constant Value: 5

public static final int TOTAL_CHUNKS_IN_USE_FIELD_NUMBER

Constant Value: 4

Public Methods

public boolean equals (Object obj)

public int getBin ()

int32 bin = 1;

public static BinSummary getDefaultInstance ()

public BinSummary getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getSerializedSize ()

public long getTotalBytesInBin ()

int64 total_bytes_in_bin = 3;

public long getTotalBytesInUse ()

int64 total_bytes_in_use = 2;

public long getTotalChunksInBin ()

int64 total_chunks_in_bin = 5;

public long getTotalChunksInUse ()

int64 total_chunks_in_use = 4;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static BinSummary.Builder newBuilder (BinSummary prototype)

public static BinSummary.Builder newBuilder ()

public BinSummary.Builder newBuilderForType ()

public static BinSummary parseDelimitedFrom (InputStream input)

Throws
IOException

public static BinSummary parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BinSummary parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static BinSummary parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BinSummary parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BinSummary parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static BinSummary parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BinSummary parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static BinSummary parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BinSummary parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public BinSummary.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException