Interface SchemaVersion
-
- All Known Implementing Classes:
BytesSchemaVersion,EmptyVersion,LatestVersion,LongSchemaVersion
public interface SchemaVersionSchema version.
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaVersionEmptystatic SchemaVersionLatest
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]bytes()
-
-
-
Field Detail
-
Latest
static final SchemaVersion Latest
-
Empty
static final SchemaVersion Empty
-
-