Uses of Class
org.elasticsearch.common.inject.name.Named

Packages that use Named
org.elasticsearch.common.inject.name Support for binding to string-based names. 
org.elasticsearch.index.deletionpolicy   
 

Uses of Named in org.elasticsearch.common.inject.name
 

Methods in org.elasticsearch.common.inject.name that return Named
static Named Names.named(String name)
          Creates a Named annotation with name as the value.
 

Uses of Named in org.elasticsearch.index.deletionpolicy
 

Constructor parameters in org.elasticsearch.index.deletionpolicy with annotations of type Named
SnapshotDeletionPolicy(org.apache.lucene.index.IndexDeletionPolicy primary)
          Constructs a new snapshot deletion policy that wraps the provided deletion policy.
 



Copyright © 2009-2012. All Rights Reserved.