Package

edu.drexel.cs.dbgroup

portal

Permalink

package portal

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. portal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Always() extends Quantification with Product with Serializable

    Permalink
  2. case class AtLeast(ratio: Double) extends Quantification with Product with Serializable

    Permalink
  3. case class ChangeSpec(num: Integer) extends WindowSpecification with Product with Serializable

    Permalink
  4. type EdgeId = Long

    Permalink

    Unique Identifier for an Edge

  5. case class Exists() extends Quantification with Product with Serializable

    Permalink
  6. class Interval extends Serializable

    Permalink

    Time period with a closed-open model, i.e.

    Time period with a closed-open model, i.e. [start, end) A time period where start=end is null/empty.

  7. case class Most() extends Quantification with Product with Serializable

    Permalink
  8. trait Quantification extends Serializable

    Permalink
  9. class Resolution extends WindowSpecification

    Permalink

    Resolution of a time period, in semantic units, i.e.

    Resolution of a time period, in semantic units, i.e. days, months, weeks, years

  10. type StructureOnlyAttr = Boolean

    Permalink

    Attribute of graphs when there are no attributes.

    Attribute of graphs when there are no attributes. Picked boolean because it is very small in memory

  11. case class TEdge[ED](eId: EdgeId = 0, srcId: VertexId = 0, dstId: VertexId = 0, interval: Interval = Interval.empty, attr: ED = null.asInstanceOf[ED]) extends Serializable with Product

    Permalink

    Created by mtg5014 on 2/23/2017.

    Created by mtg5014 on 2/23/2017. basics copied from org.apache.spark.graphx.Edge.scala

  12. class TEdgeTriplet[VD, ED] extends TEdge[ED]

    Permalink
  13. abstract class TGraph[VD, ED] extends Serializable

    Permalink

    A TGraph abstractly represents a single evolving graph, consisting of nodes, node properties, edges, edge properties, and addition, modification, and deletion of these over time.

    A TGraph abstractly represents a single evolving graph, consisting of nodes, node properties, edges, edge properties, and addition, modification, and deletion of these over time. The TGraph provides operations of the temporal algebra and accessors. Like Spark and GraphX, the TGraph is immutable -- operations return new TGraphs.

    VD

    the node/vertex attribute type

    ED

    the edge attribute type

    Note

    GraphLoader contains convenience operations for loading TGraphs

  14. abstract class TGraphNoSchema[VD, ED] extends TGraph[VD, ED]

    Permalink

    The abstract TGraph where the attribute for notes and edges is schemaless and can be any Scala object, just like in GraphX.

    The abstract TGraph where the attribute for notes and edges is schemaless and can be any Scala object, just like in GraphX. Provides implementations of some of the TGraph methods. The concrete classes are in the representations package.

  15. case class TGraphPartitioning(pst: PartitionStrategyType.Value = PartitionStrategyType.None, runs: Int = 1, parts: Int = 0) extends Product with Serializable

    Permalink
  16. type TimeIndex = Int

    Permalink

    A time interval identifier, 0-indexed.

  17. case class TimeSpec(res: Resolution) extends WindowSpecification with Product with Serializable

    Permalink
  18. trait WindowSpecification extends Serializable

    Permalink

Value Members

  1. object Interval extends Serializable

    Permalink
  2. object Locality extends Enumeration

    Permalink
  3. object PartitionStrategyType extends Enumeration

    Permalink
  4. object ProgramContext

    Permalink
  5. object Resolution extends Serializable

    Permalink
  6. object SnapshotGroup extends Enumeration

    Permalink
  7. object TEdge extends Serializable

    Permalink
  8. object TGraphNoSchema extends Serializable

    Permalink
  9. package representations

    Permalink
  10. package tools

    Permalink
  11. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped