Tabnine Logo
ZooKeeperProtos$ReplicationPeer$Builder.ensureDataIsMutable
Code IndexAdd Tabnine to your IDE (free)

How to use
ensureDataIsMutable
method
in
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos$ReplicationPeer$Builder

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

origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder setData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
 if (dataBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureDataIsMutable();
  data_.set(index, value);
  onChanged();
 } else {
  dataBuilder_.setMessage(index, value);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
 if (dataBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureDataIsMutable();
  data_.add(value);
  onChanged();
 } else {
  dataBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
 if (dataBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureDataIsMutable();
  data_.add(index, value);
  onChanged();
 } else {
  dataBuilder_.addMessage(index, value);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
 if (dataBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureDataIsMutable();
  data_.add(value);
  onChanged();
 } else {
  dataBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .BytesBytesPair data = 3;</code>
 */
public Builder addData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(index, builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .BytesBytesPair data = 3;</code>
 */
public Builder addData(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addAllData(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  super.addAll(values, data_);
  onChanged();
 } else {
  dataBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .BytesBytesPair data = 3;</code>
 */
public Builder removeData(int index) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.remove(index);
  onChanged();
 } else {
  dataBuilder_.remove(index);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder setData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.set(index, builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(index, builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder removeData(int index) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.remove(index);
  onChanged();
 } else {
  dataBuilder_.remove(index);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder removeData(int index) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.remove(index);
  onChanged();
 } else {
  dataBuilder_.remove(index);
 }
 return this;
}
/**
origin: apache/hbase

 bitField0_ = (bitField0_ & ~0x00000004);
} else {
 ensureDataIsMutable();
 data_.addAll(other.data_);
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addAllData(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  super.addAll(values, data_);
  onChanged();
 } else {
  dataBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder addData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.add(index, builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder removeData(int index) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.remove(index);
  onChanged();
 } else {
  dataBuilder_.remove(index);
 }
 return this;
}
/**
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code>
 */
public Builder setData(
  int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) {
 if (dataBuilder_ == null) {
  ensureDataIsMutable();
  data_.set(index, builderForValue.build());
  onChanged();
 } else {
  dataBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedZooKeeperProtos$ReplicationPeer$BuilderensureDataIsMutable

Popular methods of ZooKeeperProtos$ReplicationPeer$Builder

  • <init>
  • buildPartial
  • create
  • ensureConfigurationIsMutable
  • getConfiguration
    repeated .hbase.pb.NameStringPair configuration = 4;
  • getConfigurationCount
    repeated .hbase.pb.NameStringPair configuration = 4;
  • getConfigurationFieldBuilder
  • getData
    repeated .hbase.pb.BytesBytesPair data = 3;
  • getDataCount
    repeated .hbase.pb.BytesBytesPair data = 3;
  • getDataFieldBuilder
  • getParentForChildren
  • hasClusterkey
    required string clusterkey = 1; clusterkey is the concatenation of the slave cluster's hbase.zooke
  • getParentForChildren,
  • hasClusterkey,
  • isClean,
  • maybeForceBuilderInitialization,
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • getSharedPreferences (Context)
  • putExtra (Intent)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best plugins for Eclipse
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