Packages

final class TimestampOffsetBySlice extends Offset

Timestamp-based offset by slice.

API May Change

Source
Offset.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimestampOffsetBySlice
  2. Offset
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    TimestampOffsetBySlice → AnyRef → Any
  2. def getOffset(slice: Int): Optional[TimestampOffset]

    Java API

  3. def getOffsets(): Map[Integer, TimestampOffset]

    Java API

  4. def hashCode(): Int
    Definition Classes
    TimestampOffsetBySlice → AnyRef → Any
  5. def offset(slice: Int): Option[TimestampOffset]
  6. val offsets: Map[Int, TimestampOffset]
  7. def toString(): String
    Definition Classes
    TimestampOffsetBySlice → AnyRef → Any