Uses of Class
io.objectbox.flatbuffers.ByteVector
-
Packages that use ByteVector Package Description io.objectbox.config io.objectbox.flatbuffers io.objectbox.model io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g. -
-
Uses of ByteVector in io.objectbox.config
Methods in io.objectbox.config that return ByteVector Modifier and Type Method Description ByteVectorFlatStoreOptions. modelBytesVector()ByteVectorFlatStoreOptions. modelBytesVector(ByteVector obj)Methods in io.objectbox.config with parameters of type ByteVector Modifier and Type Method Description ByteVectorFlatStoreOptions. modelBytesVector(ByteVector obj) -
Uses of ByteVector in io.objectbox.flatbuffers
Methods in io.objectbox.flatbuffers that return ByteVector Modifier and Type Method Description ByteVectorByteVector. __assign(int vector, java.nio.ByteBuffer bb)Assigns vector access object to vector data. -
Uses of ByteVector in io.objectbox.model
Methods in io.objectbox.model that return ByteVector Modifier and Type Method Description ByteVectorModel. hashVector()ByteVectorModel. hashVector(ByteVector obj)Methods in io.objectbox.model with parameters of type ByteVector Modifier and Type Method Description ByteVectorModel. hashVector(ByteVector obj) -
Uses of ByteVector in io.objectbox.sync
Methods in io.objectbox.sync that return ByteVector Modifier and Type Method Description ByteVectorCredentials. bytesVector()ByteVectorCredentials. bytesVector(ByteVector obj)Methods in io.objectbox.sync with parameters of type ByteVector Modifier and Type Method Description ByteVectorCredentials. bytesVector(ByteVector obj)
-