Package | Description |
---|---|
org.apache.hadoop.chukwa.datacollection.writer.gora |
Package dedicated to using Apache Gora
as a pipeline writer implementation.
|
Modifier and Type | Method and Description |
---|---|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearData()
Clears the value of the 'data' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearDatatype()
Clears the value of the 'datatype' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearName()
Clears the value of the 'name' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearSequenceID()
Clears the value of the 'sequenceID' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearSource()
Clears the value of the 'source' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.clearTags()
Clears the value of the 'tags' field
|
static ChukwaChunk.Builder |
ChukwaChunk.newBuilder()
Creates a new ChukwaChunk RecordBuilder
|
static ChukwaChunk.Builder |
ChukwaChunk.newBuilder(ChukwaChunk.Builder other)
Creates a new ChukwaChunk RecordBuilder by copying an existing Builder
|
static ChukwaChunk.Builder |
ChukwaChunk.newBuilder(ChukwaChunk other)
Creates a new ChukwaChunk RecordBuilder by copying an existing ChukwaChunk
instance
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setData(ByteBuffer value)
Sets the value of the 'data' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setDatatype(CharSequence value)
Sets the value of the 'datatype' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setSequenceID(Long value)
Sets the value of the 'sequenceID' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setSource(CharSequence value)
Sets the value of the 'source' field
|
ChukwaChunk.Builder |
ChukwaChunk.Builder.setTags(CharSequence value)
Sets the value of the 'tags' field
|
Modifier and Type | Method and Description |
---|---|
static ChukwaChunk.Builder |
ChukwaChunk.newBuilder(ChukwaChunk.Builder other)
Creates a new ChukwaChunk RecordBuilder by copying an existing Builder
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.