Uses of Class
com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Packages that use SingleFilterAdapter Package Description com.google.cloud.bigtable.hbase.adapters.filters -
-
Uses of SingleFilterAdapter in com.google.cloud.bigtable.hbase.adapters.filters
Methods in com.google.cloud.bigtable.hbase.adapters.filters that return SingleFilterAdapter Modifier and Type Method and Description protected SingleFilterAdapter<?>
FilterAdapter. getAdapterForFilterOrThrow(Filter filter)
Get the adapter for the given Filter or throw an UnsupportedFilterException if one is not available.
-