Class BinaryImportRequestSettings
java.lang.Object
com.illumon.iris.db.tables.databases.BinaryImportRequestSettings
Class to hold the settings for a Binary Log import request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryImportRequestSettingsfromJson(io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode mergeJsonNode) io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNodetoJson()toString()
-
Constructor Details
-
BinaryImportRequestSettings
-
-
Method Details
-
getNamespace
-
getTableName
-
getOutputMode
-
getPartitionFormula
-
getPartitionSubstitution
-
getSubstitutionDateFormat
-
getIntradayPartitionColumn
-
getSourceDirectory
-
getSourceFile
-
getSourceGlob
-
toString
-
toJson
public io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode toJson() throws io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonProcessingException- Throws:
io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonProcessingException
-
fromJson
public static BinaryImportRequestSettings fromJson(io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode mergeJsonNode)
-