Uses of Interface
org.apache.directory.server.xdbm.Index

Packages that use Index
org.apache.directory.server.xdbm   
 

Uses of Index in org.apache.directory.server.xdbm
 

Methods in org.apache.directory.server.xdbm that return Index
 Index<java.lang.String,E> Store.getAliasIndex()
           
 Index<java.lang.String,E> Store.getEntryCsnIndex()
           
 Index<byte[],E> Store.getEntryUuidIndex()
           
 Index<java.lang.String,E> Store.getNdnIndex()
           
 Index<java.lang.String,E> Store.getObjectClassIndex()
           
 Index<java.lang.Long,E> Store.getOneAliasIndex()
           
 Index<java.lang.Long,E> Store.getOneLevelIndex()
           
 Index<java.lang.String,E> Store.getPresenceIndex()
           
 Index<java.lang.Long,E> Store.getSubAliasIndex()
           
 Index<java.lang.Long,E> Store.getSubLevelIndex()
           
 Index<?,E> Store.getSystemIndex(java.lang.String id)
          Get the user index associated with the given name
 Index<java.lang.String,E> Store.getUpdnIndex()
           
 Index<?,E> Store.getUserIndex(java.lang.String id)
          Get the user index associated with the given name
 

Methods in org.apache.directory.server.xdbm that return types with arguments of type Index
 java.util.Set<Index<?,E>> Store.getUserIndices()
           
 

Methods in org.apache.directory.server.xdbm with parameters of type Index
 void Store.addIndex(Index<?,E> index)
          Adds a user index to the list of index for this store
 void Store.setAliasIndex(Index<java.lang.String,E> index)
          Set the Alias index
 void Store.setEntryCsnIndex(Index<java.lang.String,E> index)
          Set the EntryCSN index
 void Store.setEntryUuidIndex(Index<byte[],E> index)
          Set the EntryUUID index
 void Store.setNdnIndex(Index<java.lang.String,E> index)
          Set the NDN index
 void Store.setObjectClassIndex(Index<java.lang.String,E> index)
          Set the ObjectClass index
 void Store.setOneAliasIndex(Index<java.lang.Long,E> index)
          Set the OneAlias index
 void Store.setOneLevelIndex(Index<java.lang.Long,E> index)
          Set the OneLevel index
 void Store.setPresenceIndex(Index<java.lang.String,E> index)
          Set the Presence index
 void Store.setSubAliasIndex(Index<java.lang.Long,E> index)
          Set the SubAlias index
 void Store.setSubLevelIndex(Index<java.lang.Long,E> index)
          Set the SubLevel index
 void Store.setUpdnIndex(Index<java.lang.String,E> index)
          Set the UpDn index
 

Method parameters in org.apache.directory.server.xdbm with type arguments of type Index
 void Store.setUserIndices(java.util.Set<Index<?,E>> userIndices)
          Stores the list of user index
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.