See: Description
| Class | Description |
|---|---|
| AbstractReadOnlyVector |
This class provides a helper implementation of the read-only implementation of
Vector
interface to minimize the effort required to implement it. |
| AbstractVector |
This class provides a helper implementation of the
Vector
interface to minimize the effort required to implement it. |
| CacheVector<K,V> |
Vector based on existing cache and index and value mapping functions.
|
| ConstantVector |
Constant value, read-only vector.
|
| DelegatingVector |
Convenient class that can be used to add decorations to an existing vector.
|
| DenseLocalOffHeapVector |
Implementation for
Vector assuming dense logic and local offheap JVM storage. |
| DenseLocalOnHeapVector |
Basic implementation for vector.
|
| FunctionVector |
Implementation of
Vector that maps vector element index to java.util.function interfaces. |
| MapWrapperVector |
Vector wrapping a given map.
|
| MatrixVectorView |
Row or column vector view off the matrix.
|
| PivotedVectorView |
Pivoted (index mapped) view over another vector.
|
| RandomVector |
Random vector.
|
| SingleElementVector |
Read-write vector holding a single non-zero value at some index.
|
| SingleElementVectorView |
Single value vector view over another vector.
|
| SparseBlockDistributedVector |
Sparse distributed vector implementation based on data grid.
|
| SparseDistributedVector |
Sparse distributed vector implementation based on data grid.
|
| SparseLocalOffHeapVector |
Implementation for
Vector assuming sparse logic and local offheap JVM storage. |
| SparseLocalVector |
Local on-heap sparse vector based on hash map storage.
|
| VectorBlockEntry |
Block for
SparseBlockDistributedVector. |
| VectorView |
Implements the partial view into the parent
Vector. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018