| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.mapping |
| Modifier and Type | Method and Description |
|---|---|
static MappingPreference |
MappingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingPreference[] |
MappingPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MappingInspector(String mapping,
boolean write,
MappingPreference mappingPreference) |
MappingInspector(String mapping,
boolean write,
MappingPreference mappingPreference,
Supplier<CQLWord> usingTimestampVariable,
Supplier<CQLWord> usingTTLVariable)
Deprecated.
As of DSBulk 1.8.0, the mapping inspector deprecates the special __ttl and
__timestamp tokens; these will be removed in a future release. Therefore, providing
external names for these tokens will also cease to be supported in a future release.
|
Copyright © 2017–2021 DataStax. All rights reserved.