Class LuceneScanQueryParameters.Deserializer
java.lang.Object
com.apple.foundationdb.record.lucene.LuceneScanQueryParameters.Deserializer
- All Implemented Interfaces:
PlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters,
LuceneScanQueryParameters>
- Enclosing class:
- LuceneScanQueryParameters
@AutoService(com.apple.foundationdb.record.PlanDeserializer.class)
public static class LuceneScanQueryParameters.Deserializer
extends Object
implements PlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters,LuceneScanQueryParameters>
Deserializer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProto
(PlanSerializationContext serializationContext, com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters luceneScanQueryParametersProto) Class<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters>
-
Constructor Details
-
Deserializer
public Deserializer()
-
-
Method Details
-
getProtoMessageClass
@Nonnull public Class<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters> getProtoMessageClass()- Specified by:
getProtoMessageClass
in interfacePlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters,
LuceneScanQueryParameters>
-
fromProto
@Nonnull public LuceneScanQueryParameters fromProto(@Nonnull PlanSerializationContext serializationContext, @Nonnull com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters luceneScanQueryParametersProto) - Specified by:
fromProto
in interfacePlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanQueryParameters,
LuceneScanQueryParameters>
-