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 String
getLine()
Line here contains the path alsoint
getMemorySize()
List<String>
getPathElements()
-
-
-
Constructor Detail
-
SimpleNodeStateHolder
public SimpleNodeStateHolder(String line)
-
-
Method Detail
-
getPathElements
public List<String> getPathElements()
- Specified by:
getPathElements
in interfaceNodeStateHolder
-
getLine
public String getLine()
Line here contains the path also- Specified by:
getLine
in interfaceNodeStateHolder
-
getMemorySize
public int getMemorySize()
- Specified by:
getMemorySize
in interfaceNodeStateHolder
-
-