public interface UpdateStorage
| Modifier and Type | Method and Description |
|---|---|
void |
addUpdate(NDArrayMessage array)
Add an ndarray to the storage
|
void |
clear()
Clear the array storage
|
void |
close()
Close the database
|
NDArrayMessage |
getUpdate(int index)
Get the update at the specified index
|
int |
numUpdates()
The number of updates added
to the update storage
|
void addUpdate(NDArrayMessage array)
array - the array to addint numUpdates()
void clear()
NDArrayMessage getUpdate(int index)
index - the update to getvoid close()
Copyright © 2021. All rights reserved.