public final class
MemmappedFileSystemDirectoryElement
A message that describes one region of memmapped file.
tensorflow.MemmappedFileSystemDirectoryElement
Nested Classes
class | MemmappedFileSystemDirectoryElement.Builder | A message that describes one region of memmapped file. |
Constants
int | LENGTH_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | OFFSET_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static MemmappedFileSystemDirectoryElement | |
MemmappedFileSystemDirectoryElement | |
final static com.google.protobuf.Descriptors.Descriptor | |
long |
getLength()
uint64 length = 3;
|
String |
getName()
string name = 2;
|
com.google.protobuf.ByteString |
getNameBytes()
string name = 2;
|
long |
getOffset()
uint64 offset = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static MemmappedFileSystemDirectoryElement.Builder |
newBuilder(MemmappedFileSystemDirectoryElement prototype)
|
static MemmappedFileSystemDirectoryElement.Builder | |
MemmappedFileSystemDirectoryElement.Builder | |
static MemmappedFileSystemDirectoryElement |
parseDelimitedFrom(InputStream input)
|
static MemmappedFileSystemDirectoryElement |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemmappedFileSystemDirectoryElement |
parseFrom(ByteBuffer data)
|
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)
|
static
|
parser()
|
MemmappedFileSystemDirectoryElement.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int LENGTH_FIELD_NUMBER
Constant Value:
3
public static final int NAME_FIELD_NUMBER
Constant Value:
2
public static final int OFFSET_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
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;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static MemmappedFileSystemDirectoryElement.Builder newBuilder (MemmappedFileSystemDirectoryElement prototype)
public static MemmappedFileSystemDirectoryElement parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static MemmappedFileSystemDirectoryElement parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static MemmappedFileSystemDirectoryElement parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|