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 useIndexStoreSortStrategy
orIncrementalIndexStoreSortStrategy
instead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description File
createSortedStoreFile()
Deprecated.long
getEntryCount()
Deprecated.
-
-
-
Method Detail
-
createSortedStoreFile
File createSortedStoreFile() throws IOException, CompositeException
Deprecated.- Throws:
IOException
CompositeException
-
getEntryCount
long getEntryCount()
Deprecated.
-
-