Class GenericRecord
java.lang.Object
com.loomcache.common.serialization.compact.GenericRecord
Class-free view over a Compact payload.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericRecord.Builder@Nullable CompactFieldKindfields()longbooleangetBoolean(String fieldName, boolean defaultValue) byte @Nullable []byte @Nullable []doublegetFloat64(String fieldName, double defaultValue) intlong@Nullable String@Nullable Stringbooleanschema()typeName()values()
-
Method Details
-
builder
-
schema
-
typeName
-
fingerprint
public long fingerprint() -
fields
-
hasField
-
fieldKind
-
getString
-
getString
-
getInt32
-
getInt64
-
getBoolean
-
getFloat64
-
getBytes
-
getBytes
-
values
-