Package | Description |
---|---|
com.marklogic.mapreduce |
MarkLogic Connector for Hadoop core
interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected ContentType |
DatabaseDocument.contentType |
Modifier and Type | Method and Description |
---|---|
static ContentType |
ContentType.forName(String typeName) |
static ContentType |
ContentType.fromFormat(com.marklogic.xcc.DocumentFormat format) |
ContentType |
RegularBinaryDocument.getContentType() |
ContentType |
MarkLogicDocument.getContentType()
Return content type of the document.
|
ContentType |
LargeBinaryDocument.getContentType() |
ContentType |
JSONDocument.getContentType() |
ContentType |
DOMDocument.getContentType() |
ContentType |
DatabaseDocument.getContentType() |
static ContentType |
ContentType.valueOf(int ordinal) |
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the
specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseDocument.setContentType(ContentType type) |
Constructor and Description |
---|
MarkLogicNode(String content,
ContentType contentType) |
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com