Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Method and Description |
---|---|
void |
HRegionInterface.replicateLogEntries(HLog.Entry[] entries)
Replicates the given entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSinkService.replicateLogEntries(HLog.Entry[] entries)
Carry on the list of log entries down to the sink
|
void |
HRegionServer.replicateLogEntries(HLog.Entry[] entries) |
Modifier and Type | Method and Description |
---|---|
HLog.Entry |
SequenceFileLogReader.next() |
HLog.Entry |
HLog.Reader.next() |
HLog.Entry |
SequenceFileLogReader.next(HLog.Entry reuse) |
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse) |
Modifier and Type | Method and Description |
---|---|
void |
HLog.Writer.append(HLog.Entry entry) |
void |
SequenceFileLogWriter.append(HLog.Entry entry) |
HLog.Entry |
SequenceFileLogReader.next(HLog.Entry reuse) |
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse) |
Modifier and Type | Method and Description |
---|---|
HLog.Entry |
ReplicationHLogReaderManager.readNextAndSetPosition()
Get the next entry, returned and also added in the array
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSink.replicateEntries(HLog.Entry[] entries)
Replicate this array of entries directly into the local cluster
using the native client.
|
void |
Replication.replicateLogEntries(HLog.Entry[] entries)
Carry on the list of log entries down to the sink
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.