public class AdapterArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FORMAT_NAME |
static String |
FORMAT_SETTINGS |
static String |
FREQUENCY |
static String |
HEADERS |
static String |
MAPPER_MEMORY |
static String |
MAPPER_VCORES |
static String |
SCHEMA |
static String |
SINK_NAME |
static String |
SOURCE_NAME |
| Constructor and Description |
|---|
AdapterArguments(Map<String,String> runtimeArgs) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFrequency() |
String |
getHeadersStr() |
Resources |
getMapperResources() |
String |
getSinkName() |
org.apache.avro.Schema |
getSinkSchema() |
FormatSpecification |
getSourceFormatSpec() |
String |
getSourceName() |
public static final String FREQUENCY
public static final String MAPPER_MEMORY
public static final String MAPPER_VCORES
public static final String SINK_NAME
public static final String SOURCE_NAME
public static final String FORMAT_NAME
public static final String FORMAT_SETTINGS
public static final String SCHEMA
public static final String HEADERS
public AdapterArguments(Map<String,String> runtimeArgs) throws IOException
IOExceptionpublic FormatSpecification getSourceFormatSpec()
public Resources getMapperResources()
public String getSourceName()
public String getSinkName()
public String getHeadersStr()
public org.apache.avro.Schema getSinkSchema()
public long getFrequency()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.