Interface InternalAppendingState<K,​N,​IN,​SV,​OUT>

    • Method Detail

      • getInternal

        SV getInternal()
                throws Exception
        Get internally stored value.
        Returns:
        internally stored value.
        Throws:
        Exception - The method may forward exception thrown internally (by I/O or functions).
      • updateInternal

        void updateInternal​(SV valueToStore)
                     throws Exception
        Update internally stored value.
        Parameters:
        valueToStore - new value to store.
        Throws:
        Exception - The method may forward exception thrown internally (by I/O or functions).