Package | Description |
---|---|
org.ojai.store | |
org.ojai.store.base |
Modifier and Type | Method and Description |
---|---|
default DocumentStore |
Connection.createStore(String storeName)
Creates an OJAI DocumentStore specified by the given name or path and returns a handle.
|
default DocumentStore |
Connection.createStore(String storeName,
Document options)
Creates an OJAI DocumentStore specified by the given name or path and returns a handle.
|
default DocumentStore |
Connection.getStore(String storeName)
Returns a handle to an OJAI DocumentStore specified by the given name
or path.
|
default DocumentStore |
Connection.getStore(String storeName,
Document options)
Returns a handle to an OJAI DocumentStore specified by the given name
or path.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingStore
An adapter implementation of DocumentStore interface which forwards the
individual API calls to the wrapped Store object.
|
Constructor and Description |
---|
ForwardingStore(DocumentStore store) |
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.