Package | Description |
---|---|
org.ojai | |
org.ojai.store | |
org.ojai.util |
Modifier and Type | Class and Description |
---|---|
static class |
FieldSegment.IndexSegment |
static class |
FieldSegment.NameSegment |
Constructor and Description |
---|
FieldPath(FieldSegment.NameSegment root)
For Antlr parser's use only.
|
IndexSegment(int index,
FieldSegment child) |
NameSegment(String n,
FieldSegment child,
boolean quoted)
For Antlr parser's use only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Driver.accepts(String url)
Returns true if this Driver supports the protocol specified in the URL.
|
Connection |
Driver.connect(String url,
Document options)
Establishes and returns a Connection to an OJAI data source.
|
static void |
DriverManager.registerDriver(Driver driver)
Registers the specified Driver with this DriverManager.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEncoder
Deprecated.
Use methods from
DocumentReaders class. |
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.