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.RegionEventDescriptor |
ProtobufUtil.toRegionEventDescriptor(WALProtos.RegionEventDescriptor.EventType eventType,
HRegionInfo hri,
long seqId,
ServerName server,
Map<byte[],List<org.apache.hadoop.fs.Path>> storeFiles) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
WALProtos.RegionEventDescriptor.PARSER |
Modifier and Type | Method and Description |
---|---|
WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.Builder.build() |
WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.Builder.buildPartial() |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.getDefaultInstance() |
WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.getDefaultInstanceForType() |
WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.Builder.getDefaultInstanceForType() |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseDelimitedFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(byte[] data) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
WALProtos.RegionEventDescriptor.getParserForType() |
Modifier and Type | Method and Description |
---|---|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.mergeFrom(WALProtos.RegionEventDescriptor other) |
static WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.newBuilder(WALProtos.RegionEventDescriptor prototype) |
Modifier and Type | Method and Description |
---|---|
static WALProtos.RegionEventDescriptor |
WALEdit.getRegionEventDescriptor(Cell cell) |
Modifier and Type | Method and Description |
---|---|
static WALEdit |
WALEdit.createRegionEventWALEdit(HRegionInfo hri,
WALProtos.RegionEventDescriptor regionEventDesc) |
static long |
WALUtil.writeRegionEventMarker(WAL log,
HTableDescriptor htd,
HRegionInfo info,
WALProtos.RegionEventDescriptor r,
AtomicLong sequenceId)
Write a region open marker indicating that the region is opened
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.