YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.addAllContainer(Iterable<? extends YarnProtos.PreemptionContainerProto> values)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.addContainer(int index,
YarnProtos.PreemptionContainerProto.Builder builderForValue)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.addContainer(int index,
YarnProtos.PreemptionContainerProto value)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.addContainer(YarnProtos.PreemptionContainerProto.Builder builderForValue)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.addContainer(YarnProtos.PreemptionContainerProto value)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.clear() |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.clearContainer()
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.clone() |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.PreemptionMessageProto.Builder.getStrictContractBuilder()
optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(com.google.protobuf.Message other) |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(YarnProtos.StrictPreemptionContractProto other) |
static YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.newBuilder() |
static YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.newBuilder(YarnProtos.StrictPreemptionContractProto prototype) |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.newBuilderForType() |
protected YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.removeContainer(int index)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.setContainer(int index,
YarnProtos.PreemptionContainerProto.Builder builderForValue)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.Builder.setContainer(int index,
YarnProtos.PreemptionContainerProto value)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;
|
YarnProtos.StrictPreemptionContractProto.Builder |
YarnProtos.StrictPreemptionContractProto.toBuilder() |