edu.cmu.graphchi.hadoop

PigGraphChiBase

abstract class PigGraphChiBase extends LoadFunc with LoadMetadata

Linear Supertypes
LoadMetadata, LoadFunc, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PigGraphChiBase
  2. LoadMetadata
  3. LoadFunc
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PigGraphChiBase()

    Attributes
    protected[edu.cmu.graphchi.hadoop]

Abstract Value Members

  1. abstract def createSharder(graphName: String, numShards: Int): FastSharder

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  2. abstract def getNextResult(tupleFactory: TupleFactory): Tuple

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  3. abstract def getNumShards(): Int

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  4. abstract def getSchemaString(): String

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  5. abstract def runGraphChi(): Unit

    Attributes
    protected[edu.cmu.graphchi.hadoop]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getGraphName(): String

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  13. def getInputFormat(): InputFormat

    Definition Classes
    PigGraphChiBase → LoadFunc
  14. def getLoadCaster(): LoadCaster

    Definition Classes
    LoadFunc
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def getNext(): Tuple

    Definition Classes
    PigGraphChiBase → LoadFunc
  16. def getPartitionKeys(s: String, job: Job): Array[String]

    Definition Classes
    PigGraphChiBase → LoadMetadata
  17. def getSchema(str: String, job: Job): ResourceSchema

    Definition Classes
    PigGraphChiBase → LoadMetadata
  18. def getStatistics(s: String, job: Job): ResourceStatistics

    Definition Classes
    PigGraphChiBase → LoadMetadata
  19. def getStatusString(): String

    Attributes
    protected[edu.cmu.graphchi.hadoop]
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def prepareToRead(recordReader: RecordReader, pigSplit: PigSplit): Unit

    Definition Classes
    PigGraphChiBase → LoadFunc
  26. def relativeToAbsolutePath(arg0: String, arg1: Path): String

    Definition Classes
    LoadFunc
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def setLocation(location: String, job: Job): Unit

    Definition Classes
    PigGraphChiBase → LoadFunc
  28. def setPartitionFilter(expression: Expression): Unit

    Definition Classes
    PigGraphChiBase → LoadMetadata
  29. def setStatusString(status: String): Unit

  30. def setUDFContextSignature(arg0: String): Unit

    Definition Classes
    LoadFunc
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def warn(arg0: String, arg1: Enum[?0] forSome {type ?0 <: Enum[?0]}): Unit

    Definition Classes
    LoadFunc

Inherited from LoadMetadata

Inherited from LoadFunc

Inherited from AnyRef

Inherited from Any

Ungrouped