- get(Class<E>, String) - Method in interface org.embulk.config.DataSource
-
Returns an attribute value of attrName as type.
- get(Class<E>, String, E) - Method in interface org.embulk.config.DataSource
-
Returns an attribute value of attrName as type.
- getAttributeNames() - Method in interface org.embulk.config.DataSource
-
Returns a
List of attribute names under this node.
- getBytes(int, byte[], int, int) - Method in class org.embulk.spi.Buffer
-
Copies an array from this
Buffer, beginning at
index, to
destIndex of
dest.
- getBytes(int, Buffer, int, int) - Method in class org.embulk.spi.Buffer
-
Copies an array from this
Buffer, beginning at
index, to
destIndex of
dest.
- getColumn(int) - Method in class org.embulk.spi.Schema
-
- getColumnCount() - Method in class org.embulk.spi.Schema
-
- getColumnName(int) - Method in class org.embulk.spi.Schema
-
- getColumns() - Method in class org.embulk.spi.Schema
-
Returns the list of Column objects.
- getColumnType(int) - Method in class org.embulk.spi.Schema
-
- getEpochSecond() - Method in class org.embulk.spi.time.Timestamp
-
Deprecated.
- getFixedStorageSize() - Method in class org.embulk.spi.Schema
-
- getFixedStorageSize() - Method in class org.embulk.spi.type.AbstractType
-
Deprecated.
- getFixedStorageSize() - Method in interface org.embulk.spi.type.Type
-
- getFormat() - Method in class org.embulk.spi.type.TimestampType
-
Deprecated.
- getIndex() - Method in class org.embulk.spi.Column
-
- getInstant() - Method in class org.embulk.spi.time.Timestamp
-
Deprecated.
- getJavaType() - Method in class org.embulk.spi.type.AbstractType
-
Deprecated.
- getJavaType() - Method in interface org.embulk.spi.type.Type
-
- getName() - Method in class org.embulk.spi.Column
-
- getName() - Method in class org.embulk.spi.type.AbstractType
-
Deprecated.
- getName() - Method in interface org.embulk.spi.type.Type
-
- getNano() - Method in class org.embulk.spi.time.Timestamp
-
Deprecated.
- getNested(String) - Method in interface org.embulk.config.ConfigDiff
-
Returns a nested value under attrName.
- getNested(String) - Method in interface org.embulk.config.ConfigSource
-
Returns a nested value under attrName.
- getNested(String) - Method in interface org.embulk.config.DataSource
-
Returns a nested value under attrName.
- getNested(String) - Method in interface org.embulk.config.TaskReport
-
Returns a nested value under attrName.
- getNested(String) - Method in interface org.embulk.config.TaskSource
-
Returns a nested value under attrName.
- getNestedOrGetEmpty(String) - Method in interface org.embulk.config.ConfigDiff
-
Returns a nested value under attrName.
- getNestedOrGetEmpty(String) - Method in interface org.embulk.config.ConfigSource
-
Returns a nested value under attrName.
- getNestedOrGetEmpty(String) - Method in interface org.embulk.config.DataSource
-
Returns a nested value under attrName.
- getNestedOrGetEmpty(String) - Method in interface org.embulk.config.TaskReport
-
Returns a nested value under attrName.
- getNestedOrGetEmpty(String) - Method in interface org.embulk.config.TaskSource
-
Returns a nested value under attrName.
- getNestedOrSetEmpty(String) - Method in interface org.embulk.config.ConfigDiff
-
Returns a nested value under attrName.
- getNestedOrSetEmpty(String) - Method in interface org.embulk.config.ConfigSource
-
Returns a nested value under attrName.
- getNestedOrSetEmpty(String) - Method in interface org.embulk.config.DataSource
-
Returns a nested value under attrName.
- getNestedOrSetEmpty(String) - Method in interface org.embulk.config.TaskReport
-
Returns a nested value under attrName.
- getNestedOrSetEmpty(String) - Method in interface org.embulk.config.TaskSource
-
Returns a nested value under attrName.
- getStringReference(int) - Method in class org.embulk.spi.Page
-
- getStringReferences() - Method in class org.embulk.spi.Page
-
- getType() - Method in class org.embulk.spi.Column
-
- getValueReference(int) - Method in class org.embulk.spi.Page
-
- getValueReferences() - Method in class org.embulk.spi.Page
-
- Schema - Class in org.embulk.spi
-
Represents a schema of Embulk's data record.
- Schema(List<Column>) - Constructor for class org.embulk.spi.Schema
-
- Schema.Builder - Class in org.embulk.spi
-
- SchemaConfigException - Exception in org.embulk.spi
-
Represents an Exception caused by schema config errors.
- SchemaConfigException(String) - Constructor for exception org.embulk.spi.SchemaConfigException
-
- SchemaConfigException(Throwable) - Constructor for exception org.embulk.spi.SchemaConfigException
-
- SchemaConfigException(String, Throwable) - Constructor for exception org.embulk.spi.SchemaConfigException
-
- set(String, Object) - Method in interface org.embulk.config.ConfigDiff
-
Sets a value for attrName.
- set(String, Object) - Method in interface org.embulk.config.ConfigSource
-
Sets a value for attrName.
- set(String, Object) - Method in interface org.embulk.config.DataSource
-
Sets a value for attrName.
- set(String, Object) - Method in interface org.embulk.config.TaskReport
-
Sets a value for attrName.
- set(String, Object) - Method in interface org.embulk.config.TaskSource
-
Sets a value for attrName.
- setAll(DataSource) - Method in interface org.embulk.config.ConfigDiff
-
Sets all attributes in other into itself.
- setAll(DataSource) - Method in interface org.embulk.config.ConfigSource
-
Sets all attributes in other into itself.
- setAll(DataSource) - Method in interface org.embulk.config.DataSource
-
Sets all attributes in other into itself.
- setAll(DataSource) - Method in interface org.embulk.config.TaskReport
-
Sets all attributes in other into itself.
- setAll(DataSource) - Method in interface org.embulk.config.TaskSource
-
Sets all attributes in other into itself.
- setBytes(int, byte[], int, int) - Method in class org.embulk.spi.Buffer
-
Copies an array from
source, beginning at
sourceIndex, to
index of this
Buffer.
- setBytes(int, Buffer, int, int) - Method in class org.embulk.spi.Buffer
-
Copies an array from
source, beginning at
sourceIndex, to
index of this
Buffer.
- setNested(String, DataSource) - Method in interface org.embulk.config.ConfigDiff
-
Sets a nested value for attrName.
- setNested(String, DataSource) - Method in interface org.embulk.config.ConfigSource
-
Sets a nested value for attrName.
- setNested(String, DataSource) - Method in interface org.embulk.config.DataSource
-
Sets a nested value for attrName.
- setNested(String, DataSource) - Method in interface org.embulk.config.TaskReport
-
Sets a nested value for attrName.
- setNested(String, DataSource) - Method in interface org.embulk.config.TaskSource
-
Sets a nested value for attrName.
- setStringReferences(List<String>) - Method in class org.embulk.spi.Page
-
- setValueReferences(List<ImmutableValue>) - Method in class org.embulk.spi.Page
-
- size() - Method in class org.embulk.spi.Schema
-
- STRING - Static variable in class org.embulk.spi.type.Types
-
- stringColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
-
- StringType - Class in org.embulk.spi.type
-
Singleton type class for Embulk's STRING.