com.twitter

collection

package collection

Visibility
  1. Public
  2. All

Type Members

  1. class BucketGenerationalQueue[A] extends GenerationalQueue[A]

    Improved GenerationalQueue: using a list of buckets responsible for containing elements belonging to a slice of time.

  2. class ExactGenerationalQueue[A] extends GenerationalQueue[A]

    Generational Queue keep track of elements based on their last activity.

  3. trait GenerationalQueue[A] extends AnyRef

  4. final class RecordSchema extends AnyRef

    RecordSchema represents the declaration of a heterogeneous Record type, with Fields that are determined at runtime.

Ungrouped