public interface Distributor
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.store.Directory[] |
all()
Returns all directories
|
org.apache.lucene.store.Directory |
any()
Selects one of the directories based on distribution strategy
|
org.apache.lucene.store.Directory |
primary()
Returns primary directory (typically first directory in the list)
|
org.apache.lucene.store.Directory primary()
org.apache.lucene.store.Directory[] all()
org.apache.lucene.store.Directory any()
Copyright © 2009–2015. All rights reserved.