Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.client.collections |
Data access based on the standard Java collections API.
|
Modifier and Type | Method and Description |
---|---|
SJoinConfig |
SJoinCursor.getConfig()
Returns this object's configuration.
|
Modifier and Type | Method and Description |
---|---|
SJoinCursor |
SDatabase.join(SCursor[] cursors,
SJoinConfig config)
Creates a specialized join cursor for use in performing equality or
natural joins on secondary indices.
|
Modifier and Type | Method and Description |
---|---|
StoredIterator<E> |
StoredCollection.join(StoredContainer[] indices,
java.lang.Object[] indexKeys,
SJoinConfig joinConfig)
Returns an iterator representing an equality join of the indices and
index key values specified.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.