Package

pegasus.spark.common

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. class BitStringsVectorReader extends VectorReader[BitStrings]

    Permalink
  2. class BitStringsVectorWriter extends VectorWriter[BitStrings]

    Permalink
  3. class BufferedReader[T] extends Iterator[T] with AutoCloseable

    Permalink
  4. class CardinalityReader extends AutoCloseable

    Permalink
  5. class CardinalityWriter extends AutoCloseable

    Permalink
  6. class DirectReader extends Closeable

    Permalink
  7. class DirectWriter extends Closeable

    Permalink
  8. class DoubleExternalGrouper extends ExternalGrouper[Double]

    Permalink
  9. class DoubleFileReader extends FileReader[Double]

    Permalink
  10. class DoubleFileWriter extends FileWriter[Double]

    Permalink
  11. class DoubleVectorReader extends VectorReader[Double]

    Permalink
  12. class DoubleVectorWriter extends VectorWriter[Double]

    Permalink
  13. abstract class ExternalGrouper[T] extends AnyRef

    Permalink
  14. class FileGroupedIterator[T] extends Iterator[(Int, Int, Array[T])] with AutoCloseable

    Permalink
  15. abstract class FileReader[T] extends Iterator[T] with AutoCloseable

    Permalink
  16. abstract class FileWriter[T] extends AutoCloseable

    Permalink
  17. class IntExternalGrouper extends ExternalGrouper[Int]

    Permalink
  18. class IntFileReader extends FileReader[Int]

    Permalink
  19. class IntFileWriter extends FileWriter[Int]

    Permalink
  20. class LocalPaths extends AnyRef

    Permalink
  21. class Long2IntOpenHashMapVectorReader extends VectorReader[Long2IntOpenHashMap]

    Permalink
  22. class Long2IntOpenHashMapVectorWriter extends VectorWriter[Long2IntOpenHashMap]

    Permalink
  23. class LongDoubleExternalGrouper extends ExternalGrouper[(Long, Double)]

    Permalink
  24. class LongDoublePairReader extends FileReader[(Long, Double)]

    Permalink
  25. class LongDoublePairWriter extends FileWriter[(Long, Double)]

    Permalink
  26. class LongExternalGrouper extends ExternalGrouper[Long]

    Permalink
  27. class LongFileReader extends FileReader[Long]

    Permalink
  28. class LongFileWriter extends FileWriter[Long]

    Permalink
  29. class LongIteratorFromDirectInput extends Iterator[Long]

    Permalink

    Created by hmpark on 17.

    Created by hmpark on 17. 6. 9.

  30. class LongPairWritable extends WritableComparable[LongPairWritable]

    Permalink
  31. class LongVectorReader extends VectorReader[Long]

    Permalink
  32. class LongVectorWriter extends VectorWriter[Long]

    Permalink
  33. abstract class MatrixReader[T] extends AutoCloseable

    Permalink
  34. abstract class MatrixWriter[T] extends AutoCloseable

    Permalink
  35. class MemoryGroupedIterator[T] extends Iterator[(Int, Int, Array[T])]

    Permalink
  36. class UnitVectorReader extends VectorReader[Unit]

    Permalink
  37. class UnitVectorWriter extends VectorWriter[Unit]

    Permalink
  38. class UnweightedMatrixReader extends MatrixReader[Int]

    Permalink
  39. class UnweightedMatrixWriter extends MatrixWriter[Int]

    Permalink
  40. abstract class VectorReader[T] extends AutoCloseable

    Permalink
  41. abstract class VectorWriter[T] extends AutoCloseable

    Permalink
  42. class WeightedMatrixReader extends MatrixReader[(Int, Double)]

    Permalink
  43. class WeightedMatrixWriter extends MatrixWriter[(Int, Double)]

    Permalink

Value Members

  1. object ExternalSorter

    Permalink

    Created by hmpark on 17.

    Created by hmpark on 17. 6. 8. !IMPORTANT! ExternalSorter does not support simultaneous (multicore) running.

Ungrouped