public interface IMutableRelationIndexWriteProcedure<T> extends IIndexProcedure<T>
IIndex
in order to satisfy an IMutableRelation write. Many relations
maintain multiple index orders. There is generally one such procedure for
each index order. These procedures generally accept byte[][]
keys and values and therefore should extend
AbstractKeyArrayIndexProcedure. In order to use scattered writes, the
procedures should also implement IParallelizableIndexProcedure.applyisReadOnlyCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.