Interface SortStrategy
-
- All Known Subinterfaces:
IncrementalIndexStoreSortStrategy,IndexStoreSortStrategy
- All Known Implementing Classes:
IncrementalFlatFileStoreStrategy,IndexStoreSortStrategyBase,PipelinedStrategy,PipelinedTreeStoreStrategy
@Deprecated public interface SortStrategy
Deprecated.depending on what type of store it is useIndexStoreSortStrategyorIncrementalIndexStoreSortStrategyinstead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FilecreateSortedStoreFile()Deprecated.longgetEntryCount()Deprecated.
-
-
-
Method Detail
-
createSortedStoreFile
File createSortedStoreFile() throws IOException, CompositeException
Deprecated.- Throws:
IOExceptionCompositeException
-
getEntryCount
long getEntryCount()
Deprecated.
-
-