public static final class
MemmappedFileSystemDirectoryElement.Builder
A message that describes one region of memmapped file.
tensorflow.MemmappedFileSystemDirectoryElement
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract long |
getLength()
uint64 length = 3;
|
abstract String |
getName()
string name = 2;
|
abstract com.google.protobuf.ByteString |
getNameBytes()
string name = 2;
|
abstract long |
getOffset()
uint64 offset = 1;
|
Public Methods
public MemmappedFileSystemDirectoryElement.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public MemmappedFileSystemDirectoryElement.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public MemmappedFileSystemDirectoryElement.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 final boolean isInitialized ()
public MemmappedFileSystemDirectoryElement.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final MemmappedFileSystemDirectoryElement.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public MemmappedFileSystemDirectoryElement.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public MemmappedFileSystemDirectoryElement.Builder setNameBytes (com.google.protobuf.ByteString value)
string name = 2;