public class LongSchemaVersion extends Object implements SchemaVersion
| Constructor and Description |
|---|
LongSchemaVersion(long value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object obj) |
int |
hashCode() |
boolean |
isBefore(SchemaVersion other)
Returns if this Version happens before the other Version.
|
String |
toString() |
public boolean isBefore(SchemaVersion other)
SchemaVersionisBefore in interface SchemaVersionother - the other Version objectCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.