public interface IKeyArrayIndexProcedure<T> extends IIndexProcedure<T>
ClientIndexView
will transparently break down the procedure into one procedure per index
partition based on the index partitions spanned by the keys.
Note: Implementations of this interface MUST declare an
AbstractKeyArrayIndexProcedureConstructor
that will be used to create
the instances of the procedure mapped onto the index partitions.
Modifier and Type | Method and Description |
---|---|
IRaba |
getKeys()
The keys.
|
IRaba |
getValues()
The values.
|
apply
isReadOnly
IRaba getKeys()
null
.IRaba getValues()
null
if no values were associated
with the IIndexProcedure
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.