org.elasticsearch.common.blobstore
Interface BlobContainer.BlobNameFilter

Enclosing interface:
BlobContainer

public static interface BlobContainer.BlobNameFilter


Method Summary
 boolean accept(String blobName)
          Return false if the blob should be filtered.
 

Method Detail

accept

boolean accept(String blobName)
Return false if the blob should be filtered.



Copyright © 2009-2012. All Rights Reserved.