MemmappedFileSystemDirectoryElement

public final class MemmappedFileSystemDirectoryElement

 A message that describes one region of memmapped file.
 
tensorflow.MemmappedFileSystemDirectoryElement type tensorflow.MemmappedFileSystemDirectoryElement

Classes aninhadas

aula MemmappedFileSystemDirectoryElement.Builder
 A message that describes one region of memmapped file. 

Constantes

int LENGTH_FIELD_NUMBER
int NAME_FIELD_NUMBER
int OFFSET_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static MemmappedFileSystemDirectoryElement
MemmappedFileSystemDirectoryElement
final static com.google.protobuf.Descriptors.Descriptor
longo
getLength ()
uint64 length = 3;
Fragmento
getName ()
string name = 2;
com.google.protobuf.ByteString
getNameBytes ()
string name = 2;
longo
getOffset ()
uint64 offset = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static MemmappedFileSystemDirectoryElement.Builder
static MemmappedFileSystemDirectoryElement.Builder
MemmappedFileSystemDirectoryElement.Builder
static MemmappedFileSystemDirectoryElement
parseDelimitedFrom (input InputStream)
static MemmappedFileSystemDirectoryElement
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemmappedFileSystemDirectoryElement
parseFrom (dados ByteBuffer)
static MemmappedFileSystemDirectoryElement
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemmappedFileSystemDirectoryElement
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemmappedFileSystemDirectoryElement
parseFrom (com.google.protobuf.CodedInputStream input)
static MemmappedFileSystemDirectoryElement
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemmappedFileSystemDirectoryElement
parseFrom (com.google.protobuf.ByteString data)
static MemmappedFileSystemDirectoryElement
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemmappedFileSystemDirectoryElement
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemmappedFileSystemDirectoryElement.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int LENGTH_FIELD_NUMBER

Valor Constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 2

public static final int OFFSET_FIELD_NUMBER

Valor constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static MemmappedFileSystemDirectoryElement getDefaultInstance ()

public MemmappedFileSystemDirectoryElement getDefaultInstanceForType ()

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

public long getLength ()

uint64 length = 3;

public String getName ()

string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

string name = 2;

public long getOffset ()

uint64 offset = 1;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static MemmappedFileSystemDirectoryElement.Builder newBuilder ()

public MemmappedFileSystemDirectoryElement.Builder newBuilderForType ()

public static MemmappedFileSystemDirectoryElement parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemmappedFileSystemDirectoryElement parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException