public static final class ExportContext.BakExportOptions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BakExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportContext.BakExportOptions |
clone() |
Integer |
getStripeCount()
Option for specifying how many stripes to use for the export.
|
Boolean |
getStriped()
Whether or not the export should be striped.
|
ExportContext.BakExportOptions |
set(String fieldName,
Object value) |
ExportContext.BakExportOptions |
setStripeCount(Integer stripeCount)
Option for specifying how many stripes to use for the export.
|
ExportContext.BakExportOptions |
setStriped(Boolean striped)
Whether or not the export should be striped.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getStripeCount()
null for nonepublic ExportContext.BakExportOptions setStripeCount(Integer stripeCount)
stripeCount - stripeCount or null for nonepublic Boolean getStriped()
null for nonepublic ExportContext.BakExportOptions setStriped(Boolean striped)
striped - striped or null for nonepublic ExportContext.BakExportOptions set(String fieldName, Object value)
set in class GenericJsonpublic ExportContext.BakExportOptions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.