Package | Description |
---|---|
org.hypergraphdb.query.impl |
Modifier and Type | Class and Description |
---|---|
class |
AsyncSearchResultImpl<T>
Default implementation of
AsyncSearchResult based on an underlying
HGSearchResult where each operation is submitted as a task to the
HGEnvironment.executor() . |
class |
UnionResultAsync<T> |
Constructor and Description |
---|
SyncSearchResult(AsyncSearchResult<T> async) |
UnionResultAsync(AsyncSearchResult<T> left,
AsyncSearchResult<T> right) |
UnionResultAsync(AsyncSearchResult<T> left,
AsyncSearchResult<T> right) |
Copyright © 2015. All rights reserved.