Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

abort() - Method in interface org.embulk.spi.Transactional
Aborts the transaction.
abort() - Method in interface org.embulk.spi.TransactionalFileInput
Aborts the transaction of TransactionalFileInput.
abort() - Method in interface org.embulk.spi.TransactionalFileOutput
Aborts the transaction of TransactionalFileOutput.
abort() - Method in interface org.embulk.spi.TransactionalPageOutput
 
AbstractType - Class in org.embulk.spi.type
Deprecated.
Plugins should not refer this class directly.
AbstractType(String, Class<?>, int) - Constructor for class org.embulk.spi.type.AbstractType
Deprecated.
 
add(Buffer) - Method in interface org.embulk.spi.FileOutput
Writes a byte sequence into the FileOutput from Buffer.
add(Page) - Method in interface org.embulk.spi.PageOutput
 
add(String, Type) - Method in class org.embulk.spi.Schema.Builder
 
add(Buffer) - Method in interface org.embulk.spi.TransactionalFileOutput
Writes a byte sequence into the TransactionalFileOutput from Buffer.
add(Page) - Method in interface org.embulk.spi.TransactionalPageOutput
 
addRecord() - Method in class org.embulk.spi.PageBuilder
 
allocate(int) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. Plugins should no longer call it directly.
allocate() - Method in interface org.embulk.spi.BufferAllocator
Allocates a Buffer with the default size of this BufferAllocator.
allocate(int) - Method in interface org.embulk.spi.BufferAllocator
Allocates a Buffer with the size of minimumCapacity at least.
allocate(int) - Static method in class org.embulk.spi.Page
Deprecated.
It is to be removed, implemented only for compatibility. Plugins should no longer call it directly.
array() - Method in class org.embulk.spi.Buffer
Deprecated.
Accessing the internal byte array is not safe.

B

BOOLEAN - Static variable in class org.embulk.spi.type.Types
 
booleanColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
 
BooleanType - Class in org.embulk.spi.type
Singleton type class for Embulk's BOOLEAN.
Buffer - Class in org.embulk.spi
A buffer used in and between plugins.
Buffer() - Constructor for class org.embulk.spi.Buffer
 
Buffer(byte[], int, int) - Constructor for class org.embulk.spi.Buffer
Deprecated.
buffer() - Method in class org.embulk.spi.Page
 
BufferAllocator - Interface in org.embulk.spi
Represents an allocator of Buffer.
build() - Method in class org.embulk.spi.Schema.Builder
 
builder() - Static method in class org.embulk.spi.Schema
 
Builder() - Constructor for class org.embulk.spi.Schema.Builder
 

C

capacity() - Method in class org.embulk.spi.Buffer
Returns the capacity of this Buffer.
cleanup() - Method in class org.embulk.spi.ExecSession
Cleans up the session.
cleanup() - Method in class org.embulk.spi.TempFileSpace
Cleans up the temporary file space, and everything in the space.
close() - Method in interface org.embulk.spi.FileInput
Closes this FileInput.
close() - Method in interface org.embulk.spi.FileOutput
Closes the FileOutput.
close() - Method in class org.embulk.spi.PageBuilder
 
close() - Method in interface org.embulk.spi.PageOutput
 
close() - Method in class org.embulk.spi.PageReader
 
close() - Method in interface org.embulk.spi.TransactionalFileInput
close() - Method in interface org.embulk.spi.TransactionalFileOutput
close() - Method in interface org.embulk.spi.TransactionalPageOutput
 
Column - Class in org.embulk.spi
Represents a column metadata of Embulk's data record.
Column(int, String, Type) - Constructor for class org.embulk.spi.Column
 
ColumnVisitor - Interface in org.embulk.spi
A visitor interface for Column.visit(ColumnVisitor).
commit() - Method in interface org.embulk.spi.Transactional
Commits the transaction.
commit() - Method in interface org.embulk.spi.TransactionalFileInput
Commits the transaction of TransactionalFileInput.
commit() - Method in interface org.embulk.spi.TransactionalFileOutput
Commits the transaction of TransactionalFileOutput.
commit() - Method in interface org.embulk.spi.TransactionalPageOutput
 
compareTo(Timestamp) - Method in class org.embulk.spi.time.Timestamp
Deprecated.
 
ConfigDiff - Interface in org.embulk.config
Represents a difference in configurations.
ConfigException - Exception in org.embulk.config
Represents an Exception caused by user's configuration error.
ConfigException() - Constructor for exception org.embulk.config.ConfigException
 
ConfigException(String) - Constructor for exception org.embulk.config.ConfigException
Constructs a new ConfigException with the specified detail message.
ConfigException(Throwable) - Constructor for exception org.embulk.config.ConfigException
Constructs a new ConfigException with the specified cause and a detail message of the cause.
ConfigException(String, Throwable) - Constructor for exception org.embulk.config.ConfigException
Constructs a new ConfigException with the specified detail message and cause.
ConfigSource - Interface in org.embulk.config
Represents an Embulk configuration for a plugin.
copyOf(byte[]) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. Plugins should no longer call it directly.
copyOf(byte[], int, int) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. Plugins should no longer call it directly.
createTempFile() - Method in class org.embulk.spi.TempFileSpace
Creates a temporary file in the space, with the default file name prefix, and the default file extension suffix.
createTempFile(String) - Method in class org.embulk.spi.TempFileSpace
Creates a temporary file in the space, with the default file name prefix, and the specified file extension suffix.
createTempFile(String, String) - Method in class org.embulk.spi.TempFileSpace
Creates a temporary file in the space, with the specified file name prefix, and the specified file extension suffix.

D

DataException - Exception in org.embulk.spi
Represents an Exception caused by user's data processed.
DataException(String) - Constructor for exception org.embulk.spi.DataException
Constructs a new DataException with the specified detail message.
DataException(Throwable) - Constructor for exception org.embulk.spi.DataException
Constructs a new DataException with the specified cause and a detail message of the cause.
DataException(String, Throwable) - Constructor for exception org.embulk.spi.DataException
Constructs a new DataException with the specified detail message and cause.
DataSource - Interface in org.embulk.config
Base interface of ConfigSource, ConfigDiff, TaskSource, and TaskReport.
deepCopy() - Method in interface org.embulk.config.ConfigDiff
Creates a deep copy of itself.
deepCopy() - Method in interface org.embulk.config.ConfigSource
Creates a deep copy of itself.
deepCopy() - Method in interface org.embulk.config.DataSource
Creates a deep copy of itself.
deepCopy() - Method in interface org.embulk.config.TaskReport
Creates a deep copy of itself.
deepCopy() - Method in interface org.embulk.config.TaskSource
Creates a deep copy of itself.
DOUBLE - Static variable in class org.embulk.spi.type.Types
 
doubleColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
 
DoubleType - Class in org.embulk.spi.type
Singleton type class for Embulk's DOUBLE.

E

equals(Object) - Method in class org.embulk.spi.Column
 
equals(Object) - Method in class org.embulk.spi.Schema
 
equals(Object) - Method in class org.embulk.spi.time.Timestamp
Deprecated.
 
equals(Object) - Method in class org.embulk.spi.type.AbstractType
Deprecated.
 
Exec - Class in org.embulk.spi
Provides static access inside Embulk for plugins.
ExecSession - Class in org.embulk.spi
Provides access inside Embulk for plugins through a transactional session.

F

FileInput - Interface in org.embulk.spi
Represents a series of file-like byte sequence inputs from a File Input Plugin.
FileOutput - Interface in org.embulk.spi
Represents a series of file-like byte sequence outputs into a File Output Plugin.
finish() - Method in interface org.embulk.spi.FileOutput
Finishes the FileOutput.
finish() - Method in class org.embulk.spi.PageBuilder
 
finish() - Method in interface org.embulk.spi.PageOutput
 
finish() - Method in interface org.embulk.spi.TransactionalFileOutput
finish() - Method in interface org.embulk.spi.TransactionalPageOutput
 
flush() - Method in class org.embulk.spi.PageBuilder
 
forPreview() - Method in class org.embulk.spi.ExecSession
Clones this ExecSession instance in a preview mode.

G

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.
getBoolean(Column) - Method in class org.embulk.spi.PageReader
 
getBoolean(int) - Method in class org.embulk.spi.PageReader
 
getBufferAllocator() - Static method in class org.embulk.spi.Exec
Returns the BufferAllocator instance.
getBufferAllocator() - Method in class org.embulk.spi.ExecSession
Returns the BufferAllocator instance.
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
 
getDouble(Column) - Method in class org.embulk.spi.PageReader
 
getDouble(int) - Method in class org.embulk.spi.PageReader
 
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
Deprecated.
It would be removed in Embulk v0.10 or v0.11. Do not use it.
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
Deprecated.
It would be removed in Embulk v0.10 or v0.11. Do not use it.
getJson(Column) - Method in class org.embulk.spi.PageReader
 
getJson(int) - Method in class org.embulk.spi.PageReader
 
getLogger(String) - Static method in class org.embulk.spi.Exec
Deprecated.
Call LoggerFactory.getLogger(String) directly, instead.
getLogger(Class<?>) - Static method in class org.embulk.spi.Exec
Deprecated.
Call LoggerFactory.getLogger(Class) directly, instead.
getLogger(String) - Method in class org.embulk.spi.ExecSession
Deprecated.
Call LoggerFactory.getLogger(String) directly, instead.
getLogger(Class<?>) - Method in class org.embulk.spi.ExecSession
Deprecated.
Call LoggerFactory.getLogger(Class) directly, instead.
getLong(Column) - Method in class org.embulk.spi.PageReader
 
getLong(int) - Method in class org.embulk.spi.PageReader
 
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
Returns the name of the Embulk data 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.
getPageBuilder(BufferAllocator, Schema, PageOutput) - Static method in class org.embulk.spi.Exec
Returns a PageBuilder instance created for the parameters.
getPageBuilder(BufferAllocator, Schema, PageOutput) - Method in class org.embulk.spi.ExecSession
Returns a PageBuilder instance created for the parameters.
getPageReader(Schema) - Static method in class org.embulk.spi.Exec
Returns a PageReader instance created for the parameter.
getPageReader(Schema) - Method in class org.embulk.spi.ExecSession
Returns a PageReader instance created for the parameter.
getRecordCount(Page) - Static method in class org.embulk.spi.PageReader
 
getSchema() - Method in class org.embulk.spi.PageBuilder
 
getSchema() - Method in class org.embulk.spi.PageReader
 
getSessionExecConfig() - Method in class org.embulk.spi.ExecSession
Deprecated.
Plugins should no longer use it. It would be removed.
getString(Column) - Method in class org.embulk.spi.PageReader
 
getString(int) - Method in class org.embulk.spi.PageReader
 
getStringReference(int) - Method in class org.embulk.spi.Page
 
getStringReferences() - Method in class org.embulk.spi.Page
 
getTempFileSpace() - Static method in class org.embulk.spi.Exec
Returns a space for temporary files, a TempFileSpace instance corresponding to the registered ExecSession.
getTempFileSpace() - Method in class org.embulk.spi.ExecSession
Returns a space for temporary files, a TempFileSpace instance corresponding to the registered ExecSession.
getTimestamp(Column) - Method in class org.embulk.spi.PageReader
Deprecated.
getTimestamp(int) - Method in class org.embulk.spi.PageReader
Deprecated.
getTimestampInstant(Column) - Method in class org.embulk.spi.PageReader
 
getTimestampInstant(int) - Method in class org.embulk.spi.PageReader
 
getTransactionTime() - Static method in class org.embulk.spi.Exec
Deprecated.
Timestamp is deprecated.
getTransactionTime() - Method in class org.embulk.spi.ExecSession
Deprecated.
Timestamp is deprecated.
getTransactionTimeInstant() - Static method in class org.embulk.spi.Exec
Returns the transaction time in Instant.
getTransactionTimeInstant() - Method in class org.embulk.spi.ExecSession
Returns the transaction time in Instant.
getTransactionTimeString() - Method in class org.embulk.spi.ExecSession
Returns the transaction time formatted as a String.
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
 

H

has(String) - Method in interface org.embulk.config.DataSource
Returns true if it has an attribute named attrName.
hashCode() - Method in class org.embulk.spi.Column
 
hashCode() - Method in class org.embulk.spi.Schema
 
hashCode() - Method in class org.embulk.spi.time.Timestamp
Deprecated.
 
hashCode() - Method in class org.embulk.spi.type.AbstractType
Deprecated.
 
hintOfCurrentInputFileNameForLogging() - Method in interface org.embulk.spi.FileInput
Gets a String that hints the name of the current file input.

I

isEmpty() - Method in interface org.embulk.config.DataSource
Returns true if it is empty.
isEmpty() - Method in class org.embulk.spi.Schema
 
isNull(Column) - Method in class org.embulk.spi.PageReader
 
isNull(int) - Method in class org.embulk.spi.PageReader
 
isPreview() - Static method in class org.embulk.spi.Exec
Returns true if the execution is in a preview mode.
isPreview() - Method in class org.embulk.spi.ExecSession
Returns true if the execution is in a preview mode.

J

JSON - Static variable in class org.embulk.spi.type.Types
 
jsonColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
 
JsonType - Class in org.embulk.spi.type
Singleton type class for Embulk's JSON.

L

limit() - Method in class org.embulk.spi.Buffer
Returns the current limit of this Buffer.
limit(int) - Method in class org.embulk.spi.Buffer
Sets the current limit of this Buffer.
loadConfig(Class<T>) - Method in interface org.embulk.config.ConfigSource
Deprecated.
Use embulk-util-config instead.
loadTask(Class<T>) - Method in interface org.embulk.config.TaskSource
Deprecated.
Use embulk-util-config instead.
LONG - Static variable in class org.embulk.spi.type.Types
 
longColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
 
LongType - Class in org.embulk.spi.type
Singleton type class for Embulk's LONG.
lookupColumn(String) - Method in class org.embulk.spi.Schema
 

M

merge(DataSource) - Method in interface org.embulk.config.ConfigDiff
Merges another ConfigDiff into itself.
merge(DataSource) - Method in interface org.embulk.config.ConfigSource
Merges another ConfigSource into itself.
merge(DataSource) - Method in interface org.embulk.config.DataSource
Merges another DataSource into itself.
merge(DataSource) - Method in interface org.embulk.config.TaskReport
Merges another TaskReport into itself.
merge(DataSource) - Method in interface org.embulk.config.TaskSource
Merges another TaskSource into itself.

N

newConfigDiff() - Static method in class org.embulk.spi.Exec
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newConfigDiff.
newConfigDiff() - Method in class org.embulk.spi.ExecSession
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newConfigDiff.
newConfigSource() - Static method in class org.embulk.spi.Exec
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newConfigSource.
newConfigSource() - Method in class org.embulk.spi.ExecSession
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newConfigSource.
newTaskReport() - Static method in class org.embulk.spi.Exec
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newTaskReport.
newTaskReport() - Method in class org.embulk.spi.ExecSession
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newTaskReport.
newTaskSource() - Static method in class org.embulk.spi.Exec
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newTaskSource.
newTaskSource() - Method in class org.embulk.spi.ExecSession
Deprecated.
Recommended to start using embulk-util-config from plugins. Use its own newTaskSource.
nextFile() - Method in interface org.embulk.spi.FileInput
Switches the FileInput to process the next file.
nextFile() - Method in interface org.embulk.spi.FileOutput
Switches the FileOutput to process the next file.
nextFile() - Method in interface org.embulk.spi.TransactionalFileInput
Switches the TransactionalFileInput to process the next file.
nextFile() - Method in interface org.embulk.spi.TransactionalFileOutput
Switches the TransactionalFileOutput to process the next file.
nextRecord() - Method in class org.embulk.spi.PageReader
 

O

ofEpochMilli(long) - Static method in class org.embulk.spi.time.Timestamp
Deprecated.
 
ofEpochSecond(long) - Static method in class org.embulk.spi.time.Timestamp
Deprecated.
 
ofEpochSecond(long, long) - Static method in class org.embulk.spi.time.Timestamp
Deprecated.
 
offset() - Method in class org.embulk.spi.Buffer
Returns the current offset of this Buffer.
offset(int) - Method in class org.embulk.spi.Buffer
Sets the current offset of this Buffer.
ofInstant(Instant) - Static method in class org.embulk.spi.time.Timestamp
Deprecated.
 
ofString(String) - Static method in class org.embulk.spi.time.Timestamp
Deprecated.
 
org.embulk.config - package org.embulk.config
 
org.embulk.spi - package org.embulk.spi
 
org.embulk.spi.time - package org.embulk.spi.time
 
org.embulk.spi.type - package org.embulk.spi.type
 

P

Page - Class in org.embulk.spi
An in-process (in-JVM) container of data records.
Page() - Constructor for class org.embulk.spi.Page
 
PageBuilder - Class in org.embulk.spi
Builds Pages from Schema and data records with pushing the built Pages to PageOutput.
PageBuilder(BufferAllocator, Schema, PageOutput) - Constructor for class org.embulk.spi.PageBuilder
Deprecated.
The constructor is deprecated although Embulk v0.9-compatible plugins still have to use this. See GitHub Issue #1321: Deprecate PageBuilder's constructor for the details.
PageOutput - Interface in org.embulk.spi
Represents a sequence of Pages as output, passed from an Input Plugin via Filter Plugins to an Output Plugin.
PageReader - Class in org.embulk.spi
Reads data records from Pages set with PageReader.setPage(Page).
PageReader(Schema) - Constructor for class org.embulk.spi.PageReader
Deprecated.
The constructor is deprecated although Embulk v0.9-compatible plugins still have to use this. See GitHub Issue #1323: Deprecate PageReader's constructor for the details.
poll() - Method in interface org.embulk.spi.FileInput
Reads a byte sequence from this FileInput into Buffer.
poll() - Method in interface org.embulk.spi.TransactionalFileInput
Reads a byte sequence from this TransactionalFileInput into Buffer.

R

release() - Method in class org.embulk.spi.Buffer
Releases this Buffer.
release() - Method in class org.embulk.spi.Page
 
remove(String) - Method in interface org.embulk.config.ConfigDiff
Removes the attribute named attrName.
remove(String) - Method in interface org.embulk.config.ConfigSource
Removes the attribute named attrName.
remove(String) - Method in interface org.embulk.config.DataSource
Removes the attribute named attrName.
remove(String) - Method in interface org.embulk.config.TaskReport
Removes the attribute named attrName.
remove(String) - Method in interface org.embulk.config.TaskSource
Removes the attribute named attrName.

S

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
 
session() - Static method in class org.embulk.spi.Exec
Deprecated.
Plugins are discouraged from getting the ExecSession instance.
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.
setBoolean(Column, boolean) - Method in class org.embulk.spi.PageBuilder
 
setBoolean(int, boolean) - Method in class org.embulk.spi.PageBuilder
 
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.
setDouble(Column, double) - Method in class org.embulk.spi.PageBuilder
 
setDouble(int, double) - Method in class org.embulk.spi.PageBuilder
 
setJson(Column, Value) - Method in class org.embulk.spi.PageBuilder
 
setJson(int, Value) - Method in class org.embulk.spi.PageBuilder
 
setLong(Column, long) - Method in class org.embulk.spi.PageBuilder
 
setLong(int, long) - Method in class org.embulk.spi.PageBuilder
 
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.
setNull(Column) - Method in class org.embulk.spi.PageBuilder
 
setNull(int) - Method in class org.embulk.spi.PageBuilder
 
setPage(Page) - Method in class org.embulk.spi.PageReader
 
setString(Column, String) - Method in class org.embulk.spi.PageBuilder
 
setString(int, String) - Method in class org.embulk.spi.PageBuilder
 
setStringReferences(List<String>) - Method in class org.embulk.spi.Page
 
setTimestamp(Column, Timestamp) - Method in class org.embulk.spi.PageBuilder
Deprecated.
setTimestamp(Column, Instant) - Method in class org.embulk.spi.PageBuilder
 
setTimestamp(int, Timestamp) - Method in class org.embulk.spi.PageBuilder
Deprecated.
setTimestamp(int, Instant) - Method in class org.embulk.spi.PageBuilder
 
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.

T

TaskReport - Interface in org.embulk.config
Represents a report from a plugin task.
TaskSource - Interface in org.embulk.config
Represents an Embulk configuration for a plugin task.
TempFileSpace - Class in org.embulk.spi
Manages a space for temporary files.
TempFileSpace(File) - Constructor for class org.embulk.spi.TempFileSpace
Deprecated.
The constructor is no longer available. Use Exec.getTempFileSpace() instead.
Timestamp - Class in org.embulk.spi.time
Deprecated.
Use Instant instead as much as possible.
TIMESTAMP - Static variable in class org.embulk.spi.type.Types
 
timestampColumn(Column) - Method in interface org.embulk.spi.ColumnVisitor
 
TimestampType - Class in org.embulk.spi.type
Type class for Embulk's TIMESTAMP.
toEpochMilli() - Method in class org.embulk.spi.time.Timestamp
Deprecated.
 
toJson() - Method in interface org.embulk.config.DataSource
Returns a JSON representation of itself.
toString() - Method in class org.embulk.spi.Column
 
toString() - Method in class org.embulk.spi.Schema
 
toString() - Method in class org.embulk.spi.time.Timestamp
Deprecated.
 
toString() - Method in class org.embulk.spi.type.AbstractType
Deprecated.
 
Transactional - Interface in org.embulk.spi
Represents transactional operations.
TransactionalFileInput - Interface in org.embulk.spi
Represents a series of file-like byte sequence inputs in a transaction from a File Input Plugin.
TransactionalFileOutput - Interface in org.embulk.spi
Represents a series of file-like byte sequence outputs in a transaction into a File Output Plugin.
TransactionalPageOutput - Interface in org.embulk.spi
Represents a sequence of Pages as output in a transaction.
Type - Interface in org.embulk.spi.type
Represents Embulk's data type.
Types - Class in org.embulk.spi.type
Constants of Embulk's data types.
Types() - Constructor for class org.embulk.spi.type.Types
 

U

UserDataException - Interface in org.embulk.config
Represents an Exception caused by something from the user.

V

visit(ColumnVisitor) - Method in class org.embulk.spi.Column
 
visitColumns(ColumnVisitor) - Method in class org.embulk.spi.Schema
 

W

with(Path, String) - Static method in class org.embulk.spi.TempFileSpace
Deprecated.
The static creator method is no longer available. Use Exec.getTempFileSpace() instead.
withFormat(String) - Method in class org.embulk.spi.type.TimestampType
Deprecated.
wrap(byte[]) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. Plugins should no longer call it directly.
wrap(byte[], int, int) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. Plugins should no longer call it directly.
wrap(Buffer) - Static method in class org.embulk.spi.Page
Deprecated.
It is to be removed, implemented only for compatibility. Plugins should no longer call it directly.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links