Object

com.github.sadikovi.spark.netflow.index

StatisticsUtils

Related Doc: package index

Permalink

object StatisticsUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StatisticsUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_CHARSET: String

    Permalink
  5. val INITIAL_STATE_SIZE: Int

    Permalink
  6. val MAGIC_1: Short

    Permalink
  7. val MAGIC_2: Short

    Permalink
  8. val TYPE_COUNT: Byte

    Permalink
  9. val TYPE_MINMAX: Byte

    Permalink
  10. val TYPE_SET: Byte

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getBytes(clazz: Class[_]): Byte

    Permalink

    Get number of bytes for class, only supports numeric classes and strings for now

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getClassTag(numBytes: Byte): Class[_]

    Permalink

    Get class based on number of bytes

  19. def getEndianness(index: Byte): ByteOrder

    Permalink

    Convert byte into endianness

  20. def getEndiannessIndex(endianness: ByteOrder): Byte

    Permalink

    Convert endianness into byte

  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def javaToScala(clazz: Class[_]): Class[_]

    Permalink

    Convert java class to closely matched scala class, otherwise return itself

  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def readValue(buffer: ByteBuf, clazz: Class[_]): Any

    Permalink

    Read value based on provided class

  28. def softCompare(clazz1: Class[_], clazz2: Class[_]): Boolean

    Permalink

    Compare classes and return true, if both classes match either directly or with conversion, otherwise false

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withBytes(buffer: ByteBuf, numBytes: Int)(func: (ByteBuf) ⇒ Unit): Unit

    Permalink

    Write bytes and verify number of bytes written

  35. def writeValue(buffer: ByteBuf, value: Any, clazz: Class[_]): Unit

    Permalink

    Write value based on a provided class

Inherited from AnyRef

Inherited from Any

Ungrouped