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