|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoadCaster | |
|---|---|
| org.apache.pig | Public interfaces and classes for Pig. |
| org.apache.pig.backend.hadoop.accumulo | |
| org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
| org.apache.pig.backend.hadoop.hbase | |
| org.apache.pig.builtin | This package contains builtin Pig UDFs. |
| org.apache.pig.builtin.mock | |
| org.apache.pig.impl.builtin | |
| org.apache.pig.impl.io | |
| org.apache.pig.impl.streaming | |
| org.apache.pig.impl.util | |
| org.apache.pig.piggybank.storage | |
| Uses of LoadCaster in org.apache.pig |
|---|
| Subinterfaces of LoadCaster in org.apache.pig | |
|---|---|
interface |
LoadStoreCaster
This is just a union interface of LoadCaster and StoreCaster, made available for simplicity. |
interface |
StoreCaster
An interface that provides methods for converting Pig internal types to byte[]. |
| Methods in org.apache.pig that return LoadCaster | |
|---|---|
LoadCaster |
StreamToPig.getLoadCaster()
Deprecated. This will be called on the front end during planning and not on the back end during execution. |
abstract LoadCaster |
PigStreamingBase.getLoadCaster()
This will be called on the front end during planning and not on the back end during execution. |
LoadCaster |
LoadFuncWrapper.getLoadCaster()
|
LoadCaster |
LoadFunc.getLoadCaster()
This will be called on the front end during planning and not on the back end during execution. |
| Uses of LoadCaster in org.apache.pig.backend.hadoop.accumulo |
|---|
| Classes in org.apache.pig.backend.hadoop.accumulo that implement LoadCaster | |
|---|---|
class |
AccumuloBinaryConverter
A LoadStoreCaster implementation which stores most type implementations as bytes generated from the toString representation with a UTF8 Charset. |
| Methods in org.apache.pig.backend.hadoop.accumulo that return LoadCaster | |
|---|---|
LoadCaster |
AbstractAccumuloStorage.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
|---|
| Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return LoadCaster | |
|---|---|
LoadCaster |
MergeJoinIndexer.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.backend.hadoop.hbase |
|---|
| Classes in org.apache.pig.backend.hadoop.hbase that implement LoadCaster | |
|---|---|
class |
HBaseBinaryConverter
|
| Methods in org.apache.pig.backend.hadoop.hbase that return LoadCaster | |
|---|---|
LoadCaster |
HBaseStorage.getLoadCaster()
Set up the caster to use for reading values out of, and writing to, HBase. |
| Uses of LoadCaster in org.apache.pig.builtin |
|---|
| Classes in org.apache.pig.builtin that implement LoadCaster | |
|---|---|
class |
TextLoader
This load function simply creates a tuple for each line of text that has a single chararray field that contains the line of text. |
class |
Utf8StorageConverter
This abstract class provides standard conversions between utf8 encoded data and pig data types. |
| Fields in org.apache.pig.builtin declared as LoadCaster | |
|---|---|
protected LoadCaster |
PigStorage.caster
|
| Methods in org.apache.pig.builtin that return LoadCaster | |
|---|---|
LoadCaster |
TextLoader.getLoadCaster()
|
LoadCaster |
PigStreaming.getLoadCaster()
|
LoadCaster |
JsonLoader.getLoadCaster()
|
LoadCaster |
BinStorage.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.builtin.mock |
|---|
| Methods in org.apache.pig.builtin.mock that return LoadCaster | |
|---|---|
LoadCaster |
Storage.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.impl.builtin |
|---|
| Methods in org.apache.pig.impl.builtin that return LoadCaster | |
|---|---|
LoadCaster |
SampleLoader.getLoadCaster()
|
LoadCaster |
DefaultIndexableLoader.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.impl.io |
|---|
| Methods in org.apache.pig.impl.io that return LoadCaster | |
|---|---|
LoadCaster |
ReadToEndLoader.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.impl.streaming |
|---|
| Methods in org.apache.pig.impl.streaming that return LoadCaster | |
|---|---|
LoadCaster |
PigStreamingUDF.getLoadCaster()
|
| Uses of LoadCaster in org.apache.pig.impl.util |
|---|
| Methods in org.apache.pig.impl.util with parameters of type LoadCaster | |
|---|---|
static Object |
CastUtils.convertToType(LoadCaster caster,
byte[] bytes,
ResourceSchema.ResourceFieldSchema fieldSchema,
byte dataType)
|
| Uses of LoadCaster in org.apache.pig.piggybank.storage |
|---|
| Methods in org.apache.pig.piggybank.storage that return LoadCaster | |
|---|---|
LoadCaster |
AllLoader.getLoadCaster()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||