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
  • onRequestPermissionsResult (Fragment)
  • getSystemService (Context)
  • getExternalFilesDir (Context)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Best plugins for Eclipse
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