@Immutable public class RepositoryConfiguration.Indexes extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryConfiguration.Indexes(Document indexes) |
Modifier and Type | Method and Description |
---|---|
Document |
getIndex(String name)
Get the document representing the single named index definition.
|
Set<String> |
getIndexNames()
Get the names of the indexes defined in this configuration.
|
boolean |
isEmpty()
Determine whether there are indexes defined in this configuration.
|
protected RepositoryConfiguration.Indexes(Document indexes)
public boolean isEmpty()
public Set<String> getIndexNames()
getIndex(String)
public Document getIndex(String name)
name
- the index namegetIndexNames()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.