|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HLogKey in org.apache.hadoop.hbase.coprocessor |
---|
Uses of HLogKey in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type HLogKey | |
---|---|
void |
RegionCoprocessorHost.postWALRestore(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
boolean |
RegionCoprocessorHost.preWALRestore(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
Uses of HLogKey in org.apache.hadoop.hbase.regionserver.wal |
---|
Fields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type HLogKey | |
---|---|
protected Class<? extends HLogKey> |
SequenceFileLogReader.keyClass
|
Methods in org.apache.hadoop.hbase.regionserver.wal that return HLogKey | |
---|---|
HLogKey |
HLog.Entry.getKey()
Gets the key |
protected HLogKey |
HLog.makeKey(byte[] regionName,
byte[] tableName,
long seqnum,
long now,
UUID clusterId)
|
static HLogKey |
HLog.newKey(org.apache.hadoop.conf.Configuration conf)
|
Methods in org.apache.hadoop.hbase.regionserver.wal that return types with arguments of type HLogKey | |
---|---|
static Class<? extends HLogKey> |
HLog.getKeyClass(org.apache.hadoop.conf.Configuration conf)
|
Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLogKey | |
---|---|
void |
HLog.append(HRegionInfo regionInfo,
HLogKey logKey,
WALEdit logEdit,
HTableDescriptor htd)
Append an entry to the log. |
int |
HLogKey.compareTo(HLogKey o)
|
protected void |
HLog.doWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit,
HTableDescriptor htd)
|
void |
WALCoprocessorHost.postWALWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
boolean |
WALCoprocessorHost.preWALWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
void |
WALActionsListener.visitLogEntryBeforeWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
Called before each write. |
void |
WALActionsListener.visitLogEntryBeforeWrite(HTableDescriptor htd,
HLogKey logKey,
WALEdit logEdit)
|
Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type HLogKey | |
---|---|
HLog.Entry(HLogKey key,
WALEdit edit)
Constructor for both params |
Constructor parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type HLogKey | |
---|---|
SequenceFileLogReader(Class<? extends HLogKey> keyClass)
This constructor allows a specific HLogKey implementation to override that which would otherwise be chosen via configuration property. |
|
SequenceFileLogWriter(Class<? extends HLogKey> keyClass)
This constructor allows a specific HLogKey implementation to override that which would otherwise be chosen via configuration property. |
Uses of HLogKey in org.apache.hadoop.hbase.replication.regionserver |
---|
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HLogKey | |
---|---|
void |
Replication.visitLogEntryBeforeWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
void |
Replication.visitLogEntryBeforeWrite(HTableDescriptor htd,
HLogKey logKey,
WALEdit logEdit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |