Tabnine Logo
YarnServerResourceManagerServiceProtos$RefreshNodesRequestProto$Builder.onChanged
Code IndexAdd Tabnine to your IDE (free)

How to use
onChanged
method
in
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$RefreshNodesRequestProto$Builder

Best Java code snippets using org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$RefreshNodesRequestProto$Builder.onChanged (Showing top 6 results out of 315)

origin: io.hops/hadoop-yarn-api

/**
 * <code>optional .hadoop.yarn.DecommissionTypeProto decommissionType = 1 [default = NORMAL];</code>
 */
public Builder setDecommissionType(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DecommissionTypeProto value) {
 if (value == null) {
  throw new NullPointerException();
 }
 bitField0_ |= 0x00000001;
 decommissionType_ = value;
 onChanged();
 return this;
}
/**
origin: org.apache.hadoop/hadoop-yarn-api

/**
 * <code>optional .hadoop.yarn.DecommissionTypeProto decommissionType = 1 [default = NORMAL];</code>
 */
public Builder setDecommissionType(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DecommissionTypeProto value) {
 if (value == null) {
  throw new NullPointerException();
 }
 bitField0_ |= 0x00000001;
 decommissionType_ = value;
 onChanged();
 return this;
}
/**
origin: io.hops/hadoop-yarn-api

/**
 * <code>optional .hadoop.yarn.DecommissionTypeProto decommissionType = 1 [default = NORMAL];</code>
 */
public Builder clearDecommissionType() {
 bitField0_ = (bitField0_ & ~0x00000001);
 decommissionType_ = org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DecommissionTypeProto.NORMAL;
 onChanged();
 return this;
}
origin: org.apache.hadoop/hadoop-yarn-api

/**
 * <code>optional .hadoop.yarn.DecommissionTypeProto decommissionType = 1 [default = NORMAL];</code>
 */
public Builder clearDecommissionType() {
 bitField0_ = (bitField0_ & ~0x00000001);
 decommissionType_ = org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DecommissionTypeProto.NORMAL;
 onChanged();
 return this;
}
origin: org.apache.hadoop/hadoop-yarn-api

/**
 * <code>optional int32 decommissionTimeout = 2;</code>
 */
public Builder clearDecommissionTimeout() {
 bitField0_ = (bitField0_ & ~0x00000002);
 decommissionTimeout_ = 0;
 onChanged();
 return this;
}
origin: org.apache.hadoop/hadoop-yarn-api

/**
 * <code>optional int32 decommissionTimeout = 2;</code>
 */
public Builder setDecommissionTimeout(int value) {
 bitField0_ |= 0x00000002;
 decommissionTimeout_ = value;
 onChanged();
 return this;
}
/**
org.apache.hadoop.yarn.protoYarnServerResourceManagerServiceProtos$RefreshNodesRequestProto$BuilderonChanged

Popular methods of YarnServerResourceManagerServiceProtos$RefreshNodesRequestProto$Builder

  • <init>
  • buildPartial
  • create
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • build
  • setDecommissionType
    optional .hadoop.yarn.DecommissionTypeProto decommissionType = 1 [default = NORMAL];
  • setDecommissionTimeout
    optional int32 decommissionTimeout = 2;
  • clearDecommissionTimeout
    optional int32 decommissionTimeout = 2;
  • setDecommissionTimeout,
  • clearDecommissionTimeout

Popular in Java

  • Finding current android device location
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now