|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceStatistics | |
---|---|
org.apache.hadoop.zebra.pig | Implementation of PIG Storer/Loader Interfaces |
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.builtin | This package contains builtin Pig UDFs. |
org.apache.pig.impl.io | |
org.apache.pig.piggybank.storage | |
org.apache.pig.piggybank.storage.avro |
Uses of ResourceStatistics in org.apache.hadoop.zebra.pig |
---|
Methods in org.apache.hadoop.zebra.pig that return ResourceStatistics | |
---|---|
ResourceStatistics |
TableLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
Methods in org.apache.hadoop.zebra.pig with parameters of type ResourceStatistics | |
---|---|
void |
TableStorer.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
|
Uses of ResourceStatistics in org.apache.pig |
---|
Methods in org.apache.pig that return ResourceStatistics | |
---|---|
ResourceStatistics |
LoadMetadata.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
Get statistics about the data to be loaded. |
ResourceStatistics |
ResourceStatistics.setFields(ResourceStatistics.ResourceFieldStatistics[] fields)
|
ResourceStatistics |
ResourceStatistics.setmBytes(Long mBytes)
|
ResourceStatistics |
ResourceStatistics.setNumRecords(Long numRecords)
|
Methods in org.apache.pig with parameters of type ResourceStatistics | |
---|---|
void |
StoreMetadata.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
Store statistics about the data being written. |
Uses of ResourceStatistics in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin that return ResourceStatistics | |
---|---|
ResourceStatistics |
BinStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
Uses of ResourceStatistics in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io that return ResourceStatistics | |
---|---|
ResourceStatistics |
TFileStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
ResourceStatistics |
InterStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
Uses of ResourceStatistics in org.apache.pig.piggybank.storage |
---|
Methods in org.apache.pig.piggybank.storage that return ResourceStatistics | |
---|---|
ResourceStatistics |
PigStorageSchema.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
ResourceStatistics |
JsonMetadata.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
For JsonMetadata stats are considered optional This method suppresses (and logs) errors if they are encountered. |
ResourceStatistics |
HiveColumnarLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
ResourceStatistics |
AllLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
Methods in org.apache.pig.piggybank.storage with parameters of type ResourceStatistics | |
---|---|
void |
PigStorageSchema.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
|
void |
JsonMetadata.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
|
void |
AllLoader.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
|
Uses of ResourceStatistics in org.apache.pig.piggybank.storage.avro |
---|
Methods in org.apache.pig.piggybank.storage.avro that return ResourceStatistics | |
---|---|
ResourceStatistics |
AvroStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |