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