Uses of Interface
org.apache.cassandra.db.marshal.ValueAccessor.ObjectFactory
-
Packages that use ValueAccessor.ObjectFactory Package Description org.apache.cassandra.db.marshal -
-
Uses of ValueAccessor.ObjectFactory in org.apache.cassandra.db.marshal
Fields in org.apache.cassandra.db.marshal declared as ValueAccessor.ObjectFactory Modifier and Type Field Description static ValueAccessor.ObjectFactory<byte[]>
ByteArrayAccessor. factory
Methods in org.apache.cassandra.db.marshal that return ValueAccessor.ObjectFactory Modifier and Type Method Description ValueAccessor.ObjectFactory<byte[]>
ByteArrayAccessor. factory()
ValueAccessor.ObjectFactory<java.nio.ByteBuffer>
ByteBufferAccessor. factory()
ValueAccessor.ObjectFactory<V>
ValueAccessor. factory()
returns theValueAccessor.ObjectFactory
for the backing type {@param}
-