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

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

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

origin: apache/hbase

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFileBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
origin: apache/hbase

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFile(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
  /**
origin: apache/hbase

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder setStoreFile(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFileBytes(
    com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFile(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder setStoreFile(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder setStoreFile(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

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

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFileBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder setStoreFile(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder addAllStoreFile(
  java.lang.Iterable<java.lang.String> values) {
 ensureStoreFileIsMutable();
 super.addAll(values, storeFile_);
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated string store_file = 1;</code>
   */
  public Builder addStoreFileBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureStoreFileIsMutable();
   storeFile_.add(value);
   onChanged();
   return this;
  }
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder addAllStoreFile(
  java.lang.Iterable<java.lang.String> values) {
 ensureStoreFileIsMutable();
 super.addAll(values, storeFile_);
 onChanged();
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder clearStoreFile() {
 storeFile_ = com.facebook.presto.hbase.$internal.com.google.protobuf.LazyStringArrayList.EMPTY;
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder clearStoreFile() {
 storeFile_ = com.google.protobuf.LazyStringArrayList.EMPTY;
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder addAllStoreFile(
  java.lang.Iterable<java.lang.String> values) {
 ensureStoreFileIsMutable();
 super.addAll(values, storeFile_);
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder clearStoreFile() {
 storeFile_ = com.google.protobuf.LazyStringArrayList.EMPTY;
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
/**
origin: apache/hbase

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

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder clearStoreFile() {
 storeFile_ = com.google.protobuf.LazyStringArrayList.EMPTY;
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated string store_file = 1;</code>
 */
public Builder addAllStoreFile(
  java.lang.Iterable<java.lang.String> values) {
 ensureStoreFileIsMutable();
 super.addAll(values, storeFile_);
 onChanged();
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$GetStoreFileResponse$BuilderonChanged

Popular methods of AdminProtos$GetStoreFileResponse$Builder

  • <init>
  • buildPartial
  • create
  • ensureStoreFileIsMutable
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • addAllStoreFile
    repeated string store_file = 1;
  • build
  • build

Popular in Java

  • Making http post requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • getSupportFragmentManager (FragmentActivity)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • 21 Best Atom Packages for 2021
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