Skip to content

Latest commit

 

History

History
 
 

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DataStax Bulk Loader Codec API

This module contains an API for codec handling in DSBulk:

  1. ConvertingCodec: a subtype of TypeCodec that handles conversions between an "external" Java type and an "internal" one.
  2. ConvertingCodecProvider: a provider for ConvertingCodecs; implementors can provide codecs by registering their providers with the Service Loader API.
  3. ConvertingCodecFactory: a factory for ConvertingCodecs; it discovers ConvertingCodecProvider implementations through the Service Loader API.