Tabnine Logo
AdminProtos$ReplicateWALEntryRequest$Builder.ensureEntryIsMutable
Code IndexAdd Tabnine to your IDE (free)

How to use
ensureEntryIsMutable
method
in
org.apache.hadoop.hbase.protobuf.generated.AdminProtos$ReplicateWALEntryRequest$Builder

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

origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder setEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry value) {
 if (entryBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureEntryIsMutable();
  entry_.set(index, value);
  onChanged();
 } else {
  entryBuilder_.setMessage(index, value);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry value) {
 if (entryBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureEntryIsMutable();
  entry_.add(value);
  onChanged();
 } else {
  entryBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry value) {
 if (entryBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureEntryIsMutable();
  entry_.add(index, value);
  onChanged();
 } else {
  entryBuilder_.addMessage(index, value);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addAllEntry(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> values) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  super.addAll(values, entry_);
  onChanged();
 } else {
  entryBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder setEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.set(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .WALEntry entry = 1;</code>
 */
public Builder addEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder removeEntry(int index) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.remove(index);
  onChanged();
 } else {
  entryBuilder_.remove(index);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addAllEntry(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> values) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  super.addAll(values, entry_);
  onChanged();
 } else {
  entryBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .WALEntry entry = 1;</code>
 */
public Builder removeEntry(int index) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.remove(index);
  onChanged();
 } else {
  entryBuilder_.remove(index);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder setEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.set(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder removeEntry(int index) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.remove(index);
  onChanged();
 } else {
  entryBuilder_.remove(index);
 }
 return this;
}
/**
origin: apache/hbase

 bitField0_ = (bitField0_ & ~0x00000001);
} else {
 ensureEntryIsMutable();
 entry_.addAll(other.entry_);
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addAllEntry(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> values) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  super.addAll(values, entry_);
  onChanged();
 } else {
  entryBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder removeEntry(int index) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.remove(index);
  onChanged();
 } else {
  entryBuilder_.remove(index);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder setEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.set(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.WALEntry entry = 1;</code>
 */
public Builder addEntry(
  int index, org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry.Builder builderForValue) {
 if (entryBuilder_ == null) {
  ensureEntryIsMutable();
  entry_.add(index, builderForValue.build());
  onChanged();
 } else {
  entryBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$ReplicateWALEntryRequest$BuilderensureEntryIsMutable

Popular methods of AdminProtos$ReplicateWALEntryRequest$Builder

  • <init>
  • buildPartial
  • create
  • getEntry
    repeated .hbase.pb.WALEntry entry = 1;
  • getEntryCount
    repeated .hbase.pb.WALEntry entry = 1;
  • getEntryFieldBuilder
  • getParentForChildren
  • isClean
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged,
  • addEntry,
  • build

Popular in Java

  • Finding current android device location
  • putExtra (Intent)
  • getApplicationContext (Context)
  • getResourceAsStream (ClassLoader)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Best IntelliJ 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