Uses of Interface
org.apache.storm.blobstore.KeyFilter
-
Packages that use KeyFilter Package Description org.apache.storm.blobstore -
-
Uses of KeyFilter in org.apache.storm.blobstore
Methods in org.apache.storm.blobstore with parameters of type KeyFilter Modifier and Type Method Description <R> Set<R>
BlobStore. filterAndListKeys(KeyFilter<R> filter)
Filters keys based on the KeyFilter passed as the argument.
-