Uses of Class
com.couchbase.client.java.util.features.Version
| Package | Description |
|---|---|
| com.couchbase.client.java.cluster | |
| com.couchbase.client.java.util.features |
-
Uses of Version in com.couchbase.client.java.cluster
Methods in com.couchbase.client.java.cluster that return Version Modifier and Type Method Description VersionClusterInfo. getMinVersion()Returns the smallest node version (thus oldest version) in the cluster from which thisClusterInfowas taken.VersionDefaultClusterInfo. getMinVersion()Methods in com.couchbase.client.java.cluster that return types with arguments of type Version Modifier and Type Method Description List<Version>ClusterInfo. getAllVersions()Returns the list ofVersionobtained from the cluster from which thisClusterInfowas obtained.List<Version>DefaultClusterInfo. getAllVersions() -
Uses of Version in com.couchbase.client.java.util.features
Fields in com.couchbase.client.java.util.features declared as Version Modifier and Type Field Description static VersionVersion. NO_VERSIONMethods in com.couchbase.client.java.util.features that return Version Modifier and Type Method Description static VersionVersion. parseVersion(String versionString)Methods in com.couchbase.client.java.util.features with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version o)booleanCouchbaseFeature. isAvailableOn(Version serverVersion)Checks if this feature is available on the provided server version.