Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated |
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 | Method and Description |
---|---|
WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptorOrBuilder.getAction()
required .FlushDescriptor.FlushAction action = 1; |
WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptor.getAction()
required .FlushDescriptor.FlushAction action = 1; |
WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptor.Builder.getAction()
required .FlushDescriptor.FlushAction action = 1; |
static WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptor.FlushAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptor.FlushAction.valueOf(int value) |
static WALProtos.FlushDescriptor.FlushAction |
WALProtos.FlushDescriptor.FlushAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WALProtos.FlushDescriptor.FlushAction[] |
WALProtos.FlushDescriptor.FlushAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<WALProtos.FlushDescriptor.FlushAction> |
WALProtos.FlushDescriptor.FlushAction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setAction(WALProtos.FlushDescriptor.FlushAction value)
required .FlushDescriptor.FlushAction action = 1; |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.