Tabnine Logo
WALProtos$BulkLoadDescriptor$Builder.build
Code IndexAdd Tabnine to your IDE (free)

How to use
build
method
in
org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos$BulkLoadDescriptor$Builder

Best Java code snippets using org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos$BulkLoadDescriptor$Builder.build (Showing top 6 results out of 315)

origin: apache/hbase

return desc.build();
origin: apache/hbase

    .setBulkloadSeqNum(bld.getBulkloadSeqNum());
newDesc.addAllStores(copiedStoresList);
BulkLoadDescriptor newBulkLoadDescriptor = newDesc.build();
return cellBuilder.clear()
    .setRow(CellUtil.cloneRow(cell))
origin: org.apache.hbase/hbase-client

return desc.build();
origin: com.aliyun.hbase/alihbase-client

return desc.build();
origin: org.apache.hbase/hbase-server

@Test
public void testReplayingBulkLoadEventWithFileAlreadyDeleted() throws IOException {
 // tests replaying bulk load event marker, but the bulk load files have already been compacted
 // from primary and also deleted from the archive directory
 secondaryRegion.replayWALBulkLoadEventMarker(BulkLoadDescriptor.newBuilder()
  .setTableName(ProtobufUtil.toProtoTableName(primaryRegion.getTableDescriptor().getTableName()))
  .setEncodedRegionName(
    UnsafeByteOperations.unsafeWrap(primaryRegion.getRegionInfo().getEncodedNameAsBytes()))
  .setBulkloadSeqNum(Long.MAX_VALUE)
  .addStores(StoreDescriptor.newBuilder()
   .setFamilyName(UnsafeByteOperations.unsafeWrap(families[0]))
   .setStoreHomeDir("/store_home_dir")
   .addStoreFile("/123")
   .build())
  .build());
}
origin: apache/hbase

@Test
public void testReplayingBulkLoadEventWithFileAlreadyDeleted() throws IOException {
 // tests replaying bulk load event marker, but the bulk load files have already been compacted
 // from primary and also deleted from the archive directory
 secondaryRegion.replayWALBulkLoadEventMarker(BulkLoadDescriptor.newBuilder()
  .setTableName(ProtobufUtil.toProtoTableName(primaryRegion.getTableDescriptor().getTableName()))
  .setEncodedRegionName(
    UnsafeByteOperations.unsafeWrap(primaryRegion.getRegionInfo().getEncodedNameAsBytes()))
  .setBulkloadSeqNum(Long.MAX_VALUE)
  .addStores(StoreDescriptor.newBuilder()
   .setFamilyName(UnsafeByteOperations.unsafeWrap(families[0]))
   .setStoreHomeDir("/store_home_dir")
   .addStoreFile("/123")
   .build())
  .build());
}
org.apache.hadoop.hbase.shaded.protobuf.generatedWALProtos$BulkLoadDescriptor$Builderbuild

Popular methods of WALProtos$BulkLoadDescriptor$Builder

  • setBulkloadSeqNum
    required int64 bulkload_seq_num = 4;
  • setEncodedRegionName
    required bytes encoded_region_name = 2;
  • setTableName
    required .hbase.pb.TableName table_name = 1;
  • addStores
    repeated .hbase.pb.StoreDescriptor stores = 3;
  • <init>
  • addAllStores
    repeated .hbase.pb.StoreDescriptor stores = 3;
  • buildPartial
  • ensureStoresIsMutable
  • getParentForChildren
  • getStores
    repeated .hbase.pb.StoreDescriptor stores = 3;
  • getStoresCount
    repeated .hbase.pb.StoreDescriptor stores = 3;
  • getStoresFieldBuilder
  • getStoresCount,
  • getStoresFieldBuilder,
  • getTableName,
  • getTableNameFieldBuilder,
  • hasBulkloadSeqNum,
  • hasEncodedRegionName,
  • hasTableName,
  • isClean,
  • maybeForceBuilderInitialization

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • getSharedPreferences (Context)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • From CI to AI: The AI layer in your organization
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