| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.fromBytes(byte[] bytes) |
static Version |
Version.fromOrdinal(short ordinal,
boolean forGFEClients)
Return the
Version represented by specified ordinal |
static Version |
Version.fromOrdinalCheck(short ordinal,
boolean returnNullForCurrent)
Return the
Version represented by specified ordinal while not
throwing exception if given ordinal is higher than any known ones. |
static Version |
Version.readVersion(DataInput in,
boolean returnNullForCurrent)
Return the
Version reading from given DataInput as
serialized by Version.writeOrdinal(DataOutput, boolean). |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.