|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HLog.Entry | |
|---|---|
| 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 | |
| Uses of HLog.Entry in org.apache.hadoop.hbase.ipc |
|---|
| Methods in org.apache.hadoop.hbase.ipc with parameters of type HLog.Entry | |
|---|---|
void |
HRegionInterface.replicateLogEntries(HLog.Entry[] entries)
Replicates the given entries. |
| Uses of HLog.Entry in org.apache.hadoop.hbase.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLog.Entry | |
|---|---|
void |
HRegionServer.replicateLogEntries(HLog.Entry[] entries)
|
| 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 |
HLog.Reader.next()
|
HLog.Entry |
SequenceFileLogReader.next()
|
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse)
|
HLog.Entry |
SequenceFileLogReader.next(HLog.Entry reuse)
|
| Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLog.Entry | |
|---|---|
void |
HLog.Writer.append(HLog.Entry entry)
|
void |
SequenceFileLogWriter.append(HLog.Entry entry)
|
HLog.Entry |
HLog.Reader.next(HLog.Entry reuse)
|
HLog.Entry |
SequenceFileLogReader.next(HLog.Entry reuse)
|
| Uses of HLog.Entry in org.apache.hadoop.hbase.replication.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HLog.Entry | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||