パブリック静的最終クラスServiceConfig.WorkerConfig
Configuration for a tf.data service WorkerServer.
tensorflow.data.experimental.WorkerConfig ネストされたクラス
| クラス | ServiceConfig.WorkerConfig.Builder | Configuration for a tf.data service WorkerServer. | |
定数
| 整数 | DISPATCHER_ADDRESS_FIELD_NUMBER | |
| 整数 | DISPATCHER_TIMEOUT_MS_FIELD_NUMBER | |
| 整数 | HEARTBEAT_INTERVAL_MS_FIELD_NUMBER | |
| 整数 | PORT_FIELD_NUMBER | |
| 整数 | PROTOCOL_FIELD_NUMBER | |
| 整数 | WORKER_ADDRESS_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的ServiceConfig.WorkerConfig | |
| ServiceConfig.WorkerConfig | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getDispatcherAddress () The address of the dispatcher to register with. |
| com.google.protobuf.ByteString | getDispatcherAddressBytes () The address of the dispatcher to register with. |
| 長さ | getDispatcherTimeoutMs () How long to retry requests to the dispatcher before giving up and reporting an error. |
| 長さ | getHeartbeatIntervalMs () How often the worker should heartbeat to the master. |
| 長さ | getポート() The port for the worker to bind to. |
| 弦 | getプロトコル() The protocol for the worker to use when connecting to the dispatcher. |
| com.google.protobuf.ByteString | getProtocolBytes () The protocol for the worker to use when connecting to the dispatcher. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 弦 | getWorkerAddress () The address of the worker server. |
| com.google.protobuf.ByteString | getWorkerAddressBytes () The address of the worker server. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的ServiceConfig.WorkerConfig.Builder | newBuilder ( ServiceConfig.WorkerConfigプロトタイプ) |
| 静的ServiceConfig.WorkerConfig.Builder | newBuilder () |
| ServiceConfig.WorkerConfig.Builder | |
| 静的ServiceConfig.WorkerConfig | parseDelimitedFrom (InputStream 入力) |
| 静的ServiceConfig.WorkerConfig | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ServiceConfig.WorkerConfig | parseFrom (ByteBuffer データ) |
| 静的ServiceConfig.WorkerConfig | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ServiceConfig.WorkerConfig | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ServiceConfig.WorkerConfig | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的ServiceConfig.WorkerConfig | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ServiceConfig.WorkerConfig | parseFrom (com.google.protobuf.ByteString データ) |
| 静的ServiceConfig.WorkerConfig | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ServiceConfig.WorkerConfig | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| ServiceConfig.WorkerConfig.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DISPATCHER_ADDRESS_FIELD_NUMBER
定数値: 3
パブリック静的最終整数DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
定数値: 6
public static Final int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
定数値: 5
パブリック静的最終整数PORT_FIELD_NUMBER
定数値: 1
パブリック静的最終整数PROTOCOL_FIELD_NUMBER
定数値: 2
パブリック静的最終整数WORKER_ADDRESS_FIELD_NUMBER
定数値: 4
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getDispatcherAddress ()
The address of the dispatcher to register with.
string dispatcher_address = 3; public com.google.protobuf.ByteString getDispatcherAddressBytes ()
The address of the dispatcher to register with.
string dispatcher_address = 3; public long getDispatcherTimeoutMs ()
How long to retry requests to the dispatcher before giving up and reporting an error.
int64 dispatcher_timeout_ms = 6; public long getHeartbeatIntervalMs ()
How often the worker should heartbeat to the master.
int64 heartbeat_interval_ms = 5; 公共 getParserForType ()
public long getPort ()
The port for the worker to bind to. A value of 0 indicates that the worker may bind to any available port.
int64 port = 1; public String getProtocol ()
The protocol for the worker to use when connecting to the dispatcher.
string protocol = 2; public com.google.protobuf.ByteString getProtocolBytes ()
The protocol for the worker to use when connecting to the dispatcher.
string protocol = 2; public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getWorkerAddress ()
The address of the worker server. The substring "%port%", if specified, will be replaced with the worker's bound port. This is useful when the port is set to `0`.
string worker_address = 4; public com.google.protobuf.ByteString getWorkerAddressBytes ()
The address of the worker server. The substring "%port%", if specified, will be replaced with the worker's bound port. This is useful when the port is set to `0`.
string worker_address = 4; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static ServiceConfig.WorkerConfig parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.CodedInputStream 入力)
投げる
| IO例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|