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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  28. def setUDFContextSignature(arg0: String): Unit

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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