Class VersionModel

java.lang.Object
org.apache.hadoop.hbase.rest.model.VersionModel
All Implemented Interfaces:
Serializable, ProtobufMessageHandler

@Private public class VersionModel extends Object implements Serializable, ProtobufMessageHandler
A representation of the collection of versions of the REST gateway software components.
  • restVersion: REST gateway revision
  • jvmVersion: the JVM vendor and version information
  • osVersion: the OS type, version, and hardware architecture
  • serverVersion: the name and version of the servlet container
  • jerseyVersion: the version of the embedded Jersey framework
See Also: