Package | Description |
---|---|
com.bigdata.bop.ap |
Modifier and Type | Method and Description |
---|---|
E |
R.newElement(List<BOp> a,
IBindingSet bindingSet) |
Modifier and Type | Method and Description |
---|---|
Comparator<E> |
R.KeyOrder.getComparator() |
Class<E> |
R.getElementClass() |
IKeyOrder<E> |
R.getKeyOrder(IPredicate<E> p) |
Iterator<IKeyOrder<E>> |
R.getKeyOrders() |
IKeyOrder<E> |
R.getPrimaryKeyOrder() |
Modifier and Type | Method and Description |
---|---|
int |
EComparator.compare(E o1,
E o2) |
Modifier and Type | Method and Description |
---|---|
long |
R.delete(IChunkedOrderedIterator<E> itr)
Simple delete implementation works fine for a local journal.
|
IKeyOrder<E> |
R.getKeyOrder(IPredicate<E> p) |
long |
R.insert(IChunkedOrderedIterator<E> itr)
Simple insert procedure works fine for a local journal.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.