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

How to use
onBuilt
method
in
org.apache.hadoop.hbase.protobuf.generated.AdminProtos$WALEntry$Builder

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated.AdminProtos$WALEntry$Builder.onBuilt (Showing top 4 results out of 315)

origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
  to_bitField0_ |= 0x00000001;
 }
 if (keyBuilder_ == null) {
  result.key_ = key_;
 } else {
  result.key_ = keyBuilder_.build();
 }
 if (((bitField0_ & 0x00000002) == 0x00000002)) {
  keyValueBytes_ = java.util.Collections.unmodifiableList(keyValueBytes_);
  bitField0_ = (bitField0_ & ~0x00000002);
 }
 result.keyValueBytes_ = keyValueBytes_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.associatedCellCount_ = associatedCellCount_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: org.apache.hbase/hbase-protocol

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

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
  to_bitField0_ |= 0x00000001;
 }
 if (keyBuilder_ == null) {
  result.key_ = key_;
 } else {
  result.key_ = keyBuilder_.build();
 }
 if (((bitField0_ & 0x00000002) == 0x00000002)) {
  keyValueBytes_ = java.util.Collections.unmodifiableList(keyValueBytes_);
  bitField0_ = (bitField0_ & ~0x00000002);
 }
 result.keyValueBytes_ = keyValueBytes_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.associatedCellCount_ = associatedCellCount_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: harbby/presto-connectors

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
  to_bitField0_ |= 0x00000001;
 }
 if (keyBuilder_ == null) {
  result.key_ = key_;
 } else {
  result.key_ = keyBuilder_.build();
 }
 if (((bitField0_ & 0x00000002) == 0x00000002)) {
  keyValueBytes_ = java.util.Collections.unmodifiableList(keyValueBytes_);
  bitField0_ = (bitField0_ & ~0x00000002);
 }
 result.keyValueBytes_ = keyValueBytes_;
 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
  to_bitField0_ |= 0x00000002;
 }
 result.associatedCellCount_ = associatedCellCount_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$WALEntry$BuilderonBuilt

Popular methods of AdminProtos$WALEntry$Builder

  • <init>
  • build
  • buildPartial
  • create
  • ensureKeyValueBytesIsMutable
  • getKey
    required .hbase.pb.WALKey key = 1;
  • getKeyFieldBuilder
    required .hbase.pb.WALKey key = 1;
  • getParentForChildren
  • hasKey
    required .hbase.pb.WALKey key = 1;
  • isClean
  • maybeForceBuilderInitialization
  • mergeFrom
  • maybeForceBuilderInitialization,
  • mergeFrom,
  • mergeKey,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onChanged,
  • setAssociatedCellCount,
  • clear,
  • getKeyBuilder

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • putExtra (Intent)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top Vim 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