|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HLog.Entry | |
|---|---|
| org.apache.hadoop.hbase.protobuf | |
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.replication | Multi Cluster Replication |
| org.apache.hadoop.hbase.replication.regionserver | |
| Uses of HLog.Entry in org.apache.hadoop.hbase.protobuf |
|---|
| Methods in org.apache.hadoop.hbase.protobuf with parameters of type HLog.Entry | |
|---|---|
static Pair<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest,CellScanner> |
ReplicationProtbufUtil.buildReplicateWALEntryRequest(HLog.Entry[] entries)
Create a new ReplicateWALEntryRequest from a list of HLog entries |
static void |
ReplicationProtbufUtil.replicateWALEntry(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin,
HLog.Entry[] entries)
A helper to replicate a list of HLog entries using admin protocol. |
| Uses of HLog.Entry in org.apache.hadoop.hbase.regionserver.wal |
|---|
| Methods in org.apache.hadoop.hbase.regionserver.wal that return HLog.Entry | |
|---|---|
HLog.Entry |
ReaderBase.next()
|
HLog.Entry |
HLog.Reader.next()
|
HLog.Entry |
ReaderBase.next(HLog.Entry reuse)
|
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse)
|
| Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLog.Entry | |
|---|---|
void |
ProtobufLogWriter.append(HLog.Entry entry)
|
void |
HLog.Writer.append(HLog.Entry entry)
|
HLog.Entry |
ReaderBase.next(HLog.Entry reuse)
|
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse)
|
protected abstract boolean |
ReaderBase.readNext(HLog.Entry e)
Read next entry. |
protected boolean |
ProtobufLogReader.readNext(HLog.Entry entry)
|
protected boolean |
SequenceFileLogReader.readNext(HLog.Entry e)
|
| Method parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type HLog.Entry | |
|---|---|
void |
HLog.postAppend(List<HLog.Entry> entries)
For notification post append to the writer. |
void |
WALEditsReplaySink.replayEntries(List<Pair<HRegionLocation,HLog.Entry>> entries)
Replay an array of actions of the same region directly into the newly assigned Region Server |
| Uses of HLog.Entry in org.apache.hadoop.hbase.replication |
|---|
| Methods in org.apache.hadoop.hbase.replication that return HLog.Entry | |
|---|---|
HLog.Entry |
ScopeWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
SystemTableWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
ChainWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
WALEntryFilter.filter(HLog.Entry entry)
Applies the filter, possibly returning a different HLog.Entry instance. |
HLog.Entry |
TableCfWALEntryFilter.filter(HLog.Entry entry)
|
| Methods in org.apache.hadoop.hbase.replication that return types with arguments of type HLog.Entry | |
|---|---|
List<HLog.Entry> |
ReplicationEndpoint.ReplicateContext.getEntries()
|
| Methods in org.apache.hadoop.hbase.replication with parameters of type HLog.Entry | |
|---|---|
HLog.Entry |
ScopeWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
SystemTableWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
ChainWALEntryFilter.filter(HLog.Entry entry)
|
HLog.Entry |
WALEntryFilter.filter(HLog.Entry entry)
Applies the filter, possibly returning a different HLog.Entry instance. |
HLog.Entry |
TableCfWALEntryFilter.filter(HLog.Entry entry)
|
| Method parameters in org.apache.hadoop.hbase.replication with type arguments of type HLog.Entry | |
|---|---|
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setEntries(List<HLog.Entry> entries)
|
| Uses of HLog.Entry in org.apache.hadoop.hbase.replication.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.replication.regionserver that return HLog.Entry | |
|---|---|
HLog.Entry |
ReplicationHLogReaderManager.readNextAndSetPosition()
Get the next entry, returned and also added in the array |
| Method parameters in org.apache.hadoop.hbase.replication.regionserver with type arguments of type HLog.Entry | |
|---|---|
protected boolean |
ReplicationSource.readAllEntriesToReplicateOrNextFile(boolean currentWALisBeingWrittenTo,
List<HLog.Entry> entries)
Read all the entries from the current log files and retain those that need to be replicated. |
protected void |
ReplicationSource.shipEdits(boolean currentWALisBeingWrittenTo,
List<HLog.Entry> entries)
Do the shipping logic |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||