|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
---|---|
org.apache.hadoop.chukwa.extraction.demux | |
org.apache.hadoop.chukwa.extraction.engine | |
org.apache.hadoop.chukwa.extraction.engine.datasource.record |
Uses of Record in org.apache.hadoop.chukwa.extraction.demux |
---|
Methods in org.apache.hadoop.chukwa.extraction.demux with parameters of type Record | |
---|---|
void |
TaggerPlugin.tag(String line,
Record record)
|
Uses of Record in org.apache.hadoop.chukwa.extraction.engine |
---|
Classes in org.apache.hadoop.chukwa.extraction.engine that implement Record | |
---|---|
class |
ChukwaRecord
|
Methods in org.apache.hadoop.chukwa.extraction.engine that return types with arguments of type Record | |
---|---|
TreeMap<Long,List<Record>> |
SearchResult.getRecords()
|
TreeMap<Long,List<Record>> |
ChukwaSearchResult.getRecords()
|
Methods in org.apache.hadoop.chukwa.extraction.engine with parameters of type Record | |
---|---|
static String |
RecordUtil.getClusterName(Record record)
|
Method parameters in org.apache.hadoop.chukwa.extraction.engine with type arguments of type Record | |
---|---|
void |
SearchResult.setRecords(TreeMap<Long,List<Record>> records)
|
void |
ChukwaSearchResult.setRecords(TreeMap<Long,List<Record>> records)
|
Uses of Record in org.apache.hadoop.chukwa.extraction.engine.datasource.record |
---|
Methods in org.apache.hadoop.chukwa.extraction.engine.datasource.record that return types with arguments of type Record | |
---|---|
static List<Record> |
ChukwaFileParser.readData(String cluster,
String dataSource,
int maxRows,
long t1,
long t0,
long maxOffset,
String filter,
String fileName,
org.apache.hadoop.fs.FileSystem fs)
|
static List<Record> |
ChukwaSequenceFileParser.readData(String cluster,
String dataSource,
int maxRows,
long t1,
long t0,
long maxOffset,
String filter,
String fileName,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf)
|
Method parameters in org.apache.hadoop.chukwa.extraction.engine.datasource.record with type arguments of type Record | |
---|---|
void |
ChukwaRecordDataSource.extractRecords(ChukwaDSInternalResult res,
int directoryType,
String rootFolder,
String dataSource,
String day,
String hour,
int rawIndex,
Token token,
List<Record> records,
int maxRows,
long t0,
long t1,
String filter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |