Uses of Interface
org.elasticsearch.index.store.Store.OnClose
-
Packages that use Store.OnClose Package Description org.elasticsearch.index.store -
-
Uses of Store.OnClose in org.elasticsearch.index.store
Fields in org.elasticsearch.index.store declared as Store.OnClose Modifier and Type Field Description static Store.OnCloseStore.OnClose. EMPTYConstructors in org.elasticsearch.index.store with parameters of type Store.OnClose Constructor Description Store(ShardId shardId, IndexSettings indexSettings, Directory directory, ShardLock shardLock, Store.OnClose onClose)
-