Interface RemoteTraverser<T>

    • Method Detail

      • getTags

        default Set<String> getTags()
        Description copied from interface: Traverser.Admin
        Get the tags associated with the traverser. Tags are used to categorize historic behavior of a traverser. The returned set is mutable.
        Specified by:
        getTags in interface Traverser.Admin<T>
        Returns:
        the set of tags associated with the traverser.