Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SearchInput
Packages that use SearchInput
-
Uses of SearchInput in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SearchInputModifier and TypeMethodDescriptionSearchInput.Builder.build()static SearchInputSearchInput.fromByteBuffer(ByteBuffer b) Deserializes a SearchInput from a ByteBuffer.Methods in net.sourceforge.jbizmo.commons.avro.search that return types with arguments of type SearchInputModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<SearchInput>SearchInput.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<SearchInput>SearchInput.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<SearchInput>SearchInput.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SearchInputModifier and TypeMethodDescriptionstatic SearchInput.BuilderSearchInput.newBuilder(SearchInput other) Creates a new SearchInput RecordBuilder by copying an existing SearchInput instance.