BDD Shell SDK Reference
This section provides a reference of the BDD Shell SDK classes and methods.
BddContext class
The
BddContext
class provides the main entry point of BDD Shell functionality and provides the runtime context of BDD Shell.
BddDatasets class
The
BddDatasets
class is a container of
BddDataset
, and provides an iterator to access all data sets of BDD.
BddDataset class
The methods in the
BddDataset
class return information about a specific data set.
BddDataSource class
The
BddDataSource
class represents the data source of a data set.
BddViews class
The
BddViews
class is a container of
BddViews
, and provides an iterator to access all views of a dataset.
DgraphView class
The
DgraphView
class represents a Dgraph View of the data set.
HdfsView class
The
HdfsView
class represents an HDFS View of the data set.