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

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

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

origin: apache/hbase

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

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder clearFamily() {
 family_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000002);
 onChanged();
 return this;
}
origin: apache/hbase

  /**
   * <code>repeated bytes family = 2;</code>
   */
  public Builder addFamily(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureFamilyIsMutable();
   family_.add(value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

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

  /**
   * <code>repeated bytes family = 2;</code>
   */
  public Builder addFamily(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureFamilyIsMutable();
   family_.add(value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder clearFamily() {
 family_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000002);
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder clearFamily() {
 family_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000002);
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

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

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder addAllFamily(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureFamilyIsMutable();
 super.addAll(values, family_);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder addAllFamily(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureFamilyIsMutable();
 super.addAll(values, family_);
 onChanged();
 return this;
}
/**
origin: harbby/presto-connectors

  /**
   * <code>repeated bytes family = 2;</code>
   */
  public Builder addFamily(com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureFamilyIsMutable();
   family_.add(value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder clearFamily() {
 family_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000002);
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

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

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

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetStoreFileRequest other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetStoreFileRequest.getDefaultInstance()) return this;
 if (other.hasRegion()) {
  mergeRegion(other.getRegion());
 }
 if (!other.family_.isEmpty()) {
  if (family_.isEmpty()) {
   family_ = other.family_;
   bitField0_ = (bitField0_ & ~0x00000002);
  } else {
   ensureFamilyIsMutable();
   family_.addAll(other.family_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

  /**
   * <code>repeated bytes family = 2;</code>
   */
  public Builder setFamily(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureFamilyIsMutable();
   family_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionSpecifier region = 1;</code>
 */
public Builder setRegion(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier.Builder builderForValue) {
 if (regionBuilder_ == null) {
  region_ = builderForValue.build();
  onChanged();
 } else {
  regionBuilder_.setMessage(builderForValue.build());
 }
 bitField0_ |= 0x00000001;
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionSpecifier region = 1;</code>
 */
public Builder clearRegion() {
 if (regionBuilder_ == null) {
  region_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier.getDefaultInstance();
  onChanged();
 } else {
  regionBuilder_.clear();
 }
 bitField0_ = (bitField0_ & ~0x00000001);
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated bytes family = 2;</code>
 */
public Builder addAllFamily(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureFamilyIsMutable();
 super.addAll(values, family_);
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required .hbase.pb.RegionSpecifier region = 1;</code>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier.Builder getRegionBuilder() {
 bitField0_ |= 0x00000001;
 onChanged();
 return getRegionFieldBuilder().getBuilder();
}
/**
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$GetStoreFileRequest$BuilderonChanged

Popular methods of AdminProtos$GetStoreFileRequest$Builder

  • <init>
  • buildPartial
  • create
  • ensureFamilyIsMutable
  • getParentForChildren
  • getRegion
    required .hbase.pb.RegionSpecifier region = 1;
  • getRegionFieldBuilder
    required .hbase.pb.RegionSpecifier region = 1;
  • hasRegion
    required .hbase.pb.RegionSpecifier region = 1;
  • isClean
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeRegion
    required .hbase.pb.RegionSpecifier region = 1;
  • mergeFrom,
  • mergeRegion,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • addFamily,
  • build,
  • setRegion

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • getContentResolver (Context)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Github Copilot alternatives
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