Class BaseUpdateStorage

    • Constructor Detail

      • BaseUpdateStorage

        public BaseUpdateStorage()
    • Method Detail

      • getUpdate

        public NDArrayMessage getUpdate​(int index)
        Get the update at the specified index
        Specified by:
        getUpdate in interface UpdateStorage
        Parameters:
        index - the update to get
        Returns:
        the update at the specified index
      • doGetUpdate

        public abstract NDArrayMessage doGetUpdate​(int index)
        A method for actually performing the implementation of retrieving the ndarray
        Parameters:
        index - the index of the INDArray to get
        Returns:
        the ndarray at the specified index
      • close

        public void close()
        Close the database
        Specified by:
        close in interface UpdateStorage