| Package | Description |
|---|---|
| com.couchbase.client.java.cluster | |
| com.couchbase.client.java.util.features |
| Modifier and Type | Method and Description |
|---|---|
Version |
DefaultClusterInfo.getMinVersion() |
Version |
ClusterInfo.getMinVersion()
Returns the smallest node version (thus oldest version) in the cluster from which this
ClusterInfo was taken. |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
DefaultClusterInfo.getAllVersions() |
List<Version> |
ClusterInfo.getAllVersions()
Returns the list of
Version obtained from the cluster from which this ClusterInfo was obtained. |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.NO_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.parseVersion(String versionString)
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o) |
boolean |
CouchbaseFeature.isAvailableOn(Version serverVersion)
Checks if this feature is available on the provided server version.
|
Copyright © 2015 Couchbase, Inc.