Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SearchInput
-
Packages that use SearchInput Package Description net.sourceforge.jbizmo.commons.avro.search -
-
Uses of SearchInput in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SearchInput Modifier and Type Method Description SearchInputSearchInput.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 SearchInput Modifier and Type Method Description static 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 SearchInput Modifier and Type Method Description static SearchInput.BuilderSearchInput. newBuilder(SearchInput other)Creates a new SearchInput RecordBuilder by copying an existing SearchInput instance.
-