Uses of Class
org.apache.directory.server.core.changelog.Tag

Packages that use Tag
org.apache.directory.server.core.changelog   
 

Uses of Tag in org.apache.directory.server.core.changelog
 

Methods in org.apache.directory.server.core.changelog that return Tag
 Tag ChangeLog.getLatest()
           
 Tag TaggableChangeLogStore.getLatest()
          Gets the latest tag if one was at all taken.
 Tag TagSearchEngine.lookup(long revision)
          Gets the tag for a specific snapshot if that snapshot exists.
 Tag TaggableChangeLogStore.removeTag(long revision)
          Removes a Tag created for a given revision.
 Tag ChangeLog.tag()
          Creates a snapshot of the server at the current revision.
 Tag TaggableChangeLogStore.tag()
          Creates a snapshot of the server at the current revision.
 Tag ChangeLog.tag(long revision)
          Creates a tag for a snapshot of the server in a specific state at a revision.
 Tag TaggableChangeLogStore.tag(long revision)
          Creates a tag for a snapshot of the server in a specific state at a revision.
 Tag ChangeLog.tag(long revision, java.lang.String description)
          Creates a tag for a snapshot of the server in a specific state at a revision.
 Tag TaggableChangeLogStore.tag(long revision, java.lang.String descrition)
          Creates a tag with the given description for a snapshot of the server in a specific state at a revision.
 Tag ChangeLog.tag(java.lang.String description)
          Creates a snapshot of the server at the current revision.
 Tag TaggableChangeLogStore.tag(java.lang.String description)
          Creates a snapshot of the server at the current revision with a description of the snapshot tag.
 

Methods in org.apache.directory.server.core.changelog that return types with arguments of type Tag
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.find(RevisionOrder order)
          Finds all the snapshot tags taken since revision 0 until the current revision.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds all the snapshot tags taken after a specific revision.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds all the snapshot tags taken before a specific revision.
 



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