Skip navigation links
A B C D G H I L M O R S T U W 

A

allocate(int) - Static method in class org.embulk.spi.Buffer
Deprecated.
This method is to be removed. 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

Buffer - Class in org.embulk.spi
A buffer used in and between plugins.

C

capacity() - Method in class org.embulk.spi.Buffer
Returns the capacity of this Buffer.
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.

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.

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.
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.
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.

H

has(String) - Method in interface org.embulk.config.DataSource
Returns true if it has an attribute named attrName.

I

isEmpty() - Method in interface org.embulk.config.DataSource
Returns true if it is empty.

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
Loads this configuration as a task class like PluginTask.
loadTask(Class<T>) - Method in interface org.embulk.config.TaskSource
Loads this configuration as a task class like PluginTask.

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.

O

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.
org.embulk.config - package org.embulk.config
 
org.embulk.spi - package org.embulk.spi
 

R

release() - Method in class org.embulk.spi.Buffer
Releases this Buffer.
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

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.

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.

U

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

W

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.
A B C D G H I L M O R S T U W 
Skip navigation links