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 MemoryChangeLogStore.getLatest()
           
 Tag ChangeLog.getLatest()
           
 Tag DefaultChangeLog.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 MemoryChangeLogStore.removeTag(long revision)
           
 Tag TaggableChangeLogStore.removeTag(long revision)
          Removes a Tag created for a given revision.
 Tag MemoryChangeLogStore.tag()
           
 Tag ChangeLog.tag()
          Creates a snapshot of the server at the current revision.
 Tag DefaultChangeLog.tag()
           
 Tag TaggableChangeLogStore.tag()
          Creates a snapshot of the server at the current revision.
 Tag MemoryChangeLogStore.tag(long revision)
           
 Tag ChangeLog.tag(long revision)
          Creates a tag for a snapshot of the server in a specific state at a revision.
 Tag DefaultChangeLog.tag(long revision)
           
 Tag TaggableChangeLogStore.tag(long revision)
          Creates a tag for a snapshot of the server in a specific state at a revision.
 Tag MemoryChangeLogStore.tag(long revision, java.lang.String descrition)
           
 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 DefaultChangeLog.tag(long revision, java.lang.String description)
           
 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 MemoryChangeLogStore.tag(java.lang.String description)
           
 Tag ChangeLog.tag(java.lang.String description)
          Creates a snapshot of the server at the current revision.
 Tag DefaultChangeLog.tag(java.lang.String description)
           
 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
 Cursor<Tag> TagSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
 Cursor<Tag> TagSearchEngine.find(RevisionOrder order)
          Finds all the snapshot tags taken since revision 0 until the current revision.
 Cursor<Tag> TagSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds all the snapshot tags taken after a specific revision.
 Cursor<Tag> TagSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds all the snapshot tags taken before a specific revision.
 



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