Uses of Class
io.basestar.storage.hazelcast.serde.PortableSchemaFactory
-
Packages that use PortableSchemaFactory Package Description io.basestar.storage.hazelcast io.basestar.storage.hazelcast.serde -
-
Uses of PortableSchemaFactory in io.basestar.storage.hazelcast
Methods in io.basestar.storage.hazelcast with parameters of type PortableSchemaFactory Modifier and Type Method Description HazelcastStorage.BuilderHazelcastStorage.Builder. setSchemaFactory(PortableSchemaFactory schemaFactory) -
Uses of PortableSchemaFactory in io.basestar.storage.hazelcast.serde
Methods in io.basestar.storage.hazelcast.serde with parameters of type PortableSchemaFactory Modifier and Type Method Description default voidAttributeType. def(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.BinaryType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.BooleanArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.BooleanType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.EncodedType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.IntegerArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.IntegerType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.NumberArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.NumberType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.RefArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.RefType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.StringArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.StringType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.StructArrayType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)voidAttributeType.StructType. defValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)default voidAttributeType. write(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, T value)voidAttributeType.BinaryType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, byte[] value)voidAttributeType.BooleanArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<java.lang.Boolean> value)voidAttributeType.BooleanType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.lang.Boolean value)voidAttributeType.EncodedType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, T value)voidAttributeType.IntegerArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<java.lang.Long> value)voidAttributeType.IntegerType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.lang.Long value)voidAttributeType.NumberArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<java.lang.Double> value)voidAttributeType.NumberType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.lang.Double value)voidAttributeType.RefArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<io.basestar.schema.Instance> value)voidAttributeType.RefType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, io.basestar.schema.Instance value)voidAttributeType.StringArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<java.lang.String> value)voidAttributeType.StringType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.lang.String value)voidAttributeType.StructArrayType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<io.basestar.schema.Instance> value)voidAttributeType.StructType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, io.basestar.schema.Instance value)voidAttributeType. writeValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, T value)Constructors in io.basestar.storage.hazelcast.serde with parameters of type PortableSchemaFactory Constructor Description CustomPortable(PortableSchemaFactory factory, int classId, java.util.Map<java.lang.String,AttributeType<?>> attributes)
-