Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Method and Description |
---|---|
static WALProtos.BulkLoadDescriptor |
ProtobufUtil.toBulkLoadDescriptor(TableName tableName,
com.google.protobuf.ByteString encodedRegionName,
Map<byte[],List<org.apache.hadoop.fs.Path>> storeFiles,
long bulkloadSeqId)
Generates a marker for the WAL so that we propagate the notion of a bulk region load
throughout the WAL.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<WALProtos.BulkLoadDescriptor> |
WALProtos.BulkLoadDescriptor.PARSER |
Modifier and Type | Method and Description |
---|---|
WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.Builder.build() |
WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.Builder.buildPartial() |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.getDefaultInstance() |
WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.getDefaultInstanceForType() |
WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.Builder.getDefaultInstanceForType() |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseDelimitedFrom(InputStream input) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(byte[] data) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(InputStream input) |
static WALProtos.BulkLoadDescriptor |
WALProtos.BulkLoadDescriptor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WALProtos.BulkLoadDescriptor> |
WALProtos.BulkLoadDescriptor.getParserForType() |
Modifier and Type | Method and Description |
---|---|
WALProtos.BulkLoadDescriptor.Builder |
WALProtos.BulkLoadDescriptor.Builder.mergeFrom(WALProtos.BulkLoadDescriptor other) |
static WALProtos.BulkLoadDescriptor.Builder |
WALProtos.BulkLoadDescriptor.newBuilder(WALProtos.BulkLoadDescriptor prototype) |
Modifier and Type | Method and Description |
---|---|
static WALProtos.BulkLoadDescriptor |
WALEdit.getBulkLoadDescriptor(Cell cell)
Deserialized and returns a BulkLoadDescriptor from the passed in Cell
|
Modifier and Type | Method and Description |
---|---|
static WALEdit |
WALEdit.createBulkLoadEvent(HRegionInfo hri,
WALProtos.BulkLoadDescriptor bulkLoadDescriptor)
Create a bulk loader WALEdit
|
static long |
WALUtil.writeBulkLoadMarkerAndSync(WAL wal,
HTableDescriptor htd,
HRegionInfo info,
WALProtos.BulkLoadDescriptor descriptor,
AtomicLong sequenceId)
Write a log marker that a bulk load has succeeded and is about to be committed.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.