| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.connectors.api |
| Modifier and Type | Method and Description |
|---|---|
static DefaultRecord |
DefaultRecord.indexed(Object source,
URI resource,
long position,
Object... values)
Creates an indexed record with the given values.
|
static DefaultRecord |
DefaultRecord.mapped(Object source,
URI resource,
long position,
Field[] keys,
Object... values)
Creates a mapped record with the given keys and values.
|
static DefaultRecord |
DefaultRecord.mapped(Object source,
URI resource,
long position,
Map<? extends Field,?> values)
Creates a mapped record with the given map of keys and values.
|
Copyright © 2017–2021 DataStax. All rights reserved.