| Package | Description |
|---|---|
| com.github.pmerienne.trident.state | |
| com.github.pmerienne.trident.state.redis |
| Modifier and Type | Method and Description |
|---|---|
SparseMatrixState.SparseVector<T> |
SparseMatrixState.getColumn(long i)
Gets a specific column as a
SparseMatrixState.SparseVector. |
SparseMatrixState.SparseVector<T> |
SparseMatrixState.getRow(long j)
Gets a specific row as a
SparseMatrixState.SparseVector. |
| Modifier and Type | Method and Description |
|---|---|
void |
SparseMatrixState.setColumn(long i,
SparseMatrixState.SparseVector<T> column)
Sets/Replaces a specific column.
|
void |
SparseMatrixState.setRow(long j,
SparseMatrixState.SparseVector<T> row)
Sets/Replaces a specific row.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RedisSparseMatrixState.RedisSparseVector<T> |
| Modifier and Type | Method and Description |
|---|---|
SparseMatrixState.SparseVector<T> |
RedisSparseMatrixState.getColumn(long i) |
SparseMatrixState.SparseVector<T> |
RedisSparseMatrixState.getRow(long j) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisSparseMatrixState.setColumn(long i,
SparseMatrixState.SparseVector<T> column) |
void |
RedisSparseMatrixState.setRow(long j,
SparseMatrixState.SparseVector<T> row) |
Copyright © 2013. All rights reserved.