Tabnine Logo
AdminProtos$OpenRegionResponse$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
AdminProtos$OpenRegionResponse$Builder
in
org.apache.hadoop.hbase.protobuf.generated

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

origin: apache/hbase

/**
 * <code>repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;</code>
 */
public Builder setOpeningState(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.RegionOpeningState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 ensureOpeningStateIsMutable();
 openingState_.set(index, value);
 onChanged();
 return this;
}
/**
origin: apache/hbase

public Builder mergeFrom(
  com.google.protobuf.CodedInputStream input,
  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  throws java.io.IOException {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse parsedMessage = null;
 try {
  parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
  parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse) e.getUnfinishedMessage();
  throw e;
 } finally {
  if (parsedMessage != null) {
   mergeFrom(parsedMessage);
  }
 }
 return this;
}
private int bitField0_;
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.getDefaultInstance()) return this;
 if (!other.openingState_.isEmpty()) {
  if (openingState_.isEmpty()) {
   openingState_ = other.openingState_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureOpeningStateIsMutable();
   openingState_.addAll(other.openingState_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

public Builder mergeFrom(
  com.facebook.presto.hbase.$internal.com.google.protobuf.CodedInputStream input,
  com.facebook.presto.hbase.$internal.com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  throws java.io.IOException {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse parsedMessage = null;
 try {
  parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
 } catch (com.facebook.presto.hbase.$internal.com.google.protobuf.InvalidProtocolBufferException e) {
  parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse) e.getUnfinishedMessage();
  throw e;
 } finally {
  if (parsedMessage != null) {
   mergeFrom(parsedMessage);
  }
 }
 return this;
}
private int bitField0_;
origin: com.aliyun.hbase/alihbase-protocol

public Builder mergeFrom(
  com.google.protobuf.CodedInputStream input,
  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  throws java.io.IOException {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse parsedMessage = null;
 try {
  parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
  parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse) e.getUnfinishedMessage();
  throw e;
 } finally {
  if (parsedMessage != null) {
   mergeFrom(parsedMessage);
  }
 }
 return this;
}
private int bitField0_;
origin: org.apache.hbase/hbase-protocol

public Builder mergeFrom(
  com.google.protobuf.CodedInputStream input,
  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  throws java.io.IOException {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse parsedMessage = null;
 try {
  parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
  parsedMessage = (org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse) e.getUnfinishedMessage();
  throw e;
 } finally {
  if (parsedMessage != null) {
   mergeFrom(parsedMessage);
  }
 }
 return this;
}
private int bitField0_;
origin: harbby/presto-connectors

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.getDefaultInstance()) return this;
 if (!other.openingState_.isEmpty()) {
  if (openingState_.isEmpty()) {
   openingState_ = other.openingState_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureOpeningStateIsMutable();
   openingState_.addAll(other.openingState_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

private Builder() {
 maybeForceBuilderInitialization();
}
origin: com.aliyun.hbase/alihbase-protocol

private static Builder create() {
 return new Builder();
}
origin: harbby/presto-connectors

/**
 * <code>repeated .OpenRegionResponse.RegionOpeningState opening_state = 1;</code>
 */
public Builder setOpeningState(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.RegionOpeningState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 ensureOpeningStateIsMutable();
 openingState_.set(index, value);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

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

private Builder() {
 maybeForceBuilderInitialization();
}
origin: harbby/presto-connectors

private static Builder create() {
 return new Builder();
}
origin: com.aliyun.hbase/alihbase-protocol

public Builder clone() {
 return create().mergeFrom(buildPartial());
}
origin: harbby/presto-connectors

/**
 * <code>repeated .OpenRegionResponse.RegionOpeningState opening_state = 1;</code>
 */
public Builder addOpeningState(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.RegionOpeningState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 ensureOpeningStateIsMutable();
 openingState_.add(value);
 onChanged();
 return this;
}
/**
origin: harbby/presto-connectors

public Builder clone() {
 return create().mergeFrom(buildPartial());
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;</code>
 */
public Builder setOpeningState(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.RegionOpeningState value) {
 if (value == null) {
  throw new NullPointerException();
 }
 ensureOpeningStateIsMutable();
 openingState_.set(index, value);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

private Builder() {
 maybeForceBuilderInitialization();
}
origin: org.apache.hbase/hbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse.getDefaultInstance()) return this;
 if (!other.openingState_.isEmpty()) {
  if (openingState_.isEmpty()) {
   openingState_ = other.openingState_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureOpeningStateIsMutable();
   openingState_.addAll(other.openingState_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse prototype) {
 return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$OpenRegionResponse$Builder

Javadoc

Protobuf type hbase.pb.OpenRegionResponse

Most used methods

  • <init>
  • buildPartial
  • create
  • ensureOpeningStateIsMutable
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • onChanged
  • addOpeningState
    repeated .hbase.pb.OpenRegionResponse.RegionOpeningState opening_state = 1;
  • build
  • addOpeningState,
  • build

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • From CI to AI: The AI layer in your organization
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