|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<LocalDBVLVIndexCfgClient,LocalDBVLVIndexCfg>
org.opends.server.admin.std.meta.LocalDBVLVIndexCfgDefn
public final class LocalDBVLVIndexCfgDefn
An interface for querying the Local DB VLV Index managed object definition meta information.
Local DB VLV Indexes are used to store information about a specific search request that makes it possible to efficiently process them using the VLV control.
Nested Class Summary | |
---|---|
static class |
LocalDBVLVIndexCfgDefn.Scope
Defines the set of permissable values for the "scope" property. |
Method Summary | |
---|---|
LocalDBVLVIndexCfgClient |
createClientConfiguration(ManagedObject<? extends LocalDBVLVIndexCfgClient> impl)
Creates a client configuration view of the provided managed object. |
LocalDBVLVIndexCfg |
createServerConfiguration(ServerManagedObject<? extends LocalDBVLVIndexCfg> impl)
Creates a server configuration view of the provided server managed object. |
DNPropertyDefinition |
getBaseDNPropertyDefinition()
Get the "base-dn" property definition. |
StringPropertyDefinition |
getFilterPropertyDefinition()
Get the "filter" property definition. |
static LocalDBVLVIndexCfgDefn |
getInstance()
Get the Local DB VLV Index configuration definition singleton. |
IntegerPropertyDefinition |
getMaxBlockSizePropertyDefinition()
Get the "max-block-size" property definition. |
StringPropertyDefinition |
getNamePropertyDefinition()
Get the "name" property definition. |
EnumPropertyDefinition<LocalDBVLVIndexCfgDefn.Scope> |
getScopePropertyDefinition()
Get the "scope" property definition. |
java.lang.Class<LocalDBVLVIndexCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
StringPropertyDefinition |
getSortOrderPropertyDefinition()
Get the "sort-order" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static LocalDBVLVIndexCfgDefn getInstance()
public LocalDBVLVIndexCfgClient createClientConfiguration(ManagedObject<? extends LocalDBVLVIndexCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<LocalDBVLVIndexCfgClient,LocalDBVLVIndexCfg>
impl
- The managed object.
public LocalDBVLVIndexCfg createServerConfiguration(ServerManagedObject<? extends LocalDBVLVIndexCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<LocalDBVLVIndexCfgClient,LocalDBVLVIndexCfg>
impl
- The server managed object.
public java.lang.Class<LocalDBVLVIndexCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<LocalDBVLVIndexCfgClient,LocalDBVLVIndexCfg>
public DNPropertyDefinition getBaseDNPropertyDefinition()
Specifies the base DN used in the search query that is being indexed.
public StringPropertyDefinition getFilterPropertyDefinition()
Specifies the LDAP filter used in the query that is being indexed.
public IntegerPropertyDefinition getMaxBlockSizePropertyDefinition()
Specifies the number of entry IDs to store in a single sorted set before it must be split.
public StringPropertyDefinition getNamePropertyDefinition()
Specifies a unique name for this VLV index.
public EnumPropertyDefinition<LocalDBVLVIndexCfgDefn.Scope> getScopePropertyDefinition()
Specifies the LDAP scope of the query that is being indexed.
public StringPropertyDefinition getSortOrderPropertyDefinition()
Specifies the names of the attributes that are used to sort the entries for the query being indexed.
Multiple attributes can be used to determine the sort order by listing the attribute names from highest to lowest precedence. Optionally, + or - can be prefixed to the attribute name to sort the attribute in ascending order or descending order respectively.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |