Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined.NodeStateEntryBatch
-
Packages that use NodeStateEntryBatch Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined -
-
Uses of NodeStateEntryBatch in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined that return NodeStateEntryBatch Modifier and Type Method Description static NodeStateEntryBatchNodeStateEntryBatch. createNodeStateEntryBatch(int bufferSizeBytes, int maxNumEntries)Constructor parameters in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with type arguments of type NodeStateEntryBatch Constructor Description PipelinedTreeStoreTask(TreeStore treeStore, ArrayBlockingQueue<NodeStateEntryBatch> emptyBuffersQueue, ArrayBlockingQueue<NodeStateEntryBatch> nonEmptyBuffersQueue, StatisticsProvider statisticsProvider, IndexingReporter reporter)
-