|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.coprocessor |
---|
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type AdminProtos.WALEntry | |
---|---|
void |
BaseRegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
void |
RegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
This will be called after executing replication request to shipping log entries. |
void |
BaseRegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
void |
RegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
This will be called before executing replication request to shipping log entries. |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type AdminProtos.WALEntry | |
---|---|
static com.google.protobuf.Parser<AdminProtos.WALEntry> |
AdminProtos.WALEntry.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return AdminProtos.WALEntry | |
---|---|
AdminProtos.WALEntry |
AdminProtos.WALEntry.Builder.build()
|
AdminProtos.WALEntry |
AdminProtos.WALEntry.Builder.buildPartial()
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.getDefaultInstance()
|
AdminProtos.WALEntry |
AdminProtos.WALEntry.getDefaultInstanceForType()
|
AdminProtos.WALEntry |
AdminProtos.WALEntry.Builder.getDefaultInstanceForType()
|
AdminProtos.WALEntry |
AdminProtos.ReplicateWALEntryRequestOrBuilder.getEntry(int index)
repeated .WALEntry entry = 1; |
AdminProtos.WALEntry |
AdminProtos.ReplicateWALEntryRequest.getEntry(int index)
repeated .WALEntry entry = 1; |
AdminProtos.WALEntry |
AdminProtos.ReplicateWALEntryRequest.Builder.getEntry(int index)
repeated .WALEntry entry = 1; |
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseDelimitedFrom(InputStream input)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(byte[] data)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(com.google.protobuf.ByteString data)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(com.google.protobuf.CodedInputStream input)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(InputStream input)
|
static AdminProtos.WALEntry |
AdminProtos.WALEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type AdminProtos.WALEntry | |
---|---|
List<AdminProtos.WALEntry> |
AdminProtos.ReplicateWALEntryRequestOrBuilder.getEntryList()
repeated .WALEntry entry = 1; |
List<AdminProtos.WALEntry> |
AdminProtos.ReplicateWALEntryRequest.getEntryList()
repeated .WALEntry entry = 1; |
List<AdminProtos.WALEntry> |
AdminProtos.ReplicateWALEntryRequest.Builder.getEntryList()
repeated .WALEntry entry = 1; |
com.google.protobuf.Parser<AdminProtos.WALEntry> |
AdminProtos.WALEntry.getParserForType()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AdminProtos.WALEntry | |
---|---|
AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.Builder.addEntry(AdminProtos.WALEntry value)
repeated .WALEntry entry = 1; |
AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.Builder.addEntry(int index,
AdminProtos.WALEntry value)
repeated .WALEntry entry = 1; |
AdminProtos.WALEntry.Builder |
AdminProtos.WALEntry.Builder.mergeFrom(AdminProtos.WALEntry other)
|
static AdminProtos.WALEntry.Builder |
AdminProtos.WALEntry.newBuilder(AdminProtos.WALEntry prototype)
|
AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.Builder.setEntry(int index,
AdminProtos.WALEntry value)
repeated .WALEntry entry = 1; |
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type AdminProtos.WALEntry | |
---|---|
AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.Builder.addAllEntry(Iterable<? extends AdminProtos.WALEntry> values)
repeated .WALEntry entry = 1; |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.regionserver |
---|
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type AdminProtos.WALEntry | |
---|---|
void |
RegionServerCoprocessorHost.postReplicateLogEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
void |
RegionServerCoprocessorHost.preReplicateLogEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
void |
ReplicationSinkService.replicateLogEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
Carry on the list of log entries down to the sink |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.regionserver.wal |
---|
Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type AdminProtos.WALEntry | |
---|---|
static List<HLogSplitter.MutationReplay> |
HLogSplitter.getMutationsFromWALEntry(AdminProtos.WALEntry entry,
CellScanner cells,
Pair<HLogKey,WALEdit> logEntry,
boolean addLogReplayTag)
This function is used to construct mutations from a WALEntry. |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.replication.regionserver |
---|
Method parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type AdminProtos.WALEntry | |
---|---|
void |
ReplicationSink.replicateEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
Replicate this array of entries directly into the local cluster using the native client. |
void |
Replication.replicateLogEntries(List<AdminProtos.WALEntry> entries,
CellScanner cells)
Carry on the list of log entries down to the sink |
Uses of AdminProtos.WALEntry in org.apache.hadoop.hbase.security.access |
---|
Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type AdminProtos.WALEntry | |
---|---|
void |
AccessController.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
void |
AccessController.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx,
List<AdminProtos.WALEntry> entries,
CellScanner cells)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |