| Package | Description |
|---|---|
| com.stratio.deep.config | |
| com.stratio.deep.entity |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cell> |
IDeepJobConfig.columnDefinitions()
Fetches table metadata from Casandra and generates a Map
Cell containing column's metadata. |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.create(Cell metadata,
ByteBuffer cellValue)
Factory method, creates a new Cell from its value and metadata information
|
static Cell |
Cell.create(Cell metadata,
Object cellValue)
Factory method, creates a new Cell from its value and metadata information
|
static <E extends IDeepType> |
Cell.create(E e,
Field field)
Constructs a Cell from a
DeepField property. |
static Cell |
Cell.create(String cellName)
Factory method, builds a new Cell (isPartitionKey = false and isClusterKey = false) with value = null.
|
static Cell |
Cell.create(String cellName,
com.datastax.driver.core.DataType cellType,
Boolean isPartitionKey,
Boolean isClusterKey)
Factory method, creates a new metadata Cell, i.e.
|
static Cell |
Cell.create(String cellName,
Object cellValue)
Factory method, builds a new Cell (isPartitionKey = false and isClusterKey = false).
|
static Cell |
Cell.create(String cellName,
Object cellValue,
Boolean isPartitionKey,
Boolean isClusterKey)
Factory method, creates a new Cell.
|
Cell |
Cells.getCellByIdx(int idx)
Returns the cell at position idx.
|
Cell |
Cells.getCellByName(String cellName)
Returns the Cell whose name is cellName, or null if this Cells object contains no cell whose
name is cellName.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Cell> |
Cells.getCells() |
Iterator<Cell> |
Cells.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cells.add(Cell c)
Adds a new Cell object to this Cells instance.
|
static Cell |
Cell.create(Cell metadata,
ByteBuffer cellValue)
Factory method, creates a new Cell from its value and metadata information
|
static Cell |
Cell.create(Cell metadata,
Object cellValue)
Factory method, creates a new Cell from its value and metadata information
|
boolean |
Cells.replaceByName(Cell c)
Replaces the cell having the same name that the given one with the given Cell object.
|
| Constructor and Description |
|---|
Cells(Cell... cells)
Builds a new Cells object containing the provided cells.
|
Copyright © 2014. All rights reserved.