| Package | Description |
|---|---|
| com.bigdata.rdf.graph.impl.frontier | |
| com.bigdata.rdf.graph.impl.util |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticFrontier2.copyIntoResetFrontier(int off,
IArraySlice<org.openrdf.model.Value> slice)
Copy a slice into the backing array.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IManagedArray<T>
An interface for a managed array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedArray<T>
A view on a mutable int[] that may be extended.
|
| Modifier and Type | Method and Description |
|---|---|
static IArraySlice<org.openrdf.model.Value> |
GASImplUtil.compactAndSort(Set<org.openrdf.model.Value> vertices,
IManagedArray<org.openrdf.model.Value> buffer)
Compact a collection of vertices into an ordered frontier.
|
IArraySlice<T> |
ManagedArray.slice(int off,
int len) |
IArraySlice<T> |
IArraySlice.slice(int off,
int len)
Return a slice of the backing buffer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.