Class RegionReplicationSink.SinkEntry
java.lang.Object
org.apache.hadoop.hbase.regionserver.regionreplication.RegionReplicationSink.SinkEntry
- Enclosing class:
- RegionReplicationSink
-
Field Summary
Modifier and TypeFieldDescription(package private) final WALEdit
(package private) final WALKeyImpl
(package private) final ServerCall<?>
(package private) final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
Should be called regardless of the result of the replicating operation.
-
Field Details
-
key
-
edit
-
rpcCall
-
size
-
-
Constructor Details
-
SinkEntry
SinkEntry(WALKeyImpl key, WALEdit edit, ServerCall<?> rpcCall)
-
-
Method Details
-
replicated
void replicated()Should be called regardless of the result of the replicating operation. Unless you still want to reuse this entry, otherwise you must call this method to release the possible off heap memories.
-