| Package | Description |
|---|---|
| com.github.pmerienne.trident.state | |
| com.github.pmerienne.trident.state.memory | |
| 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 | Class and Description |
|---|---|
static class |
MemorySparseMatrixState.MemorySparseVector<T> |
| Modifier and Type | Method and Description |
|---|---|
SparseMatrixState.SparseVector<T> |
MemorySparseMatrixState.getColumn(long i) |
SparseMatrixState.SparseVector<T> |
MemorySparseMatrixState.getRow(long j) |
| 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) |
Copyright © 2013. All rights reserved.