Interface DataRegion.SettleTsFileCallBack
-
- Enclosing class:
- DataRegion
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface DataRegion.SettleTsFileCallBack
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(TsFileResource oldTsFileResource, java.util.List<TsFileResource> newTsFileResources)
-
-
-
Method Detail
-
call
void call(TsFileResource oldTsFileResource, java.util.List<TsFileResource> newTsFileResources) throws WriteProcessException
- Throws:
WriteProcessException
-
-