Uses of Class
com.google.container.v1beta1.FastSocket
-
Packages that use FastSocket Package Description com.google.container.v1beta1 -
-
Uses of FastSocket in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return FastSocket Modifier and Type Method Description FastSocket
FastSocket.Builder. build()
FastSocket
FastSocket.Builder. buildPartial()
static FastSocket
FastSocket. getDefaultInstance()
FastSocket
FastSocket.Builder. getDefaultInstanceForType()
FastSocket
FastSocket. getDefaultInstanceForType()
FastSocket
NodeConfig.Builder. getFastSocket()
Enable or disable NCCL fast socket for the node pool.FastSocket
NodeConfig. getFastSocket()
Enable or disable NCCL fast socket for the node pool.FastSocket
NodeConfigOrBuilder. getFastSocket()
Enable or disable NCCL fast socket for the node pool.FastSocket
UpdateNodePoolRequest.Builder. getFastSocket()
Enable or disable NCCL fast socket for the node pool.FastSocket
UpdateNodePoolRequest. getFastSocket()
Enable or disable NCCL fast socket for the node pool.FastSocket
UpdateNodePoolRequestOrBuilder. getFastSocket()
Enable or disable NCCL fast socket for the node pool.static FastSocket
FastSocket. parseDelimitedFrom(InputStream input)
static FastSocket
FastSocket. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FastSocket
FastSocket. parseFrom(byte[] data)
static FastSocket
FastSocket. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FastSocket
FastSocket. parseFrom(com.google.protobuf.ByteString data)
static FastSocket
FastSocket. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FastSocket
FastSocket. parseFrom(com.google.protobuf.CodedInputStream input)
static FastSocket
FastSocket. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FastSocket
FastSocket. parseFrom(InputStream input)
static FastSocket
FastSocket. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FastSocket
FastSocket. parseFrom(ByteBuffer data)
static FastSocket
FastSocket. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type FastSocket Modifier and Type Method Description com.google.protobuf.Parser<FastSocket>
FastSocket. getParserForType()
static com.google.protobuf.Parser<FastSocket>
FastSocket. parser()
Methods in com.google.container.v1beta1 with parameters of type FastSocket Modifier and Type Method Description NodeConfig.Builder
NodeConfig.Builder. mergeFastSocket(FastSocket value)
Enable or disable NCCL fast socket for the node pool.UpdateNodePoolRequest.Builder
UpdateNodePoolRequest.Builder. mergeFastSocket(FastSocket value)
Enable or disable NCCL fast socket for the node pool.FastSocket.Builder
FastSocket.Builder. mergeFrom(FastSocket other)
static FastSocket.Builder
FastSocket. newBuilder(FastSocket prototype)
NodeConfig.Builder
NodeConfig.Builder. setFastSocket(FastSocket value)
Enable or disable NCCL fast socket for the node pool.UpdateNodePoolRequest.Builder
UpdateNodePoolRequest.Builder. setFastSocket(FastSocket value)
Enable or disable NCCL fast socket for the node pool.
-