Class AbstractRemoteTraverser<T>

    • Constructor Detail

      • AbstractRemoteTraverser

        public AbstractRemoteTraverser​(T t,
                                       long bulk)
    • Method Detail

      • bulk

        public long bulk()
        Description copied from interface: Traverser
        A traverser may represent a grouping of traversers to allow for more efficient data propagation.
        Specified by:
        bulk in interface Traverser<T>
        Overrides:
        bulk in class AbstractTraverser<T>
        Returns:
        the number of traversers represented in this traverser.