|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<Double2Record>
org.mechio.impl.sensor.Double2Record.Builder
public static class Double2Record.Builder
RecordBuilder for Double2Record instances.
| Method Summary | |
|---|---|
Double2Record |
build()
|
Double2Record.Builder |
clearD1()
Clears the value of the 'd1' field |
Double2Record.Builder |
clearD2()
Clears the value of the 'd2' field |
java.lang.Double |
getD1()
Gets the value of the 'd1' field |
java.lang.Double |
getD2()
Gets the value of the 'd2' field |
Double2Record |
getValue()
|
boolean |
hasD1()
Checks whether the 'd1' field has been set |
boolean |
hasD2()
Checks whether the 'd2' field has been set |
Double2Record.Builder |
setD1(double value)
Sets the value of the 'd1' field |
Double2Record.Builder |
setD2(double value)
Sets the value of the 'd2' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Double getD1()
public Double2Record.Builder setD1(double value)
public boolean hasD1()
public Double2Record.Builder clearD1()
public java.lang.Double getD2()
public Double2Record.Builder setD2(double value)
public boolean hasD2()
public Double2Record.Builder clearD2()
public Double2Record build()
build in interface org.apache.avro.data.RecordBuilder<Double2Record>public Double2Record getValue()
getValue in interface org.jflux.api.core.Source<Double2Record>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||