Interface MergeIncrementalStore
-
- All Known Implementing Classes:
MergeIncrementalFlatFileStore,MergeIncrementalTreeStore
public interface MergeIncrementalStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoMerge()StringgetStrategyName()
-
-
-
Method Detail
-
doMerge
void doMerge() throws IOException- Throws:
IOException
-
getStrategyName
String getStrategyName()
-
-