Tabnine Logo
AdminProtos$GetRegionInfoResponse$Builder.onChanged
Code IndexAdd Tabnine to your IDE (free)

How to use
onChanged
method
in
org.apache.hadoop.hbase.protobuf.generated.AdminProtos$GetRegionInfoResponse$Builder

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated.AdminProtos$GetRegionInfoResponse$Builder.onChanged (Showing top 20 results out of 315)

origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder setRegionInfo(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo value) {
 if (regionInfoBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  regionInfo_ = value;
  onChanged();
 } else {
  regionInfoBuilder_.setMessage(value);
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: apache/hbase

/**
 * <code>optional .hbase.pb.GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 *
 * <pre>
 * optional bool DEPRECATED_isRecovering = 3;
 * </pre>
 */
public Builder setCompactionState(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 bitField0_ |= 0x00000002;
 compactionState_ = value;
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder getRegionInfoBuilder() {
 bitField0_ |= 0x00000001;
 onChanged();
 return getRegionInfoFieldBuilder().getBuilder();
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder setRegionInfo(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder builderForValue) {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = builderForValue.build();
  onChanged();
 } else {
  regionInfoBuilder_.setMessage(builderForValue.build());
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder setRegionInfo(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder builderForValue) {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = builderForValue.build();
  onChanged();
 } else {
  regionInfoBuilder_.setMessage(builderForValue.build());
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>required .RegionInfo region_info = 1;</code>
 */
public Builder clearRegionInfo() {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.getDefaultInstance();
  onChanged();
 } else {
  regionInfoBuilder_.clear();
 }
 bitField0_ = (bitField0_ & ~0x00000001);
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>optional .GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 */
public Builder setCompactionState(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 bitField0_ |= 0x00000002;
 compactionState_ = value;
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder clearRegionInfo() {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.getDefaultInstance();
  onChanged();
 } else {
  regionInfoBuilder_.clear();
 }
 bitField0_ = (bitField0_ & ~0x00000001);
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>optional bool isRecovering = 3;</code>
 */
public Builder clearIsRecovering() {
 bitField0_ = (bitField0_ & ~0x00000004);
 isRecovering_ = false;
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>optional .hbase.pb.GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 *
 * <pre>
 * optional bool DEPRECATED_isRecovering = 3;
 * </pre>
 */
public Builder clearCompactionState() {
 bitField0_ = (bitField0_ & ~0x00000002);
 compactionState_ = org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState.NONE;
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>optional .GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 */
public Builder clearCompactionState() {
 bitField0_ = (bitField0_ & ~0x00000002);
 compactionState_ = org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState.NONE;
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>required .RegionInfo region_info = 1;</code>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder getRegionInfoBuilder() {
 bitField0_ |= 0x00000001;
 onChanged();
 return getRegionInfoFieldBuilder().getBuilder();
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>optional .hbase.pb.GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 *
 * <pre>
 * optional bool DEPRECATED_isRecovering = 3;
 * </pre>
 */
public Builder clearCompactionState() {
 bitField0_ = (bitField0_ & ~0x00000002);
 compactionState_ = org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState.NONE;
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>optional bool isRecovering = 3;</code>
 */
public Builder setIsRecovering(boolean value) {
 bitField0_ |= 0x00000004;
 isRecovering_ = value;
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder getRegionInfoBuilder() {
 bitField0_ |= 0x00000001;
 onChanged();
 return getRegionInfoFieldBuilder().getBuilder();
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder getRegionInfoBuilder() {
 bitField0_ |= 0x00000001;
 onChanged();
 return getRegionInfoFieldBuilder().getBuilder();
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder mergeRegionInfo(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo value) {
 if (regionInfoBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001) &&
    regionInfo_ != org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.getDefaultInstance()) {
   regionInfo_ =
    org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.newBuilder(regionInfo_).mergeFrom(value).buildPartial();
  } else {
   regionInfo_ = value;
  }
  onChanged();
 } else {
  regionInfoBuilder_.mergeFrom(value);
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder setRegionInfo(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder builderForValue) {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = builderForValue.build();
  onChanged();
 } else {
  regionInfoBuilder_.setMessage(builderForValue.build());
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionInfo region_info = 1;</code>
 */
public Builder clearRegionInfo() {
 if (regionInfoBuilder_ == null) {
  regionInfo_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.getDefaultInstance();
  onChanged();
 } else {
  regionInfoBuilder_.clear();
 }
 bitField0_ = (bitField0_ & ~0x00000001);
 return this;
}
/**
origin: apache/hbase

/**
 * <code>optional .hbase.pb.GetRegionInfoResponse.CompactionState compaction_state = 2;</code>
 *
 * <pre>
 * optional bool DEPRECATED_isRecovering = 3;
 * </pre>
 */
public Builder clearCompactionState() {
 bitField0_ = (bitField0_ & ~0x00000002);
 compactionState_ = org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState.NONE;
 onChanged();
 return this;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$GetRegionInfoResponse$BuilderonChanged

Popular methods of AdminProtos$GetRegionInfoResponse$Builder

  • <init>
  • buildPartial
  • create
  • getParentForChildren
  • getRegionInfo
    required .hbase.pb.RegionInfo region_info = 1;
  • getRegionInfoFieldBuilder
    required .hbase.pb.RegionInfo region_info = 1;
  • hasRegionInfo
    required .hbase.pb.RegionInfo region_info = 1;
  • isClean
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeRegionInfo
    required .hbase.pb.RegionInfo region_info = 1;
  • mergeUnknownFields
  • mergeRegionInfo,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • setCompactionState,
  • build,
  • setIsRecovering,
  • setRegionInfo

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Best IntelliJ plugins
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