Package | Description |
---|---|
com.asakusafw.directio.hive.parquet.v1 |
Parquet format bridge for Hive v1.
|
com.asakusafw.directio.hive.parquet.v2 |
Parquet format bridge for Hive v2.
|
com.asakusafw.directio.hive.serde |
Data serialization format bridge between Asakusa and Hive.
|
com.asakusafw.runtime.io.json.value |
Converts between runtime values and JSON values.
|
com.asakusafw.runtime.io.text.value |
Converts between runtime values and text.
|
com.asakusafw.runtime.value |
Classes for runtime values.
|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueOption<?>> |
ParquetValueDrivers.getValueOptionClass()
Returns the Asakusa type information for this driver.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ValueConverter.set(ValueOption<?> value)
Sets the target
ValueOption . |
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueOption<?>> |
ParquetValueDrivers.getValueOptionClass()
Returns the Asakusa type information for this driver.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ValueConverter.set(ValueOption<?> value)
Sets the target
ValueOption . |
Modifier and Type | Method and Description |
---|---|
ValueOption<?> |
PropertyExtractor.extract(Object dataModel)
Returns the target property in the data model.
|
abstract ValueOption<?> |
PropertyDescriptor.extract(Object dataModel) |
protected ValueOption<?> |
DateOptionInspector.newObject() |
protected ValueOption<?> |
ShortOptionInspector.newObject() |
protected ValueOption<?> |
BooleanOptionInspector.newObject() |
protected ValueOption<?> |
CharStringOptionInspector.newObject() |
protected ValueOption<?> |
VarcharStringOptionInspector.newObject() |
protected ValueOption<?> |
LongOptionInspector.newObject() |
protected ValueOption<?> |
DoubleOptionInspector.newObject() |
protected ValueOption<?> |
StringOptionInspector.newObject() |
protected ValueOption<?> |
DecimalOptionInspector.newObject() |
protected ValueOption<?> |
IntOptionInspector.newObject() |
protected ValueOption<?> |
DateTimeOptionInspector.newObject() |
protected ValueOption<?> |
ByteOptionInspector.newObject() |
protected ValueOption<?> |
FloatOptionInspector.newObject() |
protected abstract ValueOption<?> |
AbstractValueInspector.newObject()
Creates a new instance for supported
ValueOption type. |
Modifier and Type | Method and Description |
---|---|
Class<? extends ValueOption<?>> |
ValueSerdeFactory.getValueClass() |
Class<? extends ValueOption<?>> |
PropertyDescriptor.getValueClass() |
Class<? extends ValueOption<?>> |
TimestampValueSerdeFactory.getValueClass() |
Class<? extends ValueOption<?>> |
ValueSerde.getValueClass()
Returns the
ValueOption class. |
Class<? extends ValueOption<?>> |
StringValueSerdeFactory.getValueClass() |
Modifier and Type | Method and Description |
---|---|
void |
DateTimeOptionDriver.set(ValueOption<?> target,
Object value) |
void |
BooleanOptionDriver.set(ValueOption<?> target,
Object value) |
void |
LongOptionDriver.set(ValueOption<?> target,
Object value) |
void |
DoubleOptionDriver.set(ValueOption<?> target,
Object value) |
void |
DecimalOptionDriver.set(ValueOption<?> target,
Object value) |
void |
ShortOptionDriver.set(ValueOption<?> target,
Object value) |
void |
CharStringOptionDriver.set(ValueOption<?> target,
Object value) |
void |
StringOptionDriver.set(ValueOption<?> target,
Object value) |
void |
FloatOptionDriver.set(ValueOption<?> target,
Object value) |
void |
IntOptionDriver.set(ValueOption<?> target,
Object value) |
void |
VarcharStringOptionDriver.set(ValueOption<?> target,
Object value) |
void |
ByteOptionDriver.set(ValueOption<?> target,
Object value) |
void |
DateOptionDriver.set(ValueOption<?> target,
Object value) |
void |
ValueDriver.set(ValueOption<?> target,
Object value)
Sets the value into the target
ValueOption . |
Modifier and Type | Class and Description |
---|---|
class |
ValueOptionPropertyAdapter<T extends ValueOption<T>>
An abstract implementation of
PropertyAdapter for ValueOption . |
Modifier and Type | Class and Description |
---|---|
class |
NumericOptionFieldAdapter<T extends ValueOption<T>>
An abstract implementation of
ValueOptionFieldAdapter for numeric types. |
class |
ValueOptionFieldAdapter<T extends ValueOption<T>>
An abstract implementation of
FieldAdapter which accepts ValueOption . |
Modifier and Type | Class and Description |
---|---|
class |
ValueOption<V extends ValueOption<V>>
Represents nullable and modifiable value.
|
class |
ValueOptionList<E extends ValueOption<E>>
An abstract implementation of list of references to other properties.
|
class |
ValueOptionMap<K,V extends ValueOption<V>>
An abstract implementation of map of references to other properties.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
Represents a
boolean value which can be null . |
class |
ByteOption
Represents a
byte value which can be null . |
class |
DateOption
Represents a date value which can be
null . |
class |
DateTimeOption
Represents a date and time value which can be
null . |
class |
DecimalOption
Represents a decimal value which can be
null . |
class |
DoubleOption
Represents a
double value which can be null . |
class |
FloatOption
Represents a
float value which can be null . |
class |
IntOption
Represents an
int value which can be null . |
class |
LongOption
Represents a
long value which can be null . |
class |
ShortOption
Represents a
short value which can be null . |
class |
StringOption
Represents a character string value which can be
null . |
Modifier and Type | Method and Description |
---|---|
ValueOption<V> |
ValueOption.setNull()
Deprecated.
Application developer should not use this method directly
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Class<? extends ValueOption<?>>> |
PropertyType.getImplementation()
Returns the implementation type of this type.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.