public abstract class BaseUpdateStorage extends Object implements UpdateStorage
| Constructor and Description |
|---|
BaseUpdateStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the database
|
abstract NDArrayMessage |
doGetUpdate(int index)
A method for actually performing the implementation
of retrieving the ndarray
|
NDArrayMessage |
getUpdate(int index)
Get the update at the specified index
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddUpdate, clear, numUpdatespublic NDArrayMessage getUpdate(int index)
getUpdate in interface UpdateStorageindex - the update to getpublic abstract NDArrayMessage doGetUpdate(int index)
index - the index of the INDArray to getpublic void close()
close in interface UpdateStorageCopyright © 2021. All rights reserved.