Class EmptyType

java.lang.Object
org.apache.cassandra.db.marshal.AbstractType<Void>
org.apache.cassandra.db.marshal.EmptyType
All Implemented Interfaces:
Comparator<ByteBuffer>, AssignmentTestable

public class EmptyType extends AbstractType<Void>
A type that only accept empty data. It is only useful as a value validation type, not as a comparator since column names can't be empty.