Package

com.signalcollect.triplerush

vertices

Permalink

package vertices

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseVertex[StateType] extends Vertex[Long, StateType, Long, Any]

    Permalink

    Base implementation for all TripleRush vertices.

  2. trait Binding extends IndexVertex[Any]

    Permalink
  3. abstract class CardinalityCountingIndex extends OptimizedIndexVertex

    Permalink
  4. trait Forwarding[StateType] extends AnyRef

    Permalink
  5. abstract class IndexVertex[StateType] extends BaseVertex[StateType]

    Permalink

    This vertex represents part of the TripleRush index.

  6. final class OIndex extends CardinalityCountingIndex with Forwarding[Any]

    Permalink
  7. abstract class OptimizedIndexVertex extends IndexVertex[Any]

    Permalink

    Stores the SplayIntSet with the optimized child deltas in the state.

  8. final class PIndex extends CardinalityCountingIndex with Forwarding[Any]

    Permalink
  9. final class POIndex extends OptimizedIndexVertex with Binding

    Permalink
  10. final class RootIndex extends OptimizedIndexVertex with Forwarding[Any]

    Permalink
  11. final class SIndex extends CardinalityCountingIndex with Forwarding[Any]

    Permalink
  12. final class SOIndex extends SearchableIndexVertex[Nothing, Nothing] with Binding

    Permalink
  13. final class SPIndex extends OptimizedIndexVertex with Binding

    Permalink
  14. abstract class SearchableIndexVertex[SignalType, State] extends IndexVertex[Any]

    Permalink

    Stores the child delta array in the state.

Value Members

  1. package blocking

    Permalink
  2. package query

    Permalink

Ungrouped