Package org.platanios.tensorflow.proto
Class ResetRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
- org.platanios.tensorflow.proto.ResetRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,ResetRequestOrBuilder
- Enclosing class:
- ResetRequest
public static final class ResetRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder> implements ResetRequestOrBuilder
Reset() allows misbehaving or slow sessions to be aborted and closed, and causes their resources eventually to be released. Reset() does not wait for the computations in old sessions to cease; it merely starts the process of tearing them down. However, if a new session is started after a Reset(), the new session is isolated from changes that old sessions (started prior to the Reset()) may continue to make to resources, provided all those resources are in containers listed in "containers". Old sessions may continue to have side-effects on resources not in containers listed in "containers", and thus may affect future sessions' results in ways that are hard to predict. Thus, if well-defined behavior is desired, is it recommended that all containers be listed in "containers". Similarly, if a device_filter is specified, results may be hard to predict.
Protobuf typeorg.platanios.tensorflow.proto.ResetRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetRequest.Builder
addAllContainer(java.lang.Iterable<java.lang.String> values)
A list of container names, which may be empty.ResetRequest.Builder
addAllDeviceFilters(java.lang.Iterable<java.lang.String> values)
When any filters are present, only devices that match the filters will be reset.ResetRequest.Builder
addContainer(java.lang.String value)
A list of container names, which may be empty.ResetRequest.Builder
addContainerBytes(com.google.protobuf.ByteString value)
A list of container names, which may be empty.ResetRequest.Builder
addDeviceFilters(java.lang.String value)
When any filters are present, only devices that match the filters will be reset.ResetRequest.Builder
addDeviceFiltersBytes(com.google.protobuf.ByteString value)
When any filters are present, only devices that match the filters will be reset.ResetRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
ResetRequest
build()
ResetRequest
buildPartial()
ResetRequest.Builder
clear()
ResetRequest.Builder
clearContainer()
A list of container names, which may be empty.ResetRequest.Builder
clearDeviceFilters()
When any filters are present, only devices that match the filters will be reset.ResetRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ResetRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ResetRequest.Builder
clone()
java.lang.String
getContainer(int index)
A list of container names, which may be empty.com.google.protobuf.ByteString
getContainerBytes(int index)
A list of container names, which may be empty.int
getContainerCount()
A list of container names, which may be empty.com.google.protobuf.ProtocolStringList
getContainerList()
A list of container names, which may be empty.ResetRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getDeviceFilters(int index)
When any filters are present, only devices that match the filters will be reset.com.google.protobuf.ByteString
getDeviceFiltersBytes(int index)
When any filters are present, only devices that match the filters will be reset.int
getDeviceFiltersCount()
When any filters are present, only devices that match the filters will be reset.com.google.protobuf.ProtocolStringList
getDeviceFiltersList()
When any filters are present, only devices that match the filters will be reset.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ResetRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ResetRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ResetRequest.Builder
mergeFrom(ResetRequest other)
ResetRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ResetRequest.Builder
setContainer(int index, java.lang.String value)
A list of container names, which may be empty.ResetRequest.Builder
setDeviceFilters(int index, java.lang.String value)
When any filters are present, only devices that match the filters will be reset.ResetRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
ResetRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
ResetRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
clear
public ResetRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
getDefaultInstanceForType
public ResetRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ResetRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ResetRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ResetRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
setField
public ResetRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
clearField
public ResetRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
clearOneof
public ResetRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
setRepeatedField
public ResetRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
addRepeatedField
public ResetRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
mergeFrom
public ResetRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ResetRequest.Builder>
-
mergeFrom
public ResetRequest.Builder mergeFrom(ResetRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
mergeFrom
public ResetRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ResetRequest.Builder>
- Throws:
java.io.IOException
-
getContainerList
public com.google.protobuf.ProtocolStringList getContainerList()
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Specified by:
getContainerList
in interfaceResetRequestOrBuilder
- Returns:
- A list containing the container.
-
getContainerCount
public int getContainerCount()
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Specified by:
getContainerCount
in interfaceResetRequestOrBuilder
- Returns:
- The count of container.
-
getContainer
public java.lang.String getContainer(int index)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Specified by:
getContainer
in interfaceResetRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The container at the given index.
-
getContainerBytes
public com.google.protobuf.ByteString getContainerBytes(int index)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Specified by:
getContainerBytes
in interfaceResetRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the container at the given index.
-
setContainer
public ResetRequest.Builder setContainer(int index, java.lang.String value)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Parameters:
index
- The index to set the value at.value
- The container to set.- Returns:
- This builder for chaining.
-
addContainer
public ResetRequest.Builder addContainer(java.lang.String value)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Parameters:
value
- The container to add.- Returns:
- This builder for chaining.
-
addAllContainer
public ResetRequest.Builder addAllContainer(java.lang.Iterable<java.lang.String> values)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Parameters:
values
- The container to add.- Returns:
- This builder for chaining.
-
clearContainer
public ResetRequest.Builder clearContainer()
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Returns:
- This builder for chaining.
-
addContainerBytes
public ResetRequest.Builder addContainerBytes(com.google.protobuf.ByteString value)
A list of container names, which may be empty. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;
- Parameters:
value
- The bytes of the container to add.- Returns:
- This builder for chaining.
-
getDeviceFiltersList
public com.google.protobuf.ProtocolStringList getDeviceFiltersList()
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Specified by:
getDeviceFiltersList
in interfaceResetRequestOrBuilder
- Returns:
- A list containing the deviceFilters.
-
getDeviceFiltersCount
public int getDeviceFiltersCount()
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Specified by:
getDeviceFiltersCount
in interfaceResetRequestOrBuilder
- Returns:
- The count of deviceFilters.
-
getDeviceFilters
public java.lang.String getDeviceFilters(int index)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Specified by:
getDeviceFilters
in interfaceResetRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The deviceFilters at the given index.
-
getDeviceFiltersBytes
public com.google.protobuf.ByteString getDeviceFiltersBytes(int index)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Specified by:
getDeviceFiltersBytes
in interfaceResetRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the deviceFilters at the given index.
-
setDeviceFilters
public ResetRequest.Builder setDeviceFilters(int index, java.lang.String value)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Parameters:
index
- The index to set the value at.value
- The deviceFilters to set.- Returns:
- This builder for chaining.
-
addDeviceFilters
public ResetRequest.Builder addDeviceFilters(java.lang.String value)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Parameters:
value
- The deviceFilters to add.- Returns:
- This builder for chaining.
-
addAllDeviceFilters
public ResetRequest.Builder addAllDeviceFilters(java.lang.Iterable<java.lang.String> values)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Parameters:
values
- The deviceFilters to add.- Returns:
- This builder for chaining.
-
clearDeviceFilters
public ResetRequest.Builder clearDeviceFilters()
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Returns:
- This builder for chaining.
-
addDeviceFiltersBytes
public ResetRequest.Builder addDeviceFiltersBytes(com.google.protobuf.ByteString value)
When any filters are present, only devices that match the filters will be reset. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 2;
- Parameters:
value
- The bytes of the deviceFilters to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ResetRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
mergeUnknownFields
public final ResetRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ResetRequest.Builder>
-
-