Uses of Class
org.elasticsearch.client.license.LicenseStatus
-
Packages that use LicenseStatus Package Description org.elasticsearch.client.license org.elasticsearch.client.xpack -
-
Uses of LicenseStatus in org.elasticsearch.client.license
Methods in org.elasticsearch.client.license that return LicenseStatus Modifier and Type Method Description static LicenseStatusLicenseStatus. fromString(String value)static LicenseStatusLicenseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseStatus[]LicenseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LicenseStatus in org.elasticsearch.client.xpack
Methods in org.elasticsearch.client.xpack that return LicenseStatus Modifier and Type Method Description LicenseStatusXPackInfoResponse.LicenseInfo. getStatus()Constructors in org.elasticsearch.client.xpack with parameters of type LicenseStatus Constructor Description LicenseInfo(String uid, String type, String mode, LicenseStatus status, long expiryDate)
-