Packages

c

com.yahoo.bullet.spark.data

BulletErrorData

class BulletErrorData extends BulletData

Class to wrap errors generated by Bullet.

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

Instance Constructors

  1. new BulletErrorData(meta: Metadata, errors: BulletError*)

    meta

    The metadata information associated with the query.

    errors

    The variable length of errors associated with the query.

  2. new BulletErrorData(metadata: Metadata, errors: List[BulletError])

    Create a data wrapper for errors.

    Create a data wrapper for errors.

    metadata

    The metadata information associated with the query.

    errors

    The List of Error associated with the query.

Value Members

  1. val errors: List[BulletError]
  2. var finished: Boolean
    Definition Classes
    BulletData
  3. val metadata: Metadata
    Definition Classes
    BulletData