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

How to use
onBuilt
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.onBuilt (Showing top 4 results out of 315)

origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (entryBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   entry_ = java.util.Collections.unmodifiableList(entry_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.entry_ = entry_;
 } else {
  result.entry_ = entryBuilder_.build();
 }
 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
  to_bitField0_ |= 0x00000001;
 }
 result.replicationClusterId_ = replicationClusterId_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.sourceBaseNamespaceDirPath_ = sourceBaseNamespaceDirPath_;
 if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
  to_bitField0_ |= 0x00000004;
 }
 result.sourceHFileArchiveDirPath_ = sourceHFileArchiveDirPath_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: com.aliyun.hbase/alihbase-protocol

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (entryBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   entry_ = java.util.Collections.unmodifiableList(entry_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.entry_ = entry_;
 } else {
  result.entry_ = entryBuilder_.build();
 }
 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
  to_bitField0_ |= 0x00000001;
 }
 result.replicationClusterId_ = replicationClusterId_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.sourceBaseNamespaceDirPath_ = sourceBaseNamespaceDirPath_;
 if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
  to_bitField0_ |= 0x00000004;
 }
 result.sourceHFileArchiveDirPath_ = sourceHFileArchiveDirPath_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: org.apache.hbase/hbase-protocol

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (entryBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   entry_ = java.util.Collections.unmodifiableList(entry_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.entry_ = entry_;
 } else {
  result.entry_ = entryBuilder_.build();
 }
 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
  to_bitField0_ |= 0x00000001;
 }
 result.replicationClusterId_ = replicationClusterId_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.sourceBaseNamespaceDirPath_ = sourceBaseNamespaceDirPath_;
 if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
  to_bitField0_ |= 0x00000004;
 }
 result.sourceHFileArchiveDirPath_ = sourceHFileArchiveDirPath_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: harbby/presto-connectors

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest(this);
 int from_bitField0_ = bitField0_;
 if (entryBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   entry_ = java.util.Collections.unmodifiableList(entry_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.entry_ = entry_;
 } else {
  result.entry_ = entryBuilder_.build();
 }
 onBuilt();
 return result;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$ReplicateWALEntryRequest$BuilderonBuilt

Popular methods of AdminProtos$ReplicateWALEntryRequest$Builder

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

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • onRequestPermissionsResult (Fragment)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JComboBox (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top PhpStorm 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