ReaderBaseState

パブリック最終クラスReaderBaseState

 For serializing and restoring the state of ReaderBase, see
 reader_base.h for details.
 
Protobuf 型tensorflow.ReaderBaseState

ネストされたクラス

クラスReaderBaseState.Builder
 For serializing and restoring the state of ReaderBase, see
 reader_base.h for details. 

定数

整数CURRENT_WORK_FIELD_NUMBER
整数NUM_RECORDS_PRODUCED_FIELD_NUMBER
整数WORK_FINISHED_FIELD_NUMBER
整数WORK_STARTED_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
com.google.protobuf.ByteString
getCurrentWork ()
bytes current_work = 4;
静的ReaderBaseState
ReaderBaseState
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getNumRecordsProduced ()
int64 num_records_produced = 3;
整数
最終的な com.google.protobuf.UnknownFieldSet
長さ
getWorkFinished ()
int64 work_finished = 2;
長さ
getWorkStarted ()
int64 work_started = 1;
整数
最終ブール値
静的ReaderBaseState.Builder
newBuilder ( ReaderBaseStateプロトタイプ)
静的ReaderBaseState.Builder
ReaderBaseState.Builder
静的ReaderBaseState
parseDelimitedFrom (InputStream 入力)
静的ReaderBaseState
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ReaderBaseState
parseFrom (ByteBuffer データ)
静的ReaderBaseState
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ReaderBaseState
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ReaderBaseState
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的ReaderBaseState
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ReaderBaseState
parseFrom (com.google.protobuf.ByteString データ)
静的ReaderBaseState
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的ReaderBaseState
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
ReaderBaseState.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数CURRENT_WORK_FIELD_NUMBER

定数値: 4

public static Final int NUM_RECORDS_PRODUCED_FIELD_NUMBER

定数値: 3

パブリック静的最終整数WORK_FINISHED_FIELD_NUMBER

定数値: 2

パブリック静的最終整数WORK_STARTED_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public com.google.protobuf.ByteString getCurrentWork ()

bytes current_work = 4;

パブリック静的ReaderBaseState getDefaultInstance ()

public ReaderBaseState getDefaultInstanceForType ()

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

public long getNumRecordsProduced ()

int64 num_records_produced = 3;

公共getParserForType ()

public int getSerializedSize ()

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

public long getWorkFinished ()

int64 work_finished = 2;

public long getWorkStarted ()

int64 work_started = 1;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static ReaderBaseState.Builder newBuilder ( ReaderBaseStateプロトタイプ)

public static ReaderBaseState.Builder newBuilder ()

public ReaderBaseState.Builder newBuilderForType ()

public static ReaderBaseState parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static ReaderBaseState parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ReaderBaseState parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static ReaderBaseState parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ReaderBaseState parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ReaderBaseState parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static ReaderBaseState parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ReaderBaseState parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static ReaderBaseState parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ReaderBaseState parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public ReaderBaseState.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外