- cancel() - Method in class com.datastax.oss.dsbulk.executor.api.subscription.ContinuousReadResultSubscription
-
- cancel() - Method in class com.datastax.oss.dsbulk.executor.api.subscription.ResultSubscription
-
- checkContinuousPaging(CqlSession, boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ExecutorSettings
-
- checkGraphCompatibility(Session) - Static method in class com.datastax.oss.dsbulk.workflow.commons.utils.GraphUtils
-
- checkThresholdExceeded(long, Number) - Method in class com.datastax.oss.dsbulk.workflow.api.error.AbsoluteErrorThreshold
-
- checkThresholdExceeded(long, Number) - Method in interface com.datastax.oss.dsbulk.workflow.api.error.ErrorThreshold
-
Checks whether the error threshold was exceeded.
- checkThresholdExceeded(long, Number) - Method in class com.datastax.oss.dsbulk.workflow.api.error.RatioErrorThreshold
-
- checkThresholdExceeded(long, Number) - Method in class com.datastax.oss.dsbulk.workflow.api.error.UnlimitedErrorThreshold
-
- CleanupThread - Class in com.datastax.oss.dsbulk.runner
-
A shutdown hook responsible for interrupting the workflow thread in the event of a user
interruption via SIGINT (CTLR + C), and for closing the workflow.
- CleanupThread(Workflow, WorkflowThread) - Constructor for class com.datastax.oss.dsbulk.runner.CleanupThread
-
- clear() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- clear() - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Clear all fields in this record.
- clientId(String) - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.WorkflowUtils
-
- close() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Closes the connector.
- close() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- close() - Method in interface com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector.RecordReader
-
Closes the underlying file being read.
- close() - Method in interface com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector.RecordWriter
-
Closes the underlying file being written.
- close() - Method in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutor
-
- close() - Method in class com.datastax.oss.dsbulk.url.UncloseableInputStream
-
- close() - Method in class com.datastax.oss.dsbulk.url.UncloseableOutputStream
-
- close() - Method in interface com.datastax.oss.dsbulk.workflow.api.Workflow
-
Closes the workflow and releases all open resources (file descriptors, socket connections,
etc.).
- close() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.LogManager
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.commons.policies.retry.MultipleRetryPolicy
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.DefaultReadResultCounter
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.commons.ssl.NettySslHandlerFactory
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflow
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflow
-
- close() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflow
-
- CloseableUtils - Class in com.datastax.oss.dsbulk.workflow.commons.utils
-
- CloseableUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.commons.utils.CloseableUtils
-
- closeQuietly(AutoCloseable, Exception) - Static method in class com.datastax.oss.dsbulk.workflow.commons.utils.CloseableUtils
-
- closeQuietly(Disposable, Exception) - Static method in class com.datastax.oss.dsbulk.workflow.commons.utils.CloseableUtils
-
- clusterer() - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenFactory
-
- clusterer() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenFactory
-
- clusterer() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- ClusterInformationUtils - Class in com.datastax.oss.dsbulk.workflow.commons.utils
-
- ClusterInformationUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.commons.utils.ClusterInformationUtils
-
- codec(CQLWord, DataType, GenericType<? extends T>) - Method in class com.datastax.oss.dsbulk.mapping.DefaultMapping
-
- codec(CQLWord, DataType, GenericType<? extends T>) - Method in interface com.datastax.oss.dsbulk.mapping.Mapping
-
Returns the codec to use for the given bound statement or row variable.
- codecRegistry - Variable in class com.datastax.oss.dsbulk.batcher.api.DefaultStatementBatcher
-
- codecRegistry() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- CodecSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- CodecSettings(Config) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.settings.CodecSettings
-
- CodecUtils - Class in com.datastax.oss.dsbulk.codecs.api.util
-
- CodecUtils() - Constructor for class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- CollectionConvertingCodecsProvider - Class in com.datastax.oss.dsbulk.codecs.jdk.collection
-
- CollectionConvertingCodecsProvider() - Constructor for class com.datastax.oss.dsbulk.codecs.jdk.collection.CollectionConvertingCodecsProvider
-
- CollectionToCollectionCodec<EXTERNAL extends Collection<Object>,INTERNAL extends Collection<Object>> - Class in com.datastax.oss.dsbulk.codecs.jdk.collection
-
- CollectionToCollectionCodec(Class<EXTERNAL>, TypeCodec<INTERNAL>, ConvertingCodec<Object, Object>, Supplier<INTERNAL>) - Constructor for class com.datastax.oss.dsbulk.codecs.jdk.collection.CollectionToCollectionCodec
-
- collectStatementProperties(BoundStatement, StatementWriter, StatementFormatVerbosity) - Method in class com.datastax.oss.dsbulk.format.statement.BoundStatementPrinter
-
- collectStatementProperties(SimpleStatement, StatementWriter, StatementFormatVerbosity) - Method in class com.datastax.oss.dsbulk.format.statement.SimpleStatementPrinter
-
- collectStatementProperties(S, StatementWriter, StatementFormatVerbosity) - Method in class com.datastax.oss.dsbulk.format.statement.StatementPrinterBase
-
- com.datastax.oss.dsbulk.batcher.api - package com.datastax.oss.dsbulk.batcher.api
-
- com.datastax.oss.dsbulk.batcher.reactor - package com.datastax.oss.dsbulk.batcher.reactor
-
- com.datastax.oss.dsbulk.codecs.api - package com.datastax.oss.dsbulk.codecs.api
-
- com.datastax.oss.dsbulk.codecs.api.format.binary - package com.datastax.oss.dsbulk.codecs.api.format.binary
-
- com.datastax.oss.dsbulk.codecs.api.format.geo - package com.datastax.oss.dsbulk.codecs.api.format.geo
-
- com.datastax.oss.dsbulk.codecs.api.format.number - package com.datastax.oss.dsbulk.codecs.api.format.number
-
- com.datastax.oss.dsbulk.codecs.api.format.temporal - package com.datastax.oss.dsbulk.codecs.api.format.temporal
-
- com.datastax.oss.dsbulk.codecs.api.util - package com.datastax.oss.dsbulk.codecs.api.util
-
- com.datastax.oss.dsbulk.codecs.api.writetime - package com.datastax.oss.dsbulk.codecs.api.writetime
-
- com.datastax.oss.dsbulk.codecs.jdk - package com.datastax.oss.dsbulk.codecs.jdk
-
- com.datastax.oss.dsbulk.codecs.jdk.bool - package com.datastax.oss.dsbulk.codecs.jdk.bool
-
- com.datastax.oss.dsbulk.codecs.jdk.collection - package com.datastax.oss.dsbulk.codecs.jdk.collection
-
- com.datastax.oss.dsbulk.codecs.jdk.map - package com.datastax.oss.dsbulk.codecs.jdk.map
-
- com.datastax.oss.dsbulk.codecs.jdk.number - package com.datastax.oss.dsbulk.codecs.jdk.number
-
- com.datastax.oss.dsbulk.codecs.jdk.temporal - package com.datastax.oss.dsbulk.codecs.jdk.temporal
-
- com.datastax.oss.dsbulk.codecs.text - package com.datastax.oss.dsbulk.codecs.text
-
- com.datastax.oss.dsbulk.codecs.text.json - package com.datastax.oss.dsbulk.codecs.text.json
-
- com.datastax.oss.dsbulk.codecs.text.json.dse - package com.datastax.oss.dsbulk.codecs.text.json.dse
-
- com.datastax.oss.dsbulk.codecs.text.string - package com.datastax.oss.dsbulk.codecs.text.string
-
- com.datastax.oss.dsbulk.codecs.text.string.dse - package com.datastax.oss.dsbulk.codecs.text.string.dse
-
- com.datastax.oss.dsbulk.codecs.text.utils - package com.datastax.oss.dsbulk.codecs.text.utils
-
- com.datastax.oss.dsbulk.config - package com.datastax.oss.dsbulk.config
-
- com.datastax.oss.dsbulk.config.model - package com.datastax.oss.dsbulk.config.model
-
- com.datastax.oss.dsbulk.config.shortcuts - package com.datastax.oss.dsbulk.config.shortcuts
-
- com.datastax.oss.dsbulk.connectors.api - package com.datastax.oss.dsbulk.connectors.api
-
- com.datastax.oss.dsbulk.connectors.commons - package com.datastax.oss.dsbulk.connectors.commons
-
- com.datastax.oss.dsbulk.connectors.csv - package com.datastax.oss.dsbulk.connectors.csv
-
- com.datastax.oss.dsbulk.connectors.json - package com.datastax.oss.dsbulk.connectors.json
-
- com.datastax.oss.dsbulk.docs.utils - package com.datastax.oss.dsbulk.docs.utils
-
- com.datastax.oss.dsbulk.executor.api - package com.datastax.oss.dsbulk.executor.api
-
- com.datastax.oss.dsbulk.executor.api.exception - package com.datastax.oss.dsbulk.executor.api.exception
-
- com.datastax.oss.dsbulk.executor.api.histogram - package com.datastax.oss.dsbulk.executor.api.histogram
-
- com.datastax.oss.dsbulk.executor.api.listener - package com.datastax.oss.dsbulk.executor.api.listener
-
- com.datastax.oss.dsbulk.executor.api.publisher - package com.datastax.oss.dsbulk.executor.api.publisher
-
- com.datastax.oss.dsbulk.executor.api.reader - package com.datastax.oss.dsbulk.executor.api.reader
-
- com.datastax.oss.dsbulk.executor.api.result - package com.datastax.oss.dsbulk.executor.api.result
-
- com.datastax.oss.dsbulk.executor.api.subscription - package com.datastax.oss.dsbulk.executor.api.subscription
-
- com.datastax.oss.dsbulk.executor.api.writer - package com.datastax.oss.dsbulk.executor.api.writer
-
- com.datastax.oss.dsbulk.executor.reactor - package com.datastax.oss.dsbulk.executor.reactor
-
- com.datastax.oss.dsbulk.executor.reactor.reader - package com.datastax.oss.dsbulk.executor.reactor.reader
-
- com.datastax.oss.dsbulk.executor.reactor.writer - package com.datastax.oss.dsbulk.executor.reactor.writer
-
- com.datastax.oss.dsbulk.format.row - package com.datastax.oss.dsbulk.format.row
-
- com.datastax.oss.dsbulk.format.statement - package com.datastax.oss.dsbulk.format.statement
-
- com.datastax.oss.dsbulk.io - package com.datastax.oss.dsbulk.io
-
- com.datastax.oss.dsbulk.mapping - package com.datastax.oss.dsbulk.mapping
-
- com.datastax.oss.dsbulk.partitioner - package com.datastax.oss.dsbulk.partitioner
-
- com.datastax.oss.dsbulk.partitioner.murmur3 - package com.datastax.oss.dsbulk.partitioner.murmur3
-
- com.datastax.oss.dsbulk.partitioner.random - package com.datastax.oss.dsbulk.partitioner.random
-
- com.datastax.oss.dsbulk.partitioner.utils - package com.datastax.oss.dsbulk.partitioner.utils
-
- com.datastax.oss.dsbulk.runner - package com.datastax.oss.dsbulk.runner
-
- com.datastax.oss.dsbulk.runner.cli - package com.datastax.oss.dsbulk.runner.cli
-
- com.datastax.oss.dsbulk.runner.help - package com.datastax.oss.dsbulk.runner.help
-
- com.datastax.oss.dsbulk.runner.utils - package com.datastax.oss.dsbulk.runner.utils
-
- com.datastax.oss.dsbulk.sampler - package com.datastax.oss.dsbulk.sampler
-
- com.datastax.oss.dsbulk.url - package com.datastax.oss.dsbulk.url
-
- com.datastax.oss.dsbulk.workflow.api - package com.datastax.oss.dsbulk.workflow.api
-
- com.datastax.oss.dsbulk.workflow.api.config - package com.datastax.oss.dsbulk.workflow.api.config
-
- com.datastax.oss.dsbulk.workflow.api.error - package com.datastax.oss.dsbulk.workflow.api.error
-
- com.datastax.oss.dsbulk.workflow.api.log - package com.datastax.oss.dsbulk.workflow.api.log
-
- com.datastax.oss.dsbulk.workflow.api.utils - package com.datastax.oss.dsbulk.workflow.api.utils
-
- com.datastax.oss.dsbulk.workflow.commons.auth - package com.datastax.oss.dsbulk.workflow.commons.auth
-
- com.datastax.oss.dsbulk.workflow.commons.format.statement - package com.datastax.oss.dsbulk.workflow.commons.format.statement
-
- com.datastax.oss.dsbulk.workflow.commons.log - package com.datastax.oss.dsbulk.workflow.commons.log
-
- com.datastax.oss.dsbulk.workflow.commons.metrics - package com.datastax.oss.dsbulk.workflow.commons.metrics
-
- com.datastax.oss.dsbulk.workflow.commons.policies.lbp - package com.datastax.oss.dsbulk.workflow.commons.policies.lbp
-
- com.datastax.oss.dsbulk.workflow.commons.policies.retry - package com.datastax.oss.dsbulk.workflow.commons.policies.retry
-
- com.datastax.oss.dsbulk.workflow.commons.schema - package com.datastax.oss.dsbulk.workflow.commons.schema
-
- com.datastax.oss.dsbulk.workflow.commons.settings - package com.datastax.oss.dsbulk.workflow.commons.settings
-
- com.datastax.oss.dsbulk.workflow.commons.ssl - package com.datastax.oss.dsbulk.workflow.commons.ssl
-
- com.datastax.oss.dsbulk.workflow.commons.statement - package com.datastax.oss.dsbulk.workflow.commons.statement
-
- com.datastax.oss.dsbulk.workflow.commons.utils - package com.datastax.oss.dsbulk.workflow.commons.utils
-
- com.datastax.oss.dsbulk.workflow.count - package com.datastax.oss.dsbulk.workflow.count
-
- com.datastax.oss.dsbulk.workflow.load - package com.datastax.oss.dsbulk.workflow.load
-
- com.datastax.oss.dsbulk.workflow.unload - package com.datastax.oss.dsbulk.workflow.unload
-
- CommandLineParser - Class in com.datastax.oss.dsbulk.runner.cli
-
- CommandLineParser(String...) - Constructor for class com.datastax.oss.dsbulk.runner.cli.CommandLineParser
-
- CommonConnectorFeature - Enum in com.datastax.oss.dsbulk.connectors.api
-
- CommonConversionContext - Class in com.datastax.oss.dsbulk.codecs.api
-
A collection of most common conversion context attributes used in DSBulk and other projects.
- CommonConversionContext() - Constructor for class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- compare(Node, Node) - Method in class com.datastax.oss.dsbulk.workflow.commons.utils.NodeComparator
-
- CompositeExecutionListener - Class in com.datastax.oss.dsbulk.executor.api.listener
-
A composite
ExecutionListener that forwards all received calls to its child listeners.
- CompositeExecutionListener(ExecutionListener...) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.CompositeExecutionListener
-
- CompositeExecutionListener(Iterable<ExecutionListener>) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.CompositeExecutionListener
-
- CompressedIOUtils - Class in com.datastax.oss.dsbulk.io
-
- CompressedIOUtils() - Constructor for class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- COMPRESSION - Static variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- compression - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- computeSizeInBytes(DriverContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- CONFIG_FILE_OPTION - Static variable in class com.datastax.oss.dsbulk.runner.help.HelpEntryFactory
-
- ConfigPostProcessor - Interface in com.datastax.oss.dsbulk.workflow.api.config
-
A post-processor for
Config objects.
- configure(Config, boolean, boolean) - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Configures the connector.
- configure(Config, boolean, boolean) - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- configure(Config, boolean, boolean) - Method in class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- configure(Config, boolean, boolean) - Method in class com.datastax.oss.dsbulk.connectors.json.JsonConnector
-
- configureAnsi(String...) - Static method in class com.datastax.oss.dsbulk.runner.cli.AnsiConfigurator
-
- ConfigUtils - Class in com.datastax.oss.dsbulk.config
-
- ConfigUtils() - Constructor for class com.datastax.oss.dsbulk.config.ConfigUtils
-
- Connector - Interface in com.datastax.oss.dsbulk.connectors.api
-
A Connector is a component capable of reading from and writing to a datasource.
- ConnectorFeature - Interface in com.datastax.oss.dsbulk.connectors.api
-
A marker interface for connector features.
- ConnectorSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- ConnectorSettings(Config, boolean) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.settings.ConnectorSettings
-
- consistencyLevel - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- ConsoleReporter - Class in com.datastax.oss.dsbulk.workflow.commons.metrics
-
An ScheduledReporter that reports useful metrics about ongoing operations to the standard
error channel, using ANSI escape codes.
- ConsoleUtils - Class in com.datastax.oss.dsbulk.workflow.api.utils
-
- ConsoleUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.api.utils.ConsoleUtils
-
- contains(long) - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- continuousPagingAvailable(CqlSession) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ExecutorSettings
-
- continuousPagingBuilder(CqlSession) - Static method in class com.datastax.oss.dsbulk.executor.reactor.ContinuousReactorBulkExecutor
-
- ContinuousReactorBulkExecutor - Class in com.datastax.oss.dsbulk.executor.reactor
-
An implementation of
BulkExecutor using
Reactor,
that executes all reads using continuous paging.
- ContinuousReactorBulkExecutor(CqlSession) - Constructor for class com.datastax.oss.dsbulk.executor.reactor.ContinuousReactorBulkExecutor
-
Creates a new instance using the given
CqlSession and using defaults for all
parameters.
- ContinuousReactorBulkExecutorBuilder - Class in com.datastax.oss.dsbulk.executor.reactor
-
- ContinuousReadResultPublisher - Class in com.datastax.oss.dsbulk.executor.api.publisher
-
- ContinuousReadResultPublisher(Statement<?>, ContinuousSession, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.ContinuousReadResultPublisher
-
- ContinuousReadResultPublisher(Statement<?>, ContinuousSession, boolean, ExecutionListener, Semaphore, RateLimiter) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.ContinuousReadResultPublisher
-
- ContinuousReadResultSubscription - Class in com.datastax.oss.dsbulk.executor.api.subscription
-
- ContinuousReadResultSubscription(Subscriber<? super ReadResult>, Statement<?>, ExecutionListener, Semaphore, RateLimiter, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.subscription.ContinuousReadResultSubscription
-
- ConversionContext - Class in com.datastax.oss.dsbulk.codecs.api
-
- ConversionContext() - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConversionContext
-
- convert(ILoggingEvent) - Method in class com.datastax.oss.dsbulk.workflow.commons.log.HighlightingMessageConverter
-
- convertConfigException(ConfigException, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
- convertDurationsTo(TimeUnit) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
Convert durations to the given time unit.
- ConvertingCodec<EXTERNAL,INTERNAL> - Class in com.datastax.oss.dsbulk.codecs.api
-
A codec that converts to and from an external representation of a value (i.e., the value, as
produced by a connector) and its internal representation (i.e., the Java type that matches the
target CQL type).
- ConvertingCodec(TypeCodec<INTERNAL>, Class<EXTERNAL>) - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- ConvertingCodec(TypeCodec<INTERNAL>, GenericType<EXTERNAL>) - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- ConvertingCodecFactory - Class in com.datastax.oss.dsbulk.codecs.api
-
- ConvertingCodecFactory() - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- ConvertingCodecFactory(ConversionContext) - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- ConvertingCodecFactory(MutableCodecRegistry, ConversionContext) - Constructor for class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- ConvertingCodecProvider - Interface in com.datastax.oss.dsbulk.codecs.api
-
- convertNumber(Number, Class<? extends N>) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number to the given class, applying loss-less conversions.
- convertRatesTo(TimeUnit) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
Convert rates to the given time unit.
- convertTemporal(TemporalAccessor, Class<? extends T>, ZoneId, LocalDate) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given temporal into a temporal of the target class.
- countReadableFiles(Path, boolean) - Static method in class com.datastax.oss.dsbulk.io.IOUtils
-
- CountWorkflow - Class in com.datastax.oss.dsbulk.workflow.count
-
The main class for count workflows.
- CountWorkflowProvider - Class in com.datastax.oss.dsbulk.workflow.count
-
- CountWorkflowProvider() - Constructor for class com.datastax.oss.dsbulk.workflow.count.CountWorkflowProvider
-
- CQLFragment - Interface in com.datastax.oss.dsbulk.mapping
-
A fragment of CQL language included in a mapping definition or in a CQL query.
- CQLLiteral - Class in com.datastax.oss.dsbulk.mapping
-
A CQL literal, such as an integer, float, UUID, hex number, boolean, or string literal.
- CQLLiteral(String) - Constructor for class com.datastax.oss.dsbulk.mapping.CQLLiteral
-
- CQLRenderMode - Enum in com.datastax.oss.dsbulk.mapping
-
- CqlTemporalFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.temporal
-
A special zoned temporal format that recognizes all valid CQL input formats when parsing.
- CqlTemporalFormat(ZoneId) - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.temporal.CqlTemporalFormat
-
- CQLWord - Class in com.datastax.oss.dsbulk.mapping
-
A CQL identifier (keyspace, table, column, named bound variable, etc).
- create() - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(int) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(long) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(int, long) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(CqlSession) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(CqlSession, BatchMode) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(CqlSession, BatchMode, BatchType, int) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create(CqlSession, BatchMode, BatchType, int, long) - Method in interface com.datastax.oss.dsbulk.batcher.api.ReactiveStatementBatcherFactory
-
- create() - Method in class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- create(int) - Method in class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- create(long) - Method in class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- create(int, long) - Method in class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- create(CqlSession, BatchMode, BatchType, int, long) - Method in class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- create(CqlSession, boolean) - Method in interface com.datastax.oss.dsbulk.executor.api.BulkExecutorBuilderFactory
-
- create(CqlSession, boolean) - Method in class com.datastax.oss.dsbulk.executor.reactor.ReactorBulkExecutorBuilderFactory
-
- createApplicationConfig(Path) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Creates an unresolved application config for DSBulk, optionally pulling application settings
from the given alternate location.
- createAuthProvider(Config) - Static method in class com.datastax.oss.dsbulk.workflow.commons.auth.AuthProviderFactory
-
- createChildWriter() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- createCodecFactory(boolean, boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.CodecSettings
-
- createConvertingCodec(DataType, GenericType<EXTERNAL>, boolean) - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- createDSBulkConfigurationGroups(boolean) - Static method in class com.datastax.oss.dsbulk.config.model.SettingsGroupFactory
-
Creates the configuration sections for DSBulk.
- createMainLogFileAppender(Path) - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- createReadResultCounter(CqlSession, ConvertingCodecFactory, EnumSet<StatsSettings.StatisticsMode>, int) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- createReadResultMapper(CqlSession, RecordMetadata, ConvertingCodecFactory, boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- createReadStatements(CqlSession) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- createRecordMapper(CqlSession, RecordMetadata, ConvertingCodecFactory) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- createReferenceConfig() - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Creates an unresolved reference config for DSBulk.
- createShortcutsMap() - Static method in class com.datastax.oss.dsbulk.config.shortcuts.ShortcutsFactory
-
Creates a BiMap where keys are shortcuts and values are settings, using the default reference
config and not favoring any particular connector.
- createShortcutsMap(Config, String) - Static method in class com.datastax.oss.dsbulk.config.shortcuts.ShortcutsFactory
-
Creates a BiMap where keys are shortcuts and values are settings.
- createSslHandlerFactory(Config) - Static method in class com.datastax.oss.dsbulk.workflow.commons.ssl.SslHandlerFactoryFactory
-
- createURLStreamHandler(String) - Method in class com.datastax.oss.dsbulk.url.BulkLoaderURLStreamHandlerFactory
-
- CSVConnector - Class in com.datastax.oss.dsbulk.connectors.csv
-
A connector for CSV files.
- CSVConnector() - Constructor for class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- elapsedTimeNanos() - Method in class com.datastax.oss.dsbulk.executor.api.listener.DefaultExecutionContext
-
- elapsedTimeNanos() - Method in interface com.datastax.oss.dsbulk.executor.api.listener.ExecutionContext
-
Returns the elapsed time, in nanoseconds, between start and end of execution.
- emitGlobalHelp(String) - Static method in class com.datastax.oss.dsbulk.runner.help.HelpEmitter
-
- emitSectionHelp(String, String) - Static method in class com.datastax.oss.dsbulk.runner.help.HelpEmitter
-
- emptyPrimaryKey(CQLWord) - Static method in exception com.datastax.oss.dsbulk.workflow.commons.schema.InvalidMappingException
-
- EmptyWriteResult - Class in com.datastax.oss.dsbulk.executor.api.result
-
- EmptyWriteResult(Statement<?>) - Constructor for class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- encode(EXTERNAL, ProtocolVersion) - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- encodeFailed(Field, CQLWord, GenericType<?>, DataType, Object, Exception) - Static method in exception com.datastax.oss.dsbulk.workflow.commons.schema.InvalidMappingException
-
- ENCODING - Static variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- encoding - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- EngineSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- ensureBraces(String) - Static method in class com.datastax.oss.dsbulk.codecs.text.utils.StringUtils
-
If the given string is surrounded by curly braces, return it intact, otherwise trim it and
surround it with curly braces.
- ensureBraces(String) - Static method in class com.datastax.oss.dsbulk.runner.utils.StringUtils
-
If the given string is surrounded by curly braces, return it intact, otherwise trim it and
surround it with curly braces.
- ensureBrackets(String) - Static method in class com.datastax.oss.dsbulk.codecs.text.utils.StringUtils
-
If the given string is surrounded by square brackets, return it intact, otherwise trim it and
surround it with square brackets.
- ensureBrackets(String) - Static method in class com.datastax.oss.dsbulk.runner.utils.StringUtils
-
If the given string is surrounded by square brackets, return it intact, otherwise trim it and
surround it with square brackets.
- ensureQuoted(String) - Static method in class com.datastax.oss.dsbulk.runner.utils.StringUtils
-
If the given string is surrounded by double-quotes, return it intact, otherwise trim it and
surround it with double-quotes.
- EPOCH - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- EPOCH_OFFSET - Static variable in enum com.datastax.oss.dsbulk.codecs.api.util.TimeUUIDGenerator
-
The timestamp is a 60-bit value.
- equals(Object) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultIndexedField
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultMappedField
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultReadResult
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.mapping.CQLLiteral
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.mapping.CQLWord
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- equals(Object) - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- ErrorHandler - Class in com.datastax.oss.dsbulk.runner
-
- ErrorHandler() - Constructor for class com.datastax.oss.dsbulk.runner.ErrorHandler
-
- ErrorRecord - Interface in com.datastax.oss.dsbulk.connectors.api
-
A
Record that could not be properly processed.
- ErrorThreshold - Interface in com.datastax.oss.dsbulk.workflow.api.error
-
- ExactNumberFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.number
-
- ExactNumberFormat(NumberFormat) - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.number.ExactNumberFormat
-
- execute() - Method in interface com.datastax.oss.dsbulk.workflow.api.Workflow
-
Executes the workflow.
- execute() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflow
-
- execute() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflow
-
- execute() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflow
-
- ExecutionContext - Interface in com.datastax.oss.dsbulk.executor.api.listener
-
The context of a statement or request execution.
- ExecutionListener - Interface in com.datastax.oss.dsbulk.executor.api.listener
-
A listener for bulk executions.
- ExecutorSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- exitCode() - Method in enum com.datastax.oss.dsbulk.runner.ExitStatus
-
- ExitStatus - Enum in com.datastax.oss.dsbulk.runner
-
- expectingTotalEvents(long) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
The total number of expected events.
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
Converts the external representation of a value (i.e., the value, as produced by a connector)
to its internal representation (i.e., the Java type that matches the target CQL type).
- externalToInternal(T) - Method in class com.datastax.oss.dsbulk.codecs.api.IdempotentConvertingCodec
-
- externalToInternal(T) - Method in class com.datastax.oss.dsbulk.codecs.api.writetime.WriteTimeCodec
-
- externalToInternal(Boolean) - Method in class com.datastax.oss.dsbulk.codecs.jdk.bool.BooleanToNumberCodec
-
- externalToInternal(Boolean) - Method in class com.datastax.oss.dsbulk.codecs.jdk.bool.BooleanToStringCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.CollectionToCollectionCodec
-
- externalToInternal(List<E>) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.ListToTupleCodec
-
- externalToInternal(List<E>) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.ListToUDTCodec
-
- externalToInternal(Map<EK, EV>) - Method in class com.datastax.oss.dsbulk.codecs.jdk.map.MapToMapCodec
-
- externalToInternal(Map<EK, EV>) - Method in class com.datastax.oss.dsbulk.codecs.jdk.map.MapToUDTCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToBooleanCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToInstantCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToNumberCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToStringCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToUUIDCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.DateToTemporalCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.DateToUUIDCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToTemporalCodec
-
- externalToInternal(EXTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToUUIDCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.dse.JsonNodeToDateRangeCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.dse.JsonNodeToGeometryCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBigDecimalCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBigIntegerCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBlobCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBooleanCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToByteCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToCollectionCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToDoubleCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToDurationCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToFloatCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToInetAddressCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToInstantCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToIntegerCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToLocalDateCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToLocalTimeCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToLongCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToMapCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToShortCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToStringCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToTupleCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUDTCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUnknownTypeCodec
-
- externalToInternal(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUUIDCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToDateRangeCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToLineStringCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPointCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPolygonCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBigDecimalCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBigIntegerCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBlobCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBooleanCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToByteCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToCollectionCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToDoubleCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToDurationCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToFloatCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToInetAddressCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToInstantCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToIntegerCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToLocalDateCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToLocalTimeCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToLongCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToMapCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToShortCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToStringCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToTupleCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUDTCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUnknownTypeCodec
-
- externalToInternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUUIDCodec
-
- extractingMetricsFrom(MetricsCollectingExecutionListener) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
Instructs the new reporter to use the given
delegate as is source of metrics.
- extraneousField(Field) - Static method in exception com.datastax.oss.dsbulk.workflow.commons.schema.InvalidMappingException
-
- generate(Instant) - Method in enum com.datastax.oss.dsbulk.codecs.api.util.TimeUUIDGenerator
-
Generates a version 1 time-based
UUID from the provided
Instant.
- generate(int) - Method in class com.datastax.oss.dsbulk.partitioner.TokenRangeReadStatementGenerator
-
Generates default SELECT statements to read the entire table, with a minimum of splitCount statements.
- generate(int, Function<TokenRange, Statement<?>>) - Method in class com.datastax.oss.dsbulk.partitioner.TokenRangeReadStatementGenerator
-
Generates SELECT statements to read the entire table, with a minimum of splitCount
statements and using the given factory to generate statements.
- GEO_FORMAT - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- GeoFormat - Interface in com.datastax.oss.dsbulk.codecs.api.format.geo
-
An utility for formatting geometry data.
- geoFormat - Variable in class com.datastax.oss.dsbulk.codecs.text.json.dse.JsonNodeToGeometryCodec
-
- GeoFormatTest - Class in com.datastax.oss.dsbulk.codecs.api.format.geo
-
- GeoFormatTest() - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.geo.GeoFormatTest
-
- getAbbreviatedOption() - Method in class com.datastax.oss.dsbulk.runner.help.HelpEntry
-
- getAppConfigurationEntry(String) - Method in class com.datastax.oss.dsbulk.workflow.commons.auth.AuthProviderFactory.KeyTabConfiguration
-
- getAppConfigurationEntry(String) - Method in class com.datastax.oss.dsbulk.workflow.commons.auth.AuthProviderFactory.TicketCacheConfiguration
-
- getArgs() - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- getArgumentType() - Method in class com.datastax.oss.dsbulk.runner.help.HelpEntry
-
- getAssignments() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getAttribute(String) - Method in class com.datastax.oss.dsbulk.codecs.api.ConversionContext
-
- getAttribute(Object) - Method in class com.datastax.oss.dsbulk.executor.api.listener.DefaultExecutionContext
-
- getAttribute(Object) - Method in interface com.datastax.oss.dsbulk.executor.api.listener.ExecutionContext
-
Retrieves an attribute stored in this context.
- getBatchSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getBatchSize() - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
Returns the size of the batch, if the executed statement was a
batch
statement, or 1 otherwise.
- getBooleanInputWords(List<String>) - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.CodecSettings
-
- getBooleanOutputWords(List<String>) - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.CodecSettings
-
- getBufferSize() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.BatchSettings
-
- getBulkLoaderNameAndVersion() - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.WorkflowUtils
-
- getBulkLoaderVersion() - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.WorkflowUtils
-
- getBytesReceivedMeter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Meter that evaluates the total number of bytes received so far.
- getBytesSentMeter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Meter that evaluates the total number of bytes sent so far.
- getBytesUnsafe(int) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getChar(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the character at the given path.
- getCharset(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the
Charset at the given path.
- getCodecRegistry() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- getCodecRegistry() - Method in class com.datastax.oss.dsbulk.format.row.RowWriter
-
- getCodecRegistry() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- getCodecSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getComments(ConfigValue) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the comments associated with the given value, excluding type hints.
- getCompressionSuffix(String) - Static method in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- getConfig() - Method in class com.datastax.oss.dsbulk.runner.cli.ParsedCommandLine
-
- getConnector() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ConnectorSettings
-
- getConnectorConfig() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ConnectorSettings
-
- getConnectorName() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
Returns the connector name, e.g.
- getConnectorName() - Method in class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- getConnectorName() - Method in class com.datastax.oss.dsbulk.connectors.json.JsonConnector
-
- getConnectorName() - Method in exception com.datastax.oss.dsbulk.runner.cli.GlobalHelpRequestException
-
- getConnectorName() - Method in exception com.datastax.oss.dsbulk.runner.cli.SectionHelpRequestException
-
- getConnectorName() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ConnectorSettings
-
- getConnectorSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getConsistencyLevel() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getConsistencyLevel() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getContext() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodecFactory
-
- getCqlType() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- getCurrentOperationDirectory() - Static method in class com.datastax.oss.dsbulk.workflow.api.log.OperationDirectory
-
- getCustomExecutionIdTemplate() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.EngineSettings
-
- getCustomPayload() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getCustomPayload() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getDataSize(Statement<?>, ProtocolVersion, CodecRegistry) - Static method in class com.datastax.oss.dsbulk.sampler.DataSizes
-
Evaluates the data size contained in the given statement.
- getDataSize(Row) - Static method in class com.datastax.oss.dsbulk.sampler.DataSizes
-
Evaluates the data size contained in the given
row.
- getDescription() - Method in class com.datastax.oss.dsbulk.runner.help.HelpEntry
-
- getDescription() - Method in interface com.datastax.oss.dsbulk.workflow.api.WorkflowProvider
-
- getDescription() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflowProvider
-
- getDescription() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflowProvider
-
- getDescription() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflowProvider
-
- getDriverConfig() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.DriverSettings
-
- getDriverSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getEffectiveBulkLoaderConfig() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getEnd() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenRange
-
- getEnd() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenRange
-
- getEngineSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getError() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- getError() - Method in interface com.datastax.oss.dsbulk.connectors.api.ErrorRecord
-
Returns the error that prevented this record from being processed.
- getError() - Method in class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- getError() - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
- getError() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.UnmappableStatement
-
- getExcludedVariables() - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- getExecutionId() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getExecutionInfo() - Method in class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- getExecutionInfo() - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
- getExecutionListener() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- getExecutionProfile() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getExecutionProfile() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getExecutionProfileName() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getExecutionProfileName() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getExecutorSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getExitStatus() - Method in class com.datastax.oss.dsbulk.runner.WorkflowThread
-
- getExplicitMappings() - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- getFailedReadsCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of failed reads.
- getFailedReadsWritesCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of all failed operations,
including reads and writes.
- getFailedStatementsCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter for failed statement executions.
- getFailedWrites() - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultWriteResult
-
- getFailedWrites() - Method in class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- getFailedWrites() - Method in interface com.datastax.oss.dsbulk.executor.api.result.WriteResult
-
If the query that produced this result was a conditional update, but the conditional update
wasn't successful, returns a
Stream containing the failed writes.
- getFailedWritesCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of failed writes.
- getFieldDescription() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultIndexedField
-
- getFieldDescription() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultMappedField
-
- getFieldDescription() - Method in interface com.datastax.oss.dsbulk.connectors.api.Field
-
- getFieldDescription() - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- getFieldIndex() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultIndexedField
-
- getFieldIndex() - Method in interface com.datastax.oss.dsbulk.connectors.api.IndexedField
-
- getFieldName() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultMappedField
-
- getFieldName() - Method in interface com.datastax.oss.dsbulk.connectors.api.MappedField
-
- getFieldType(Field, DataType) - Method in interface com.datastax.oss.dsbulk.connectors.api.RecordMetadata
-
Returns the type of the given field.
- getFieldValue(Field) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- getFieldValue(Field) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- getFieldValue(Field) - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Returns the value associated with the given field.
- getFromClauseEndIndex() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getFromClauseStartIndex() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getFunctionName() - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- getInFlightRequestsCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the number of current in-flight requests, i.e.
- getInternalCodec() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- getInternalJavaType() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- getJavaType() - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- getKeyspace() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getKeyspace() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getKeyspaceName() - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- getKeyspaceName() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getLimits() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- getLiteral() - Method in class com.datastax.oss.dsbulk.mapping.CQLLiteral
-
- getLogSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getLongOption() - Method in class com.datastax.oss.dsbulk.runner.help.HelpEntry
-
- getLower() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- getMaxConcurrentQueries() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.EngineSettings
-
- getMaxErrorRatio() - Method in class com.datastax.oss.dsbulk.workflow.api.error.RatioErrorThreshold
-
- getMaxErrors() - Method in class com.datastax.oss.dsbulk.workflow.api.error.AbsoluteErrorThreshold
-
- getMessage() - Method in exception com.datastax.oss.dsbulk.executor.api.exception.BulkExecutionException
-
- getMinSample() - Method in class com.datastax.oss.dsbulk.workflow.api.error.RatioErrorThreshold
-
- getMonitoringSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getNamedValues() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getNode() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getNode() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getNullSafeValue(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
- getNumberFormat(String, Locale, RoundingMode, boolean) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- getNumberFormatThreadLocal(String, Locale, RoundingMode, boolean) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- getNumPartitions() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings
-
- getObjectMapper() - Static method in class com.datastax.oss.dsbulk.codecs.text.json.JsonCodecUtils
-
The object mapper to use for converting Json nodes to and from Java types in Json codecs.
- getOperationDirectory() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.LogManager
-
- getOptions(EndPoint, String) - Method in class com.datastax.oss.dsbulk.workflow.commons.auth.BulkGssApiAuthProvider
-
- getOrCreateDestinationURL() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
Returns the URL that the connector should write to.
- getPageSize() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getPageSize() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getPagingState() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getPagingState() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getPath(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the
Path object at the given path.
- getPath() - Method in enum com.datastax.oss.dsbulk.workflow.commons.settings.BulkDriverOption
-
- getPosition() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- getPosition() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- getPosition() - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Returns the record's position inside its
resource, typically the
line number if the resource is a file, or the row number, if the resource is a database table.
- getPositionalValues() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getPositions() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.PositionsTracker
-
- getPreparedStatement() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getPrinterRegistry() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- getProtocolVersion() - Method in class com.datastax.oss.dsbulk.format.row.RowWriter
-
- getProtocolVersion() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- getQuery() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getQueryTimestamp() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getQueryTimestamp() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getRawJavaType() - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToTemporalCodec
-
- getRecord() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getRecord() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getRecord() - Method in interface com.datastax.oss.dsbulk.workflow.commons.statement.MappedStatement
-
Returns the record that this statement was mapped from.
- getRecordMetadata() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Returns metadata about the records that this connector can read or write.
- getRecordMetadata() - Method in class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- getRecordMetadata() - Method in class com.datastax.oss.dsbulk.connectors.json.JsonConnector
-
- getRegistry() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns the MetricRegistry used to aggregate metrics for this listener.
- getResource() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- getResource() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- getResource() - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Returns the record's resource location, typically the file or database table where it was
extracted from.
- getResultSetVariables() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getRoutingKey() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getRoutingKey() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getRoutingKeyspace() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getRoutingKeyspace() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getRoutingToken() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getRoutingToken() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getRow() - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultReadResult
-
- getRow() - Method in interface com.datastax.oss.dsbulk.executor.api.result.ReadResult
-
Returns the encapsulated
Row object for this read result, if present.
- getRowType() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- getSanitizedErrorMessage(Throwable) - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.ThrowableUtils
-
Returns a sanitized, prettified error message for the given throwable.
- getSanitizedErrorMessage(Throwable, Predicate<Throwable>, int) - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.ThrowableUtils
-
Returns a sanitized, prettified error message for the given throwable.
- getSchemaSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getSectionName() - Method in exception com.datastax.oss.dsbulk.runner.cli.SectionHelpRequestException
-
- getSerialConsistencyLevel() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getSerialConsistencyLevel() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getSettings() - Method in interface com.datastax.oss.dsbulk.config.model.SettingsGroup
-
- getShortOption() - Method in class com.datastax.oss.dsbulk.runner.help.HelpEntry
-
- getSnapshot() - Method in class com.datastax.oss.dsbulk.executor.api.histogram.HdrHistogramReservoir
-
- getSource() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- getSource() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- getSource() - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Returns the record source, typically a line in a file or a row in a database table.
- getStart() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenRange
-
- getStart() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenRange
-
- getStatement() - Method in exception com.datastax.oss.dsbulk.executor.api.exception.BulkExecutionException
-
The
Statement that caused the execution failure.
- getStatement() - Method in class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- getStatement() - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
Returns the
Statement that has been executed to obtain this result.
- getStatisticsModes() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings
-
- getStatsSettings() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- getSuccessfulReadsCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of successful reads.
- getSuccessfulReadsWritesCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of all successful
operations, including reads and writes.
- getSuccessfulStatementsCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter for successful statement executions.
- getSuccessfulWritesCounter() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Counter that evaluates the duration of execution of successful writes.
- getSupportedCompressions(boolean) - Static method in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.format.statement.BatchStatementPrinter
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.format.statement.BoundStatementPrinter
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.format.statement.DefaultStatementPrinter
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.format.statement.SimpleStatementPrinter
-
- getSupportedStatementClass() - Method in interface com.datastax.oss.dsbulk.format.statement.StatementPrinter
-
The concrete
Statement subclass that this printer handles.
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.format.statement.StatementPrinterBase
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.workflow.commons.format.statement.MappedBoundStatementPrinter
-
- getSupportedStatementClass() - Method in class com.datastax.oss.dsbulk.workflow.commons.format.statement.MappedSimpleStatementPrinter
-
- getTableName() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getTargetTable() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- getTemporalFormat(String, ZoneId, Locale, TimeUnit, ZonedDateTime, FastThreadLocal<NumberFormat>, boolean) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- getThreads(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the number of threads at the given path.
- getThreshold() - Method in exception com.datastax.oss.dsbulk.workflow.api.error.TooManyErrorsException
-
- getTimeout() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getTimeout() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- getTitle() - Method in interface com.datastax.oss.dsbulk.workflow.api.WorkflowProvider
-
- getTitle() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflowProvider
-
- getTitle() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflowProvider
-
- getTitle() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflowProvider
-
- getTokenRangeRestrictionEndVariable() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getTokenRangeRestrictionEndVariableIndex() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getTokenRangeRestrictionStartVariable() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getTokenRangeRestrictionStartVariableIndex() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- getTokenValue(Token) - Static method in class com.datastax.oss.dsbulk.partitioner.utils.TokenUtils
-
- getTotalErrors() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.LogManager
-
- getTotalReadsTimer() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Timer that evaluates the duration of execution of reads, both successful and
failed.
- getTotalReadsWritesTimer() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Timer that evaluates the duration of execution of all operations, including
reads and writes, both successful and failed.
- getTotalStatementsTimer() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Timer for total statement executions (successful and failed).
- getTotalWritesTimer() - Method in class com.datastax.oss.dsbulk.executor.api.listener.MetricsCollectingExecutionListener
-
Returns a Timer that evaluates the duration of execution of writes, both successful and
failed.
- getType(int) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getTypeHint(ConfigValue) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Retrieves the type hint for the given value, if any.
- getTypeString(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns a string representation of the value type at this path.
- getUpper() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- getURL(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns the
URL object at the given path.
- getURLsFromFile(Path) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Loads list of URLs from a file given as the urlfile argument using encoding.
- getUsingTimestampVariable() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
Returns the variable name used in a USING TIMESTAMP clause; or empty if no such clause or no
such variable.
- getUsingTTLVariable() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
Returns the variable name used in a USING TTL clause; or empty if no such clause or no such
variable.
- getValues() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- getValueType(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
- getVerbosity() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- getWorkflowProvider() - Method in class com.datastax.oss.dsbulk.runner.cli.ParsedCommandLine
-
- getWriteTimeVariables() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- GlobalHelpRequestException - Exception in com.datastax.oss.dsbulk.runner.cli
-
Simple exception indicating that the user wants the main help output.
- GraphUtils - Class in com.datastax.oss.dsbulk.workflow.commons.utils
-
- GraphUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.commons.utils.GraphUtils
-
- group(List<BulkTokenRange>, int, int) - Method in class com.datastax.oss.dsbulk.partitioner.TokenRangeClusterer
-
Groups contiguous ranges together as long as they are contiguous and share the same replicas.
- groupingKey(Statement<?>) - Method in class com.datastax.oss.dsbulk.batcher.api.DefaultStatementBatcher
-
- GZIP_COMPRESSION - Static variable in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- idempotent - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- IdempotentConvertingCodec<T> - Class in com.datastax.oss.dsbulk.codecs.api
-
- IdempotentConvertingCodec(TypeCodec<T>) - Constructor for class com.datastax.oss.dsbulk.codecs.api.IdempotentConvertingCodec
-
- ifError(Consumer<? super BulkExecutionException>) - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
If an error is present, invoke the specified consumer with the error, otherwise do nothing.
- ifSuccess(Consumer<? super Row>) - Method in interface com.datastax.oss.dsbulk.executor.api.result.ReadResult
-
If the result is a success, invoke the specified consumer with the returned
Row,
otherwise do nothing.
- indent() - Method in class com.datastax.oss.dsbulk.format.row.RowWriter
-
- indent() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- indexed(Object, URI, long, Object...) - Static method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
Creates an indexed record with the given values.
- IndexedField - Interface in com.datastax.oss.dsbulk.connectors.api
-
A field in a
Record identified by a zero-based integer index.
- IndexedMappingField - Class in com.datastax.oss.dsbulk.mapping
-
A field in a mapping declaration, identified by a zero-based integer index.
- IndexedMappingField(int) - Constructor for class com.datastax.oss.dsbulk.mapping.IndexedMappingField
-
- init() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Initializes the connector.
- init() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- init() - Method in class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- init() - Method in class com.datastax.oss.dsbulk.connectors.json.JsonConnector
-
- init() - Method in interface com.datastax.oss.dsbulk.workflow.api.Workflow
-
Initializes the workflow.
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.LogManager
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- init(boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.BatchSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.CodecSettings
-
- init(boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ConnectorSettings
-
- init(boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.DriverSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.EngineSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ExecutorSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.MonitoringSettings
-
- init(CqlSession, boolean, boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- init(String, boolean, SchemaGenerationStrategy) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflow
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflow
-
- init() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflow
-
- install() - Static method in class com.datastax.oss.dsbulk.url.BulkLoaderURLStreamHandlerFactory
-
Install this URL stream handler factory as the default factory for the JVM.
- INSTANCE - Static variable in class com.datastax.oss.dsbulk.codecs.api.format.binary.Base64BinaryFormat
-
- INSTANCE - Static variable in class com.datastax.oss.dsbulk.codecs.api.format.binary.HexBinaryFormat
-
- INSTANCE - Static variable in class com.datastax.oss.dsbulk.codecs.api.format.geo.JsonGeoFormat
-
- INSTANCE - Static variable in class com.datastax.oss.dsbulk.codecs.api.format.geo.WellKnownTextGeoFormat
-
- INSTANCE - Static variable in class com.datastax.oss.dsbulk.workflow.api.error.UnlimitedErrorThreshold
-
- instantToNumber(Instant, TimeUnit, Instant) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given
Instant into a scalar timestamp expressed in the given time unit and
relative to the Unix
Epoch.
- INTERNAL_TIMESTAMP_VARNAME - Static variable in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- INTERNAL_TTL_VARNAME - Static variable in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- internalCodec - Variable in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.api.ConvertingCodec
-
Converts the internal representation of a value (i.e., the Java type that matches the target
CQL type) to its external representation (i.e., the value, as consumed by a connector).
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.api.IdempotentConvertingCodec
-
- internalToExternal(Long) - Method in class com.datastax.oss.dsbulk.codecs.api.writetime.WriteTimeCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.bool.BooleanToNumberCodec
-
- internalToExternal(String) - Method in class com.datastax.oss.dsbulk.codecs.jdk.bool.BooleanToStringCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.CollectionToCollectionCodec
-
- internalToExternal(TupleValue) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.ListToTupleCodec
-
- internalToExternal(UdtValue) - Method in class com.datastax.oss.dsbulk.codecs.jdk.collection.ListToUDTCodec
-
- internalToExternal(Map<IK, IV>) - Method in class com.datastax.oss.dsbulk.codecs.jdk.map.MapToMapCodec
-
- internalToExternal(UdtValue) - Method in class com.datastax.oss.dsbulk.codecs.jdk.map.MapToUDTCodec
-
- internalToExternal(Boolean) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToBooleanCodec
-
- internalToExternal(Instant) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToInstantCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToNumberCodec
-
- internalToExternal(String) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToStringCodec
-
- internalToExternal(UUID) - Method in class com.datastax.oss.dsbulk.codecs.jdk.number.NumberToUUIDCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.DateToTemporalCodec
-
- internalToExternal(UUID) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.DateToUUIDCodec
-
- internalToExternal(INTERNAL) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToTemporalCodec
-
- internalToExternal(UUID) - Method in class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToUUIDCodec
-
- internalToExternal(DateRange) - Method in class com.datastax.oss.dsbulk.codecs.text.json.dse.JsonNodeToDateRangeCodec
-
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.text.json.dse.JsonNodeToGeometryCodec
-
- internalToExternal(BigDecimal) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBigDecimalCodec
-
- internalToExternal(BigInteger) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBigIntegerCodec
-
- internalToExternal(ByteBuffer) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBlobCodec
-
- internalToExternal(Boolean) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToBooleanCodec
-
- internalToExternal(Byte) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToByteCodec
-
- internalToExternal(C) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToCollectionCodec
-
- internalToExternal(Double) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToDoubleCodec
-
- internalToExternal(CqlDuration) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToDurationCodec
-
- internalToExternal(Float) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToFloatCodec
-
- internalToExternal(InetAddress) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToInetAddressCodec
-
- internalToExternal(Integer) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToIntegerCodec
-
- internalToExternal(Long) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToLongCodec
-
- internalToExternal(Map<K, V>) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToMapCodec
-
- internalToExternal(Short) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToShortCodec
-
- internalToExternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToStringCodec
-
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToTemporalCodec
-
- internalToExternal(TupleValue) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToTupleCodec
-
- internalToExternal(UdtValue) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUDTCodec
-
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUnknownTypeCodec
-
- internalToExternal(UUID) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeToUUIDCodec
-
- internalToExternal(DateRange) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToDateRangeCodec
-
- internalToExternal(LineString) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToLineStringCodec
-
- internalToExternal(Point) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPointCodec
-
- internalToExternal(Polygon) - Method in class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPolygonCodec
-
- internalToExternal(ByteBuffer) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBlobCodec
-
- internalToExternal(Boolean) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToBooleanCodec
-
- internalToExternal(C) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToCollectionCodec
-
- internalToExternal(CqlDuration) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToDurationCodec
-
- internalToExternal(InetAddress) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToInetAddressCodec
-
- internalToExternal(Map<K, V>) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToMapCodec
-
- internalToExternal(N) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToNumberCodec
-
- internalToExternal(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToStringCodec
-
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToTemporalCodec
-
- internalToExternal(TupleValue) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToTupleCodec
-
- internalToExternal(UdtValue) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUDTCodec
-
- internalToExternal(T) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUnknownTypeCodec
-
- internalToExternal(UUID) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringToUUIDCodec
-
- InvalidMappingException - Exception in com.datastax.oss.dsbulk.workflow.commons.schema
-
- IOUtils - Class in com.datastax.oss.dsbulk.io
-
- IOUtils() - Constructor for class com.datastax.oss.dsbulk.io.IOUtils
-
- isAllowExtraFields() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- isAllowMissingFields() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- isBatch() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- isBatchingEnabled() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.BatchSettings
-
- isBatchQuery() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- isCollection(DataType) - Static method in class com.datastax.oss.dsbulk.codecs.jdk.JdkCodecUtils
-
- isDataSizeSamplingAvailable() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
Checks whether it is safe to perform data size sampling on this connector's data source.
- isDataSizeSamplingEnabled() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.EngineSettings
-
- isDirectoryNonEmpty(Path) - Static method in class com.datastax.oss.dsbulk.io.IOUtils
-
- isDryRun() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.EngineSettings
-
- isEmpty() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.PositionsTracker
-
- isEnabled() - Method in interface com.datastax.oss.dsbulk.executor.api.listener.LogSink
-
Whether the sink will effectively process the message (i.e., log it) or not.
- isIdempotent() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- isIdempotent() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- isInferring() - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- isInterrupted(Throwable) - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.ThrowableUtils
-
Returns
true when the given throwable, its cause, or any of its suppressed errors is an
InterruptedException or any of its common variants.
- isLeaf(ConfigValue) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Returns true if the given value is a leaf.
- isLeaf(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Checks the given line for the presence of an @leaf annotation.
- isNoneCompression(String) - Static method in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- isNull(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeConvertingCodec
-
Whether the input is null.
- isNull(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringConvertingCodec
-
Whether the input is null.
- isNullOrEmpty(JsonNode) - Method in class com.datastax.oss.dsbulk.codecs.text.json.JsonNodeConvertingCodec
-
Whether the input is null or empty.
- isNullOrEmpty(String) - Method in class com.datastax.oss.dsbulk.codecs.text.string.StringConvertingCodec
-
Whether the input is null or empty.
- isNumeric(DataType) - Static method in class com.datastax.oss.dsbulk.codecs.jdk.JdkCodecUtils
-
- isOssCassandra(CqlSession) - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.ExecutorSettings
-
- isParallelizable() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- isPathPresentAndNotEmpty(Config, String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Checks if the given path is present and its value is a non-empty string.
- isSearchQuery() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- isSelectStar() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- isSources() - Method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- isStandardStream(URL) - Static method in class com.datastax.oss.dsbulk.io.IOUtils
-
Returns true if the given URL references the standard input/output streams (that is, if it
reads from
System.in and writes to
System.out).
- isSuccess() - Method in interface com.datastax.oss.dsbulk.executor.api.result.Result
-
Returns true if the statement execution succeeded, false otherwise.
- isSupportedCompression(String, boolean) - Static method in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- isTemporal(DataType) - Static method in class com.datastax.oss.dsbulk.codecs.jdk.JdkCodecUtils
-
- isTracing() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- isTracing() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- isTypeHint(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Checks the given line for the presence of an @type annotation.
- isUUID(DataType) - Static method in class com.datastax.oss.dsbulk.codecs.jdk.JdkCodecUtils
-
- isWindows() - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.PlatformUtils
-
Checks if the operating system is a Windows one.
- RandomBulkTokenFactory - Class in com.datastax.oss.dsbulk.partitioner.random
-
- RandomBulkTokenFactory() - Constructor for class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- RandomBulkTokenRange - Class in com.datastax.oss.dsbulk.partitioner.random
-
- RandomBulkTokenRange(RandomToken, RandomToken, Set<EndPoint>) - Constructor for class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenRange
-
- RandomTokenRangeSplitter - Class in com.datastax.oss.dsbulk.partitioner.random
-
- RandomTokenRangeSplitter() - Constructor for class com.datastax.oss.dsbulk.partitioner.random.RandomTokenRangeSplitter
-
- range(Token, Token, Set<EndPoint>) - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenFactory
-
- range(Token, Token, Set<EndPoint>) - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenFactory
-
- range(Token, Token, Set<EndPoint>) - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- Range - Class in com.datastax.oss.dsbulk.workflow.commons.log
-
A closed range, that is, an interval defined by two inclusive bounds.
- Range(long, long) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- Range(long) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- rateLimiter - Variable in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutor
-
- RatioErrorThreshold - Class in com.datastax.oss.dsbulk.workflow.api.error
-
- ReactiveBulkExecutor - Interface in com.datastax.oss.dsbulk.executor.api
-
- ReactiveBulkReader - Interface in com.datastax.oss.dsbulk.executor.api.reader
-
A reactive execution unit for bulk read operations.
- ReactiveBulkWriter - Interface in com.datastax.oss.dsbulk.executor.api.writer
-
A reactive execution unit for bulk write operations.
- ReactiveStatementBatcher - Interface in com.datastax.oss.dsbulk.batcher.api
-
A
StatementBatcher that is also capable of grouping together publishers of statements.
- ReactiveStatementBatcherFactory - Interface in com.datastax.oss.dsbulk.batcher.api
-
- ReactorBulkExecutor - Interface in com.datastax.oss.dsbulk.executor.reactor
-
- ReactorBulkExecutorBuilderFactory - Class in com.datastax.oss.dsbulk.executor.reactor
-
- ReactorBulkExecutorBuilderFactory() - Constructor for class com.datastax.oss.dsbulk.executor.reactor.ReactorBulkExecutorBuilderFactory
-
- ReactorBulkReader - Interface in com.datastax.oss.dsbulk.executor.reactor.reader
-
A reactive execution unit for bulk read operations using
Reactor.
- ReactorBulkWriter - Interface in com.datastax.oss.dsbulk.executor.reactor.writer
-
A reactive execution unit for bulk write operations using
Reactor.
- ReactorStatementBatcher - Class in com.datastax.oss.dsbulk.batcher.reactor
-
- ReactorStatementBatcher() - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(int) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(long) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(int, long) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(CqlSession) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(CqlSession, BatchMode) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(CqlSession, BatchMode, BatchType, int) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcher(CqlSession, BatchMode, BatchType, int, long) - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcher
-
- ReactorStatementBatcherFactory - Class in com.datastax.oss.dsbulk.batcher.reactor
-
- ReactorStatementBatcherFactory() - Constructor for class com.datastax.oss.dsbulk.batcher.reactor.ReactorStatementBatcherFactory
-
- read() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Reads all records from the datasource in a flow of flows that can be consumed in parallel.
- read - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- read() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- readAsync(String, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.AsyncBulkReader
-
Executes the given read statement asynchronously, notifying the given consumer of every read
result.
- readAsync(Statement<?>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.AsyncBulkReader
-
Executes the given read statement asynchronously, notifying the given consumer of every read
result.
- readAsync(Stream<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.AsyncBulkReader
-
Executes the given stream of read statements asynchronously, notifying the given consumer of
every read result.
- readAsync(Iterable<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.AsyncBulkReader
-
Executes the given stream of read statements asynchronously, notifying the given consumer of
every read result.
- readAsync(Publisher<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.AsyncBulkReader
-
Executes the given iterable of read statements asynchronously, notifying the given consumer of
every read result.
- readAsync(Statement<?>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readAsync(Stream<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readAsync(Iterable<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readAsync(Publisher<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readConcurrency() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Returns the desired read concurrency, that is, how many resources are expected to be read in
parallel.
- readConcurrency() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- readNext(SynchronousSink<Record>) - Method in interface com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector.RecordReader
-
Reads the next record and emits the record to the sink, if any.
- readPassword(Config, String, Console) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Reads a password from the console, then returns a new
Config object containing the
password read under the given path.
- readReactive(String) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.ReactiveBulkReader
-
Executes the given read statement reactively.
- readReactive(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.ReactiveBulkReader
-
Executes the given read statement reactively.
- readReactive(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.ReactiveBulkReader
-
Executes the given stream of read statements reactively.
- readReactive(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.ReactiveBulkReader
-
Executes the given iterable of read statements reactively.
- readReactive(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.ReactiveBulkReader
-
Executes the given publisher of read statements reactively.
- readReactive(Statement<?>) - Method in class com.datastax.oss.dsbulk.executor.reactor.ContinuousReactorBulkExecutor
-
- readReactive(String) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readReactive(Statement<?>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readReactive(Stream<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readReactive(Iterable<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readReactive(Publisher<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readReactive(String) - Method in interface com.datastax.oss.dsbulk.executor.reactor.reader.ReactorBulkReader
-
Executes the given read statement reactively.
- readReactive(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.reader.ReactorBulkReader
-
Executes the given read statement reactively.
- readReactive(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.reader.ReactorBulkReader
-
Executes the given stream of read statements reactively.
- readReactive(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.reader.ReactorBulkReader
-
Executes the given iterable of read statements reactively.
- readReactive(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.reader.ReactorBulkReader
-
Executes the given Flux of read statements reactively.
- ReadResult - Interface in com.datastax.oss.dsbulk.executor.api.result
-
Represents one of the many results of a read operation.
- ReadResultCounter - Interface in com.datastax.oss.dsbulk.workflow.commons.schema
-
- ReadResultCounter.CountingUnit - Interface in com.datastax.oss.dsbulk.workflow.commons.schema
-
- ReadResultMapper - Interface in com.datastax.oss.dsbulk.workflow.commons.schema
-
- ReadResultPublisher - Class in com.datastax.oss.dsbulk.executor.api.publisher
-
- ReadResultPublisher(Statement<?>, CqlSession, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.ReadResultPublisher
-
- ReadResultPublisher(Statement<?>, CqlSession, boolean, ExecutionListener, Semaphore, RateLimiter) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.ReadResultPublisher
-
- ReadResultSubscription - Class in com.datastax.oss.dsbulk.executor.api.subscription
-
- ReadResultSubscription(Subscriber<? super ReadResult>, Statement<?>, ExecutionListener, Semaphore, RateLimiter, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.subscription.ReadResultSubscription
-
- ReadsAndWritesReportingExecutionListener - Class in com.datastax.oss.dsbulk.executor.api.listener
-
An
ExecutionListener that reports useful metrics about ongoing bulk read and write
operations.
- ReadsAndWritesReportingExecutionListener() - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.ReadsAndWritesReportingExecutionListener
-
- ReadsAndWritesReportingExecutionListener(MetricsCollectingExecutionListener) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.ReadsAndWritesReportingExecutionListener
-
- readSingleFile(URL) - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
Reads a single text file accessible through the given URL.
- ReadsReportingExecutionListener - Class in com.datastax.oss.dsbulk.executor.api.listener
-
- ReadsReportingExecutionListener() - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.ReadsReportingExecutionListener
-
- ReadsReportingExecutionListener(MetricsCollectingExecutionListener) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.ReadsReportingExecutionListener
-
- readSync(Statement<?>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.BulkReader
-
- readSync(Publisher<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.BulkReader
-
- readSync(String, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.SyncBulkReader
-
Executes the given read statement synchronously, notifying the given consumer of every read
result.
- readSync(Statement<?>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.SyncBulkReader
-
Executes the given read statement synchronously, notifying the given consumer of every read
result.
- readSync(Stream<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.SyncBulkReader
-
Executes the given stream of read statements synchronously, notifying the given consumer of
every read result.
- readSync(Iterable<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.SyncBulkReader
-
Executes the given stream of read statements synchronously, notifying the given consumer of
every read result.
- readSync(Publisher<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.reader.SyncBulkReader
-
Executes the given iterable of read statements asynchronously, notifying the given consumer of
every read result.
- readSync(Stream<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- readSync(Iterable<? extends Statement<?>>, Consumer<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- Record - Interface in com.datastax.oss.dsbulk.connectors.api
-
An item read by a
Connector, or passed to a connector for writing.
- RecordMapper - Interface in com.datastax.oss.dsbulk.workflow.commons.schema
-
- RecordMetadata - Interface in com.datastax.oss.dsbulk.connectors.api
-
Defines metadata applicable to a
record, in particular which field types it
contains.
- RecordReporter - Class in com.datastax.oss.dsbulk.workflow.commons.metrics
-
- RECURSIVE - Static variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- recursive - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- register(StatementPrinter<S>) - Method in class com.datastax.oss.dsbulk.format.statement.StatementPrinterRegistry
-
- render(CQLRenderMode) - Method in interface com.datastax.oss.dsbulk.mapping.CQLFragment
-
- render(CQLRenderMode) - Method in class com.datastax.oss.dsbulk.mapping.CQLLiteral
-
- render(CQLRenderMode) - Method in class com.datastax.oss.dsbulk.mapping.CQLWord
-
- render(CQLRenderMode) - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- replicas() - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenRange
-
- replicas() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenRange
-
- replicas() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenRange
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.executor.api.listener.ReadsAndWritesReportingExecutionListener
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.executor.api.listener.ReadsReportingExecutionListener
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.executor.api.listener.StatementsReportingExecutionListener
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.executor.api.listener.WritesReportingExecutionListener
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.BatchReporter
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.ConsoleReporter
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MemoryReporter
-
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.RecordReporter
-
- reportFinalMetrics() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- reportLastLocations() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.LogManager
-
- reportTotals() - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.DefaultReadResultCounter
-
- reportTotals() - Method in interface com.datastax.oss.dsbulk.workflow.commons.schema.ReadResultCounter
-
- request(long) - Method in class com.datastax.oss.dsbulk.executor.api.subscription.ResultSubscription
-
- resolve() - Method in class com.datastax.oss.dsbulk.workflow.api.log.OperationDirectoryResolver
-
- resolvePath(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Resolves the given path.
- resolveThreads(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Resolves the given input as a positive integer representing the number of threads to allocate.
- resolveURL(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Resolves the given URL.
- resolveUserHome(String) - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Resolves a path starting with "~" against the current user's home directory.
- resourceCount - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- Result - Interface in com.datastax.oss.dsbulk.executor.api.result
-
- ResultSubscription<R extends Result,P extends AsyncPagingIterable<Row,P>> - Class in com.datastax.oss.dsbulk.executor.api.subscription
-
A single-subscriber subscription that executes the provided
Statement with the provided
CqlSession and emits all the rows returned by the query to its
Subscriber.
- retainRecordSources - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- roots - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- round(Duration, TimeUnit) - Static method in class com.datastax.oss.dsbulk.workflow.api.utils.DurationUtils
-
Rounds the given duration to the given time unit.
- ROUNDING_MODE - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- RowFormatter - Class in com.datastax.oss.dsbulk.format.row
-
A component to format instances of
Row.
- RowFormatter() - Constructor for class com.datastax.oss.dsbulk.format.row.RowFormatter
-
Creates a row formatter with default settings.
- RowFormatter(int, int) - Constructor for class com.datastax.oss.dsbulk.format.row.RowFormatter
-
Creates a row formatter with customized settings.
- RowType - Enum in com.datastax.oss.dsbulk.workflow.commons.settings
-
- RowWriter - Class in com.datastax.oss.dsbulk.format.row
-
This class exposes utility methods to help in formatting a row.
- run() - Method in class com.datastax.oss.dsbulk.runner.CleanupThread
-
- run() - Method in class com.datastax.oss.dsbulk.runner.DataStaxBulkLoader
-
- run() - Method in class com.datastax.oss.dsbulk.runner.WorkflowThread
-
- sampleReads(Iterable<Row>) - Static method in class com.datastax.oss.dsbulk.sampler.DataSizeSampler
-
- sampleWrites(AttachmentPoint, Iterable<Statement<?>>) - Static method in class com.datastax.oss.dsbulk.sampler.DataSizeSampler
-
- scanRootDirectory(Path) - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
Scans a directory for readable files and returns the files found as a stream.
- SchemaGenerationStrategy - Enum in com.datastax.oss.dsbulk.workflow.commons.settings
-
- SchemaSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- SchemaSettings(Config, SchemaGenerationStrategy) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings
-
- SectionHelpRequestException - Exception in com.datastax.oss.dsbulk.runner.cli
-
Simple exception indicating that the user wants the help for a particular section.
- SectionHelpRequestException(String, String) - Constructor for exception com.datastax.oss.dsbulk.runner.cli.SectionHelpRequestException
-
- serialConsistencyLevel - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- session - Variable in class com.datastax.oss.dsbulk.batcher.api.DefaultStatementBatcher
-
- session - Variable in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutor
-
- session - Variable in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutorBuilder
-
- setAllowExtraFields(boolean) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- setAllowMissingFields(boolean) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- setAttribute(Object, Object) - Method in class com.datastax.oss.dsbulk.executor.api.listener.DefaultExecutionContext
-
- setAttribute(Object, Object) - Method in interface com.datastax.oss.dsbulk.executor.api.listener.ExecutionContext
-
Sets an attribute into this context.
- setBinaryFormat(BinaryFormat) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The
BinaryFormat to use for conversions between
String and CQL blob.
- setBooleanInputWords(Map<String, Boolean>) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Specify how strings map to true and false.
- setBooleanNumbers(BigDecimal, BigDecimal) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Sets how numbers are mapped to boolean values.
- setBooleanOutputWords(Map<Boolean, String>) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Specify how true and false map to strings.
- setBytesUnsafe(int, ByteBuffer) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setCurrentOperationDirectory(Path) - Static method in class com.datastax.oss.dsbulk.workflow.api.log.OperationDirectory
-
- setCustomPayload(Map<String, ByteBuffer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setCustomPayload(Map<String, ByteBuffer>) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setDateFormat(String) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The temporal pattern to use for String to CQL date conversion.
- setEpoch(ZonedDateTime) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
This setting applies only to CQL timestamp columns, and USING TIMESTAMP clauses
in queries.
- setExecutionProfile(DriverExecutionProfile) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setExecutionProfile(DriverExecutionProfile) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setExecutionProfileName(String) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setExecutionProfileName(String) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setExitStatus(ExitStatus) - Method in class com.datastax.oss.dsbulk.runner.WorkflowThread
-
- setFieldValue(Field, Object) - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
Sets the value associated with the given field.
- setFormatNumbers(boolean) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- setGeoFormat(GeoFormat) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The
GeoFormat to use for conversions between
String and CQL blob.
- setIdempotent(Boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setIdempotent(Boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setKeyspace(CqlIdentifier) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setLocale(Locale) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Sets the locale to use for locale-sensitive conversions.
- setLower(long) - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- setNamedValuesWithIds(Map<CqlIdentifier, Object>) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setNode(Node) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setNode(Node) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setNormal() - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- setNullStrings(List<String>) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Comma-separated list of case-sensitive strings that should be mapped to null.
- setNullStrings(String...) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Comma-separated list of case-sensitive strings that should be mapped to null.
- setNumberFormat(String) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The numeric pattern to use for conversions between String and CQL numeric types.
- setObjectMapper(ObjectMapper) - Method in class com.datastax.oss.dsbulk.codecs.text.TextConversionContext
-
- setOverflowStrategy(OverflowStrategy) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The overflow strategy to apply.
- setPageSize(int) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setPageSize(int) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setPagingState(ByteBuffer) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setPagingState(ByteBuffer) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setPositionalValues(List<Object>) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setQuery(String) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setQueryTimestamp(long) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setQueryTimestamp(long) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setQuiet() - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- setRoundingMode(RoundingMode) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The rounding strategy to use for conversions from CQL numeric types to String.
- setRoutingKey(ByteBuffer) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setRoutingKey(ByteBuffer) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setRoutingKeyspace(CqlIdentifier) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setRoutingKeyspace(CqlIdentifier) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setRoutingToken(Token) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setRoutingToken(Token) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setTimeFormat(String) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The temporal pattern to use for String to CQL time conversion.The default is
HH:mm:ss.
- setTimeout(Duration) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setTimeout(Duration) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setTimestampFormat(String) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
The temporal pattern to use for String to CQL timestamp conversion.
- setTimeUnit(TimeUnit) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
This setting applies only to CQL timestamp columns, and USING TIMESTAMP clauses
in queries.
- setTimeUUIDGenerator(TimeUUIDGenerator) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Strategy to use when generating time-based (version 1) UUIDs from timestamps.
- setTimeZone(ZoneId) - Method in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
Sets the time zone to use for temporal conversions.
- SettingsGroup - Interface in com.datastax.oss.dsbulk.config.model
-
Encapsulates a group of settings that should be rendered together.
- SettingsGroupFactory - Class in com.datastax.oss.dsbulk.config.model
-
- SettingsGroupFactory() - Constructor for class com.datastax.oss.dsbulk.config.model.SettingsGroupFactory
-
- SettingsManager - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- SettingsManager(Config) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.settings.SettingsManager
-
- setTracing(boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- setTracing(boolean) - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedSimpleStatement
-
- setUpper(long) - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- setVerbose() - Static method in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
- ShortcutsFactory - Class in com.datastax.oss.dsbulk.config.shortcuts
-
- ShortcutsFactory() - Constructor for class com.datastax.oss.dsbulk.config.shortcuts.ShortcutsFactory
-
- SimpleNodeFilter - Class in com.datastax.oss.dsbulk.workflow.commons.policies.lbp
-
DSSBulk's default node filter.
- SimpleNodeFilter(DriverContext, String) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.policies.lbp.SimpleNodeFilter
-
Constructor required by the driver to create an instance of this filter.
- SimpleNodeFilter(Set<EndPoint>, Set<EndPoint>) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.policies.lbp.SimpleNodeFilter
-
- SimpleStatementPrinter - Class in com.datastax.oss.dsbulk.format.statement
-
- SimpleStatementPrinter() - Constructor for class com.datastax.oss.dsbulk.format.statement.SimpleStatementPrinter
-
- SimpleTemporalFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.temporal
-
A generic temporal format.
- SimpleTemporalFormat(DateTimeFormatter) - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.temporal.SimpleTemporalFormat
-
- SimpleTemporalFormat(DateTimeFormatter, DateTimeFormatter) - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.temporal.SimpleTemporalFormat
-
- singleWriter - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- singular() - Method in enum com.datastax.oss.dsbulk.workflow.commons.settings.RowType
-
- size() - Method in class com.datastax.oss.dsbulk.executor.api.histogram.HdrHistogramReservoir
-
- size() - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenRange
-
- size() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenRange
-
- size() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenRange
-
- size() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.MappedBoundStatement
-
- SKIP_RECORDS - Static variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- skipRecords - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- SNAPPY_COMPRESSION - Static variable in class com.datastax.oss.dsbulk.io.CompressedIOUtils
-
- sortFieldsByIndex(Multimap<MappingField, CQLFragment>) - Static method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- split(BulkTokenRange, int) - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3TokenRangeSplitter
-
- split(BulkTokenRange, int) - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomTokenRangeSplitter
-
- split(Iterable<BulkTokenRange>, int) - Method in interface com.datastax.oss.dsbulk.partitioner.TokenRangeSplitter
-
Splits the given ranges uniformly into (smaller) splitCount chunks.
- split(BulkTokenRange, int) - Method in interface com.datastax.oss.dsbulk.partitioner.TokenRangeSplitter
-
Splits the given token range uniformly into sub-ranges with the given desired split count.
- splitter() - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenFactory
-
- splitter() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenFactory
-
- splitter() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- SslHandlerFactoryFactory - Class in com.datastax.oss.dsbulk.workflow.commons.ssl
-
- SslHandlerFactoryFactory() - Constructor for class com.datastax.oss.dsbulk.workflow.commons.ssl.SslHandlerFactoryFactory
-
- STACK_TRACE_PRINTER_OPTIONS - Static variable in class com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings
-
The options for stack trace printing.
- standaloneDriverReference() - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Creates a resolved config containing only the driver settings that DSBulk overrides.
- standaloneDSBulkReference() - Static method in class com.datastax.oss.dsbulk.config.ConfigUtils
-
Creates a resolved config containing only DSBulk settings.
- STANDARD_STREAM_PROTOCOL - Static variable in class com.datastax.oss.dsbulk.url.StdinStdoutURLStreamHandlerProvider
-
The protocol for standard input and standard output URLs.
- STAR - Static variable in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- start() - Method in class com.datastax.oss.dsbulk.executor.api.listener.DefaultExecutionContext
-
- start(Callable<CompletionStage<? extends P>>) - Method in class com.datastax.oss.dsbulk.executor.api.subscription.ResultSubscription
-
- start() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- StatementBatcher - Interface in com.datastax.oss.dsbulk.batcher.api
-
- StatementFormatter - Class in com.datastax.oss.dsbulk.format.statement
-
A component to format instances of
Statement.
- StatementFormatter.Builder - Class in com.datastax.oss.dsbulk.format.statement
-
- StatementFormatterLimits - Class in com.datastax.oss.dsbulk.format.statement
-
A set of user-defined limitation rules that
printers should strive to
comply with when formatting statements.
- StatementFormatterSymbols - Class in com.datastax.oss.dsbulk.format.statement
-
- StatementFormatterSymbols() - Constructor for class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- StatementFormatVerbosity - Enum in com.datastax.oss.dsbulk.format.statement
-
The desired statement format verbosity.
- StatementPrinter<S extends Statement> - Interface in com.datastax.oss.dsbulk.format.statement
-
- StatementPrinterBase<S extends Statement<S>> - Class in com.datastax.oss.dsbulk.format.statement
-
- StatementPrinterBase() - Constructor for class com.datastax.oss.dsbulk.format.statement.StatementPrinterBase
-
- StatementPrinterRegistry - Class in com.datastax.oss.dsbulk.format.statement
-
- statementsCount - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- StatementsReportingExecutionListener - Class in com.datastax.oss.dsbulk.executor.api.listener
-
- StatementsReportingExecutionListener() - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.StatementsReportingExecutionListener
-
- StatementsReportingExecutionListener(MetricsCollectingExecutionListener) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.StatementsReportingExecutionListener
-
- StatementWriter - Class in com.datastax.oss.dsbulk.format.statement
-
- StatsSettings - Class in com.datastax.oss.dsbulk.workflow.commons.settings
-
- StatsSettings(Config) - Constructor for class com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings
-
- StatsSettings.StatisticsMode - Enum in com.datastax.oss.dsbulk.workflow.commons.settings
-
- StdinStdoutURLStreamHandler - Class in com.datastax.oss.dsbulk.url
-
- StdinStdoutURLStreamHandlerProvider - Class in com.datastax.oss.dsbulk.url
-
- StdinStdoutURLStreamHandlerProvider() - Constructor for class com.datastax.oss.dsbulk.url.StdinStdoutURLStreamHandlerProvider
-
- stop() - Method in class com.datastax.oss.dsbulk.executor.api.listener.DefaultExecutionContext
-
- stop() - Method in class com.datastax.oss.dsbulk.workflow.commons.metrics.MetricsManager
-
- StringConvertingCodec<T> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringConvertingCodec(TypeCodec<T>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringConvertingCodec
-
- StringConvertingCodecProvider - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringConvertingCodecProvider() - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringConvertingCodecProvider
-
- StringToBigDecimalCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToBigDecimalCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToBigDecimalCodec
-
- StringToBigIntegerCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToBigIntegerCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToBigIntegerCodec
-
- StringToBlobCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToBlobCodec(List<String>, BinaryFormat) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToBlobCodec
-
- StringToBooleanCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToBooleanCodec(Map<String, Boolean>, Map<Boolean, String>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToBooleanCodec
-
- StringToByteCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToByteCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToByteCodec
-
- StringToCollectionCodec<E,C extends Collection<E>> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToDateRangeCodec - Class in com.datastax.oss.dsbulk.codecs.text.string.dse
-
- StringToDateRangeCodec(List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToDateRangeCodec
-
- StringToDoubleCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToDoubleCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToDoubleCodec
-
- StringToDurationCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToDurationCodec(List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToDurationCodec
-
- StringToFloatCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToFloatCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToFloatCodec
-
- StringToInetAddressCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToInetAddressCodec(List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToInetAddressCodec
-
- StringToInstantCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToInstantCodec(TemporalFormat, ZoneId, ZonedDateTime, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToInstantCodec
-
- StringToIntegerCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToIntegerCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToIntegerCodec
-
- StringToLineStringCodec - Class in com.datastax.oss.dsbulk.codecs.text.string.dse
-
- StringToLineStringCodec(GeoFormat, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToLineStringCodec
-
- StringToListCodec<E> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToListCodec(ConvertingCodec<JsonNode, List<E>>, ObjectMapper, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToListCodec
-
- StringToLocalDateCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToLocalDateCodec(TemporalFormat, ZoneId, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToLocalDateCodec
-
- StringToLocalTimeCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToLocalTimeCodec(TemporalFormat, ZoneId, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToLocalTimeCodec
-
- StringToLongCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToLongCodec(PrimitiveLongCodec, FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToLongCodec
-
- StringToMapCodec<K,V> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToMapCodec(ConvertingCodec<JsonNode, Map<K, V>>, ObjectMapper, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToMapCodec
-
- StringToNumberCodec<N extends Number> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToPointCodec - Class in com.datastax.oss.dsbulk.codecs.text.string.dse
-
- StringToPointCodec(GeoFormat, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPointCodec
-
- StringToPolygonCodec - Class in com.datastax.oss.dsbulk.codecs.text.string.dse
-
- StringToPolygonCodec(GeoFormat, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.dse.StringToPolygonCodec
-
- StringToSetCodec<E> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToSetCodec(ConvertingCodec<JsonNode, Set<E>>, ObjectMapper, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToSetCodec
-
- StringToShortCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToShortCodec(FastThreadLocal<NumberFormat>, OverflowStrategy, RoundingMode, TemporalFormat, ZoneId, TimeUnit, ZonedDateTime, Map<String, Boolean>, List<BigDecimal>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToShortCodec
-
- StringToStringCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToStringCodec(TypeCodec<String>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToStringCodec
-
- StringToTemporalCodec<T extends TemporalAccessor> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToTupleCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToTupleCodec(ConvertingCodec<JsonNode, TupleValue>, ObjectMapper, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToTupleCodec
-
- StringToUDTCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToUDTCodec(ConvertingCodec<JsonNode, UdtValue>, ObjectMapper, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToUDTCodec
-
- StringToUnknownTypeCodec<T> - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToUnknownTypeCodec(TypeCodec<T>, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToUnknownTypeCodec
-
- StringToUUIDCodec - Class in com.datastax.oss.dsbulk.codecs.text.string
-
- StringToUUIDCodec(TypeCodec<UUID>, ConvertingCodec<String, Instant>, TimeUUIDGenerator, List<String>) - Constructor for class com.datastax.oss.dsbulk.codecs.text.string.StringToUUIDCodec
-
- StringUtils - Class in com.datastax.oss.dsbulk.codecs.text.utils
-
- StringUtils() - Constructor for class com.datastax.oss.dsbulk.codecs.text.utils.StringUtils
-
- StringUtils - Class in com.datastax.oss.dsbulk.docs.utils
-
- StringUtils() - Constructor for class com.datastax.oss.dsbulk.docs.utils.StringUtils
-
- StringUtils - Class in com.datastax.oss.dsbulk.runner.utils
-
- StringUtils() - Constructor for class com.datastax.oss.dsbulk.runner.utils.StringUtils
-
- StringUtils - Class in com.datastax.oss.dsbulk.workflow.commons.utils
-
- StringUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.commons.utils.StringUtils
-
- subscribe(Subscriber<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.api.publisher.ContinuousReadResultPublisher
-
- subscribe(Subscriber<? super ReadResult>) - Method in class com.datastax.oss.dsbulk.executor.api.publisher.ReadResultPublisher
-
- subscribe(Subscriber<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.api.publisher.WriteResultPublisher
-
- summaryEnd - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- summaryStart - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- supports(ConnectorFeature) - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Whether or not the connector supports the given feature.
- supports(ConnectorFeature) - Method in class com.datastax.oss.dsbulk.connectors.csv.CSVConnector
-
- supports(ConnectorFeature) - Method in class com.datastax.oss.dsbulk.connectors.json.JsonConnector
-
- SyncBulkExecutor - Interface in com.datastax.oss.dsbulk.executor.api
-
- SyncBulkReader - Interface in com.datastax.oss.dsbulk.executor.api.reader
-
An asynchronous execution unit for bulk read operations.
- SyncBulkWriter - Interface in com.datastax.oss.dsbulk.executor.api.writer
-
A synchronous execution unit for bulk write operations.
- TemporalConvertingCodecsProvider - Class in com.datastax.oss.dsbulk.codecs.jdk.temporal
-
- TemporalConvertingCodecsProvider() - Constructor for class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalConvertingCodecsProvider
-
- TemporalFormat - Interface in com.datastax.oss.dsbulk.codecs.api.format.temporal
-
A small wrapper around
DateTimeFormatter that allows to use different
formats when parsing and formatting.
- temporalToNumber(TemporalAccessor) - Method in class com.datastax.oss.dsbulk.codecs.api.format.temporal.NumericTemporalFormat
-
- TemporalToTemporalCodec<EXTERNAL extends TemporalAccessor,INTERNAL extends TemporalAccessor> - Class in com.datastax.oss.dsbulk.codecs.jdk.temporal
-
- TemporalToTemporalCodec(Class<EXTERNAL>, TypeCodec<INTERNAL>, ZoneId, ZonedDateTime) - Constructor for class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToTemporalCodec
-
- TemporalToUUIDCodec<EXTERNAL extends TemporalAccessor> - Class in com.datastax.oss.dsbulk.codecs.jdk.temporal
-
- TemporalToUUIDCodec(TypeCodec<UUID>, TemporalToTemporalCodec<EXTERNAL, Instant>, TimeUUIDGenerator) - Constructor for class com.datastax.oss.dsbulk.codecs.jdk.temporal.TemporalToUUIDCodec
-
- test(BatchableStatement<?>) - Method in class com.datastax.oss.dsbulk.batcher.api.DefaultStatementBatcher.AdaptiveSizingBatchPredicate
-
- test(Node) - Method in class com.datastax.oss.dsbulk.workflow.commons.policies.lbp.SimpleNodeFilter
-
- TextConversionContext - Class in com.datastax.oss.dsbulk.codecs.text
-
- TextConversionContext() - Constructor for class com.datastax.oss.dsbulk.codecs.text.TextConversionContext
-
- thresholdAsString() - Method in class com.datastax.oss.dsbulk.workflow.api.error.AbsoluteErrorThreshold
-
- thresholdAsString() - Method in interface com.datastax.oss.dsbulk.workflow.api.error.ErrorThreshold
-
Returns a textual description of this threshold, mainly for informational purposes, e.g.
- thresholdAsString() - Method in class com.datastax.oss.dsbulk.workflow.api.error.RatioErrorThreshold
-
- thresholdAsString() - Method in class com.datastax.oss.dsbulk.workflow.api.error.UnlimitedErrorThreshold
-
- ThrowableUtils - Class in com.datastax.oss.dsbulk.workflow.api.utils
-
- ThrowableUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.api.utils.ThrowableUtils
-
- TIME_PATTERN - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- TIME_UNIT - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- TIME_UUID_GENERATOR - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- TIME_ZONE - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- timeout - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- timestamp - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- TIMESTAMP_FORMAT - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- TIMESTAMP_PATTERN - Static variable in class com.datastax.oss.dsbulk.codecs.api.CommonConversionContext
-
- TimeUUIDGenerator - Enum in com.datastax.oss.dsbulk.codecs.api.util
-
This class is loosely inspired by Cassandra's UUIDGen class and by the DataStax Java
driver's UUIDs class.
- toBigDecimal(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a BigDecimal.
- toBigIntegerExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a BigInteger, throwing an exception in case of overflow.
- toByteValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a Byte, throwing an exception in case of overflow.
- toDoubleValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a Double, throwing an exception in case of overflow.
- toErrorResult(BulkExecutionException) - Method in class com.datastax.oss.dsbulk.executor.api.subscription.ContinuousReadResultSubscription
-
- toFloatValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a Float, throwing an exception in case of overflow.
- toInstant(TemporalAccessor, ZoneId, LocalDate) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given temporal into an
Instant.
- toIntValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into an Integer, throwing an exception in case of overflow.
- TokenRangeClusterer - Class in com.datastax.oss.dsbulk.partitioner
-
Groups small, contiguous token ranges sharing the same replicas in order to reduce the total
number of splits.
- TokenRangeClusterer(BulkTokenFactory) - Constructor for class com.datastax.oss.dsbulk.partitioner.TokenRangeClusterer
-
- TokenRangeReadStatementGenerator - Class in com.datastax.oss.dsbulk.partitioner
-
Generates SELECT statements that read the entire table by token ranges.
- TokenRangeReadStatementGenerator(RelationMetadata, Metadata) - Constructor for class com.datastax.oss.dsbulk.partitioner.TokenRangeReadStatementGenerator
-
- TokenRangeSplitter - Interface in com.datastax.oss.dsbulk.partitioner
-
Splits token ranges into smaller sub-ranges.
- TokenUtils - Class in com.datastax.oss.dsbulk.partitioner.utils
-
- TokenUtils() - Constructor for class com.datastax.oss.dsbulk.partitioner.utils.TokenUtils
-
- toLocalDate(TemporalAccessor, ZoneId) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given temporal into a
LocalDate.
- toLocalDateTime(TemporalAccessor, ZoneId, LocalDate) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- toLocalTime(TemporalAccessor, ZoneId) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given temporal into a
LocalTime.
- toLongValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a Long, throwing an exception in case of overflow.
- TooManyErrorsException - Exception in com.datastax.oss.dsbulk.workflow.api.error
-
Thrown when the engine encounters too many errors.
- TooManyErrorsException(ErrorThreshold) - Constructor for exception com.datastax.oss.dsbulk.workflow.api.error.TooManyErrorsException
-
- toShortValueExact(Number) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
Converts the given number into a Short, throwing an exception in case of overflow.
- toString() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultIndexedField
-
- toString() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultMappedField
-
- toString() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- toString() - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultReadResult
-
- toString() - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultWriteResult
-
- toString() - Method in class com.datastax.oss.dsbulk.format.row.RowWriter
-
- toString() - Method in class com.datastax.oss.dsbulk.format.statement.StatementWriter
-
- toString() - Method in class com.datastax.oss.dsbulk.mapping.CQLLiteral
-
- toString() - Method in class com.datastax.oss.dsbulk.mapping.CQLWord
-
- toString() - Method in class com.datastax.oss.dsbulk.mapping.FunctionCall
-
- toString() - Method in class com.datastax.oss.dsbulk.workflow.commons.log.Range
-
- toString() - Method in class com.datastax.oss.dsbulk.workflow.commons.statement.UnmappableStatement
-
- toString() - Method in class com.datastax.oss.dsbulk.workflow.count.CountWorkflow
-
- toString() - Method in class com.datastax.oss.dsbulk.workflow.load.LoadWorkflow
-
- toString() - Method in class com.datastax.oss.dsbulk.workflow.unload.UnloadWorkflow
-
- ToStringNumberFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.number
-
- ToStringNumberFormat(NumberFormat) - Constructor for class com.datastax.oss.dsbulk.codecs.api.format.number.ToStringNumberFormat
-
- TOTAL_TOKEN_COUNT - Static variable in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenFactory
-
- TOTAL_TOKEN_COUNT - Static variable in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- totalTokenCount() - Method in interface com.datastax.oss.dsbulk.partitioner.BulkTokenFactory
-
- totalTokenCount() - Method in class com.datastax.oss.dsbulk.partitioner.murmur3.Murmur3BulkTokenFactory
-
- totalTokenCount() - Method in class com.datastax.oss.dsbulk.partitioner.random.RandomBulkTokenFactory
-
- toUUIDTimestamp(Instant) - Static method in enum com.datastax.oss.dsbulk.codecs.api.util.TimeUUIDGenerator
-
- toZonedDateTime(TemporalAccessor, ZoneId, LocalDate) - Static method in class com.datastax.oss.dsbulk.codecs.api.util.CodecUtils
-
- truncatedOutput - Static variable in class com.datastax.oss.dsbulk.format.statement.StatementFormatterSymbols
-
- TTL - Static variable in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.batcher.api.BatchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.codecs.api.util.OverflowStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.codecs.api.util.TimeUUIDGenerator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.connectors.api.CommonConnectorFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.format.statement.StatementFormatVerbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.mapping.CQLRenderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.mapping.MappingPreference
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.runner.ExitStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.BulkDriverOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings.Verbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.RowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.SchemaGenerationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings.StatisticsMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.datastax.oss.dsbulk.batcher.api.BatchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.codecs.api.util.OverflowStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.codecs.api.util.TimeUUIDGenerator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.connectors.api.CommonConnectorFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultErrorRecord
-
- values() - Method in class com.datastax.oss.dsbulk.connectors.api.DefaultRecord
-
- values() - Method in interface com.datastax.oss.dsbulk.connectors.api.Record
-
Returns a collection containing all the values in this record.
- values() - Static method in enum com.datastax.oss.dsbulk.format.statement.StatementFormatVerbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.mapping.CQLRenderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.mapping.MappingPreference
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.runner.ExitStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.BulkDriverOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.LogSettings.Verbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.RowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.SchemaGenerationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.datastax.oss.dsbulk.workflow.commons.settings.StatsSettings.StatisticsMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variables() - Method in class com.datastax.oss.dsbulk.mapping.DefaultMapping
-
- variables() - Method in interface com.datastax.oss.dsbulk.mapping.Mapping
-
Returns all the variables in this mapping.
- variableToFields(CQLWord) - Method in class com.datastax.oss.dsbulk.mapping.DefaultMapping
-
- variableToFields(CQLWord) - Method in interface com.datastax.oss.dsbulk.mapping.Mapping
-
Maps the given row variable to one or more fields in a record.
- VersionRequestException - Exception in com.datastax.oss.dsbulk.runner.cli
-
Simple exception indicating that the user wants to know the version of the tool.
- VersionRequestException() - Constructor for exception com.datastax.oss.dsbulk.runner.cli.VersionRequestException
-
- visitAllowedFunctionName(CqlParser.AllowedFunctionNameContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitBatchStatement(CqlParser.BatchStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitCfName(CqlParser.CfNameContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitCident(CqlParser.CidentContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitColumnFamilyName(CqlParser.ColumnFamilyNameContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitColumnName(MappingParser.ColumnNameContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitColumnOperationDifferentiator(CqlParser.ColumnOperationDifferentiatorContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitDeleteStatement(CqlParser.DeleteStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitField(MappingParser.FieldContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitFieldOrFunction(MappingParser.FieldOrFunctionContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitFunction(MappingParser.FunctionContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitFunction(CqlParser.FunctionContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitFunctionArg(MappingParser.FunctionArgContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitFunctionName(MappingParser.FunctionNameContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitIdentifier(MappingParser.IdentifierContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitIndex(MappingParser.IndexContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitIndexedEntry(MappingParser.IndexedEntryContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitIndexOrFunction(MappingParser.IndexOrFunctionContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitInferredMappedEntry(MappingParser.InferredMappedEntryContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitInsertStatement(CqlParser.InsertStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitJsonInsertStatement(CqlParser.JsonInsertStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitKeyspaceName(MappingParser.KeyspaceNameContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitKeyspaceName(CqlParser.KeyspaceNameContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitKsName(CqlParser.KsNameContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitLiteral(MappingParser.LiteralContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitMapping(MappingParser.MappingContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitNoncolIdent(CqlParser.NoncolIdentContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitNormalInsertStatement(CqlParser.NormalInsertStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitRegularMappedEntry(MappingParser.RegularMappedEntryContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitRelation(CqlParser.RelationContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitSelectClause(CqlParser.SelectClauseContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitSelector(CqlParser.SelectorContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitSelectStatement(CqlParser.SelectStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitSimpleEntry(MappingParser.SimpleEntryContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitTerm(CqlParser.TermContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitTtl(MappingParser.TtlContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitUnaliasedSelector(CqlParser.UnaliasedSelectorContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitUpdateStatement(CqlParser.UpdateStatementContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitUsingClauseDelete(CqlParser.UsingClauseDeleteContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitUsingClauseObjective(CqlParser.UsingClauseObjectiveContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitValue(CqlParser.ValueContext) - Method in class com.datastax.oss.dsbulk.workflow.commons.schema.QueryInspector
-
- visitVariable(MappingParser.VariableContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitVariableOrFunction(MappingParser.VariableOrFunctionContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- visitWritetime(MappingParser.WritetimeContext) - Method in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- wasApplied() - Method in class com.datastax.oss.dsbulk.executor.api.result.DefaultWriteResult
-
- wasApplied() - Method in class com.datastax.oss.dsbulk.executor.api.result.EmptyWriteResult
-
- wasApplied() - Method in interface com.datastax.oss.dsbulk.executor.api.result.WriteResult
-
If the query that produced this result was a conditional update, returns whether the
conditional update could be successfully applied.
- WellKnownBinaryGeoFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.geo
-
- WellKnownTextGeoFormat - Class in com.datastax.oss.dsbulk.codecs.api.format.geo
-
- withExecutionListener(ExecutionListener) - Method in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutorBuilder
-
- withExecutionListener(ExecutionListener) - Method in interface com.datastax.oss.dsbulk.executor.api.BulkExecutorBuilder
-
- withLogSink(LogSink) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
Use the given
LogSink to log messages.
- withMaxBoundValueLength(int) - Method in class com.datastax.oss.dsbulk.format.statement.StatementFormatter.Builder
-
Sets the maximum length, in numbers of printed characters, allowed for a single bound value.
- withMaxBoundValues(int) - Method in class com.datastax.oss.dsbulk.format.statement.StatementFormatter.Builder
-
Sets the maximum number of printed bound values.
- withMaxInFlightRequests(int) - Method in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutorBuilder
-
- withMaxInFlightRequests(int) - Method in interface com.datastax.oss.dsbulk.executor.api.BulkExecutorBuilder
-
Sets the maximum number of in-flight requests.
- withMaxInnerStatements(int) - Method in class com.datastax.oss.dsbulk.format.statement.StatementFormatter.Builder
-
Sets the maximum number of printed inner statements of a
BatchStatement.
- withMaxQueryStringLength(int) - Method in class com.datastax.oss.dsbulk.format.statement.StatementFormatter.Builder
-
Sets the maximum length allowed for query strings.
- withMaxRequestsPerSecond(int) - Method in class com.datastax.oss.dsbulk.executor.api.AbstractBulkExecutorBuilder
-
- withMaxRequestsPerSecond(int) - Method in interface com.datastax.oss.dsbulk.executor.api.BulkExecutorBuilder
-
Sets the maximum number of concurrent requests per second.
- withScheduler(ScheduledExecutorService) - Method in class com.datastax.oss.dsbulk.executor.api.listener.AbstractMetricsReportingExecutionListenerBuilder
-
Use the given
scheduler to schedule periodic reports.
- Workflow - Interface in com.datastax.oss.dsbulk.workflow.api
-
Defines a pipeline of transformations to apply.
- WorkflowProvider - Interface in com.datastax.oss.dsbulk.workflow.api
-
- WorkflowThread - Class in com.datastax.oss.dsbulk.runner
-
A thread responsible for running the workflow.
- WorkflowThread(Workflow) - Constructor for class com.datastax.oss.dsbulk.runner.WorkflowThread
-
- WorkflowUtils - Class in com.datastax.oss.dsbulk.workflow.api.utils
-
- WorkflowUtils() - Constructor for class com.datastax.oss.dsbulk.workflow.api.utils.WorkflowUtils
-
- write() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Returns a function that handles writing records to the datasource.
- write(Record) - Method in interface com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector.RecordWriter
-
Writes the record to the destination file, in a thread-safe manner (i.e., this method is
never called concurrently).
- write() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- writeAsync(String) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given write statement asynchronously.
- writeAsync(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given write statement asynchronously.
- writeAsync(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given stream of write statements asynchronously.
- writeAsync(Stream<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given stream of write statements asynchronously, notifying the given consumer of
every write result.
- writeAsync(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given iterable of write statements asynchronously.
- writeAsync(Iterable<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given iterable of write statements asynchronously, notifying the given consumer of
every write result.
- writeAsync(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given flow of write statements asynchronously.
- writeAsync(Publisher<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.AsyncBulkWriter
-
Executes the given flow of write statements asynchronously, notifying the given consumer of
every write result.
- writeAsync(Statement<?>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeAsync(Stream<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeAsync(Iterable<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeAsync(Publisher<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeConcurrency() - Method in interface com.datastax.oss.dsbulk.connectors.api.Connector
-
Returns the desired write concurrency, that is, how many resources are expected to be written
in parallel.
- writeConcurrency() - Method in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- writeReactive(String) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.ReactiveBulkWriter
-
Executes the given write statement reactively.
- writeReactive(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.ReactiveBulkWriter
-
Executes the given write statement reactively.
- writeReactive(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.ReactiveBulkWriter
-
Executes the given stream of write statements reactively.
- writeReactive(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.ReactiveBulkWriter
-
Executes the given iterable of write statements reactively.
- writeReactive(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.ReactiveBulkWriter
-
Executes the given publisher of write statements reactively.
- writeReactive(Statement<?>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeReactive(Stream<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeReactive(Iterable<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeReactive(Publisher<? extends Statement<?>>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeReactive(String) - Method in interface com.datastax.oss.dsbulk.executor.reactor.writer.ReactorBulkWriter
-
Executes the given write statement reactively.
- writeReactive(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.writer.ReactorBulkWriter
-
Executes the given write statement reactively.
- writeReactive(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.writer.ReactorBulkWriter
-
Executes the given stream of write statements reactively.
- writeReactive(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.writer.ReactorBulkWriter
-
Executes the given iterable of write statements reactively.
- writeReactive(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.reactor.writer.ReactorBulkWriter
-
Executes the given Flux of write statements reactively.
- WriteResult - Interface in com.datastax.oss.dsbulk.executor.api.result
-
Represents the unique result of a write operation.
- WriteResultPublisher - Class in com.datastax.oss.dsbulk.executor.api.publisher
-
- WriteResultPublisher(Statement<?>, CqlSession, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.WriteResultPublisher
-
- WriteResultPublisher(Statement<?>, CqlSession, boolean, ExecutionListener, Semaphore, RateLimiter) - Constructor for class com.datastax.oss.dsbulk.executor.api.publisher.WriteResultPublisher
-
- WriteResultSubscription - Class in com.datastax.oss.dsbulk.executor.api.subscription
-
- WriteResultSubscription(Subscriber<? super WriteResult>, Statement<?>, ExecutionListener, Semaphore, RateLimiter, boolean) - Constructor for class com.datastax.oss.dsbulk.executor.api.subscription.WriteResultSubscription
-
- writers - Variable in class com.datastax.oss.dsbulk.connectors.commons.AbstractFileBasedConnector
-
- WritesReportingExecutionListener - Class in com.datastax.oss.dsbulk.executor.api.listener
-
An
ExecutionListener that reports useful metrics about ongoing bulk write operations.
- WritesReportingExecutionListener() - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.WritesReportingExecutionListener
-
- WritesReportingExecutionListener(MetricsCollectingExecutionListener) - Constructor for class com.datastax.oss.dsbulk.executor.api.listener.WritesReportingExecutionListener
-
- writeSync(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.BulkWriter
-
- writeSync(Publisher<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.BulkWriter
-
- writeSync(String) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given write statement synchronously.
- writeSync(Statement<?>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given write statement synchronously.
- writeSync(Stream<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given stream of write statements synchronously.
- writeSync(Stream<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given stream of write statements synchronously, notifying the given consumer of
every write result.
- writeSync(Iterable<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given iterable of write statements synchronously.
- writeSync(Iterable<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given iterable of write statements synchronously, notifying the given consumer of
every write result.
- writeSync(Publisher<? extends Statement<?>>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given flow of write statements synchronously.
- writeSync(Publisher<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in interface com.datastax.oss.dsbulk.executor.api.writer.SyncBulkWriter
-
Executes the given flow of write statements synchronously, notifying the given consumer of
every write result.
- writeSync(Stream<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- writeSync(Iterable<? extends Statement<?>>, Consumer<? super WriteResult>) - Method in class com.datastax.oss.dsbulk.executor.reactor.DefaultReactorBulkExecutor
-
- WRITETIME - Static variable in class com.datastax.oss.dsbulk.mapping.MappingInspector
-
- WriteTimeCodec<T> - Class in com.datastax.oss.dsbulk.codecs.api.writetime
-
A special wrapper codec that maps write times to and from an external format.
- WriteTimeCodec(ConvertingCodec<T, Instant>) - Constructor for class com.datastax.oss.dsbulk.codecs.api.writetime.WriteTimeCodec
-