Package org.apache.hadoop.hbase.wal
Class WALEditInternalHelper
java.lang.Object
org.apache.hadoop.hbase.wal.WALEditInternalHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addExtendedCell
(WALEdit edit, List<ExtendedCell> cells) static WALEdit
addExtendedCell
(WALEdit edit, ExtendedCell cell) static void
addMap
(WALEdit edit, Map<byte[], List<ExtendedCell>> familyMap) static List<ExtendedCell>
getExtendedCells
(WALEdit edit) static void
setExtendedCells
(WALEdit edit, ArrayList<ExtendedCell> cells)
-
Constructor Details
-
WALEditInternalHelper
private WALEditInternalHelper()
-
-
Method Details
-
addExtendedCell
-
addExtendedCell
-
addMap
-
setExtendedCells
-
getExtendedCells
-