com.google.cloud.bigtable.hbase.adapters.filters
Interface FilterAdapterContext.ContextCloseable
-
- All Superinterfaces:
- AutoCloseable
- Enclosing class:
- FilterAdapterContext
public static interface FilterAdapterContext.ContextCloseable extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-