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

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

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

origin: apache/hbase

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder clearRegionToFlush() {
 regionToFlush_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: apache/hbase

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder addRegionToFlush(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.add(value);
   onChanged();
   return this;
  }
  /**
origin: apache/hbase

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder setRegionToFlush(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder setRegionToFlush(
    int index, com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder setRegionToFlush(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder addRegionToFlush(com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.add(value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder setRegionToFlush(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder addRegionToFlush(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.add(value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated bytes region_to_flush = 1;</code>
   *
   * <pre>
   * A list of encoded name of regions to flush
   * </pre>
   */
  public Builder addRegionToFlush(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureRegionToFlushIsMutable();
   regionToFlush_.add(value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder addAllRegionToFlush(
  java.lang.Iterable<? extends com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString> values) {
 ensureRegionToFlushIsMutable();
 super.addAll(values, regionToFlush_);
 onChanged();
 return this;
}
/**
origin: harbby/presto-connectors

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse.getDefaultInstance()) return this;
 if (!other.regionToFlush_.isEmpty()) {
  if (regionToFlush_.isEmpty()) {
   regionToFlush_ = other.regionToFlush_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureRegionToFlushIsMutable();
   regionToFlush_.addAll(other.regionToFlush_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse.getDefaultInstance()) return this;
 if (!other.regionToFlush_.isEmpty()) {
  if (regionToFlush_.isEmpty()) {
   regionToFlush_ = other.regionToFlush_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureRegionToFlushIsMutable();
   regionToFlush_.addAll(other.regionToFlush_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder addAllRegionToFlush(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureRegionToFlushIsMutable();
 super.addAll(values, regionToFlush_);
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder addAllRegionToFlush(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureRegionToFlushIsMutable();
 super.addAll(values, regionToFlush_);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder clearRegionToFlush() {
 regionToFlush_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse.getDefaultInstance()) return this;
 if (!other.regionToFlush_.isEmpty()) {
  if (regionToFlush_.isEmpty()) {
   regionToFlush_ = other.regionToFlush_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureRegionToFlushIsMutable();
   regionToFlush_.addAll(other.regionToFlush_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder clearRegionToFlush() {
 regionToFlush_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder clearRegionToFlush() {
 regionToFlush_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: apache/hbase

/**
 * <code>repeated bytes region_to_flush = 1;</code>
 *
 * <pre>
 * A list of encoded name of regions to flush
 * </pre>
 */
public Builder addAllRegionToFlush(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureRegionToFlushIsMutable();
 super.addAll(values, regionToFlush_);
 onChanged();
 return this;
}
/**
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse.getDefaultInstance()) return this;
 if (!other.regionToFlush_.isEmpty()) {
  if (regionToFlush_.isEmpty()) {
   regionToFlush_ = other.regionToFlush_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureRegionToFlushIsMutable();
   regionToFlush_.addAll(other.regionToFlush_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$RollWALWriterResponse$BuilderonChanged

Popular methods of AdminProtos$RollWALWriterResponse$Builder

  • <init>
  • buildPartial
  • create
  • ensureRegionToFlushIsMutable
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • build

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JOptionPane (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top PhpStorm 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