congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
AdminProtos$StopServerRequest$Builder.onChanged
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: apache/hbase

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReasonBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
origin: apache/hbase

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReason(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReason(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReason(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReason(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReasonBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
origin: harbby/presto-connectors

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReasonBytes(
    com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>required string reason = 1;</code>
   */
  public Builder setReasonBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000001;
   reason_ = value;
   onChanged();
   return this;
  }
origin: com.aliyun.hbase/alihbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest.getDefaultInstance()) return this;
 if (other.hasReason()) {
  bitField0_ |= 0x00000001;
  reason_ = other.reason_;
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest.getDefaultInstance()) return this;
 if (other.hasReason()) {
  bitField0_ |= 0x00000001;
  reason_ = other.reason_;
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required string reason = 1;</code>
 */
public Builder clearReason() {
 bitField0_ = (bitField0_ & ~0x00000001);
 reason_ = getDefaultInstance().getReason();
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required string reason = 1;</code>
 */
public Builder clearReason() {
 bitField0_ = (bitField0_ & ~0x00000001);
 reason_ = getDefaultInstance().getReason();
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest.getDefaultInstance()) return this;
 if (other.hasReason()) {
  bitField0_ |= 0x00000001;
  reason_ = other.reason_;
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>required string reason = 1;</code>
 */
public Builder clearReason() {
 bitField0_ = (bitField0_ & ~0x00000001);
 reason_ = getDefaultInstance().getReason();
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required string reason = 1;</code>
 */
public Builder clearReason() {
 bitField0_ = (bitField0_ & ~0x00000001);
 reason_ = getDefaultInstance().getReason();
 onChanged();
 return this;
}
/**
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest.getDefaultInstance()) return this;
 if (other.hasReason()) {
  bitField0_ |= 0x00000001;
  reason_ = other.reason_;
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$StopServerRequest$BuilderonChanged

Popular methods of AdminProtos$StopServerRequest$Builder

  • <init>
  • buildPartial
  • create
  • hasReason
    required string reason = 1;
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • build
  • setReason
    required string reason = 1;
  • setReason

Popular in Java

  • Creating JSON documents from java classes using gson
  • setContentView (Activity)
  • startActivity (Activity)
  • onRequestPermissionsResult (Fragment)
  • Menu (java.awt)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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