| Modifier and Type | Method and Description |
|---|---|
static WALKeyImpl |
WALUtil.writeRegionEventMarker(WAL wal,
NavigableMap<byte[],Integer> replicationScope,
RegionInfo hri,
WALProtos.RegionEventDescriptor r,
MultiVersionConcurrencyControl mvcc)
Write a region open marker indicating that the region is opened.
|
| Modifier and Type | Method and Description |
|---|---|
static WALProtos.RegionEventDescriptor |
ProtobufUtil.toRegionEventDescriptor(WALProtos.RegionEventDescriptor.EventType eventType,
byte[] tableNameAsBytes,
byte[] encodedNameAsBytes,
byte[] regionNameAsBytes,
long seqId,
ServerName server,
Map<byte[],List<org.apache.hadoop.fs.Path>> storeFiles) |
static WALProtos.RegionEventDescriptor |
ProtobufUtil.toRegionEventDescriptor(WALProtos.RegionEventDescriptor.EventType eventType,
RegionInfo hri,
long seqId,
ServerName server,
Map<byte[],List<org.apache.hadoop.fs.Path>> storeFiles) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
WALProtos.RegionEventDescriptor.PARSER
Deprecated.
|
| 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,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(byte[] data) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(ByteBuffer data) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
WALProtos.RegionEventDescriptor.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
WALProtos.RegionEventDescriptor.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
WALProtos.RegionEventDescriptor.parser() |
| 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(RegionInfo hri,
WALProtos.RegionEventDescriptor regionEventDesc) |
Copyright © 2007–2019 Cloudera. All rights reserved.