public interface IKeyArrayIndexProcedure extends IIndexProcedure
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 |
|---|---|
byte[] |
getKey(int i)
Deprecated.
by
getKeys() |
int |
getKeyCount()
Deprecated.
by
getKeys() |
IRaba |
getKeys()
The keys.
|
byte[] |
getValue(int i)
Deprecated.
by
getValues() |
IRaba |
getValues()
The values.
|
apply, isReadOnlyint getKeyCount()
getKeys()byte[] getKey(int i)
getKeys()i - The index (origin zero).byte[] getValue(int i)
getValues()i - The index (origin zero).IRaba getKeys()
null.IRaba getValues()
null if no values were associated
with the IIndexProcedure.Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.