Package | Description |
---|---|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
Modifier and Type | Method and Description |
---|---|
static IndexTypeDescriptor |
IndexTypeDescriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexTypeDescriptor[] |
IndexTypeDescriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<IndexTypeDescriptor> |
IndexTypeDescriptor.fromBackendIndexTypes(Set<BackendIndexCfgDefn.IndexType> indexTypes)
Convert the provided
Set<BackendIndexCfgDefn.IndexType> to a
Set<IndexTypeDescriptor> . |
static Set<IndexTypeDescriptor> |
IndexTypeDescriptor.fromLocalDBIndexTypes(Set<LocalDBIndexCfgDefn.IndexType> indexTypes)
Convert the provided
Set<LocalDBIndexCfgDefn.IndexType to a
Set<IndexTypeDescriptor> . |
SortedSet<IndexTypeDescriptor> |
IndexDescriptor.getTypes()
Returns the type of indexes (equality, substring, etc.).
|
Modifier and Type | Method and Description |
---|---|
static Set<BackendIndexCfgDefn.IndexType> |
IndexTypeDescriptor.toBackendIndexTypes(Set<IndexTypeDescriptor> indexTypeDescriptors)
Convert the provided
Set<IndexTypeDescriptor> to a
Set<BackendIndexCfgDefn.IndexType> . |
static Set<LocalDBIndexCfgDefn.IndexType> |
IndexTypeDescriptor.toLocalDBIndexTypes(Set<IndexTypeDescriptor> indexTypeDescriptors)
Convert the provided
Set<IndexTypeDescriptor> to a
Set<LocalDBIndexCfgDefn.IndexType> . |
static Set<BackendIndexCfgDefn.IndexType> |
IndexTypeDescriptor.toNewConfigBackendIndexTypes(Set<IndexTypeDescriptor> indexTypeDescriptors)
Convert the provided
Set<IndexTypeDescriptor> to a
Set<org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType> . |
static Set<LocalDBIndexCfgDefn.IndexType> |
IndexTypeDescriptor.toNewConfigLocalDBIndexTypes(Set<IndexTypeDescriptor> indexTypeDescriptors)
Convert the provided
Set<IndexTypeDescriptor> to a
Set<org.forgerock.opendj.server.config.meta.LocalDBIndexCfgDefn.IndexType> . |
Constructor and Description |
---|
IndexDescriptor(String name,
AttributeType attr,
BackendDescriptor backend,
Set<IndexTypeDescriptor> types,
int entryLimit)
Constructor of the index descriptor.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.