Class SimpleNodeStateHolder
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.SimpleNodeStateHolder
-
- All Implemented Interfaces:
NodeStateHolder
public class SimpleNodeStateHolder extends Object implements NodeStateHolder
-
-
Constructor Summary
Constructors Constructor Description SimpleNodeStateHolder(String line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLine()Line here contains the path alsointgetMemorySize()List<String>getPathElements()
-
-
-
Constructor Detail
-
SimpleNodeStateHolder
public SimpleNodeStateHolder(String line)
-
-
Method Detail
-
getPathElements
public List<String> getPathElements()
- Specified by:
getPathElementsin interfaceNodeStateHolder
-
getLine
public String getLine()
Line here contains the path also- Specified by:
getLinein interfaceNodeStateHolder
-
getMemorySize
public int getMemorySize()
- Specified by:
getMemorySizein interfaceNodeStateHolder
-
-