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.FlushDescriptor |
ProtobufUtil.toFlushDescriptor(WALProtos.FlushDescriptor.FlushAction action,
HRegionInfo hri,
long flushSeqId,
Map<byte[],List<org.apache.hadoop.fs.Path>> committedFiles) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<WALProtos.FlushDescriptor> |
WALProtos.FlushDescriptor.PARSER |
Modifier and Type | Method and Description |
---|---|
WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.Builder.build() |
WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.Builder.buildPartial() |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.getDefaultInstance() |
WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.getDefaultInstanceForType() |
WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.Builder.getDefaultInstanceForType() |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseDelimitedFrom(InputStream input) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(byte[] data) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(InputStream input) |
static WALProtos.FlushDescriptor |
WALProtos.FlushDescriptor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WALProtos.FlushDescriptor> |
WALProtos.FlushDescriptor.getParserForType() |
Modifier and Type | Method and Description |
---|---|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.mergeFrom(WALProtos.FlushDescriptor other) |
static WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.newBuilder(WALProtos.FlushDescriptor prototype) |
Modifier and Type | Method and Description |
---|---|
static WALProtos.FlushDescriptor |
WALEdit.getFlushDescriptor(Cell cell) |
Modifier and Type | Method and Description |
---|---|
static WALEdit |
WALEdit.createFlushWALEdit(HRegionInfo hri,
WALProtos.FlushDescriptor f) |
static long |
WALUtil.writeFlushMarker(WAL log,
HTableDescriptor htd,
HRegionInfo info,
WALProtos.FlushDescriptor f,
AtomicLong sequenceId,
boolean sync)
Write a flush marker indicating a start / abort or a complete of a region flush
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.