public class LongSchemaVersion extends Object implements SchemaVersion
| Modifier and Type | Field and Description |
|---|---|
private long |
value |
| Constructor and Description |
|---|
LongSchemaVersion(long value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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–2018 The Apache Software Foundation. All rights reserved.