Uses of Record Class
com.loomcache.common.serialization.compact.CompactField
Packages that use CompactField
-
Uses of CompactField in com.loomcache.common.serialization.compact
Methods in com.loomcache.common.serialization.compact that return types with arguments of type CompactFieldModifier and TypeMethodDescriptionCompactSchema.fields()Returns the value of thefieldsrecord component.GenericRecord.fields()Method parameters in com.loomcache.common.serialization.compact with type arguments of type CompactFieldModifier and TypeMethodDescriptionstatic CompactSchemaCompactSchema.of(String typeName, List<CompactField> fields) Constructor parameters in com.loomcache.common.serialization.compact with type arguments of type CompactFieldModifierConstructorDescriptionCompactSchema(String typeName, List<CompactField> fields) CompactSchema(String typeName, List<CompactField> fields, long fingerprint) Creates an instance of aCompactSchemarecord class.