Uses of Interface
org.elasticsearch.common.lease.Releasable

Packages that use Releasable
org.elasticsearch.index.deletionpolicy   
org.elasticsearch.index.engine   
org.elasticsearch.index.translog   
org.elasticsearch.index.translog.fs   
org.elasticsearch.search.internal   
 

Uses of Releasable in org.elasticsearch.index.deletionpolicy
 

Classes in org.elasticsearch.index.deletionpolicy that implement Releasable
 class SnapshotIndexCommit
          A snapshot index commit point.
 class SnapshotIndexCommits
          Represents a snapshot view of several commits.
 

Uses of Releasable in org.elasticsearch.index.engine
 

Subinterfaces of Releasable in org.elasticsearch.index.engine
static interface Engine.Searcher
           
 

Classes in org.elasticsearch.index.engine that implement Releasable
static class Engine.SimpleSearcher
           
 

Uses of Releasable in org.elasticsearch.index.translog
 

Subinterfaces of Releasable in org.elasticsearch.index.translog
static interface Translog.Snapshot
          A snapshot of the transaction log, allows to iterate over all the transaction log operations.
 

Uses of Releasable in org.elasticsearch.index.translog.fs
 

Classes in org.elasticsearch.index.translog.fs that implement Releasable
 class FsChannelSnapshot
           
 

Uses of Releasable in org.elasticsearch.search.internal
 

Classes in org.elasticsearch.search.internal that implement Releasable
 class SearchContext
           
 



Copyright © 2009-2012. All Rights Reserved.