Uses of Class
org.apache.storm.generated.HBAuthorizationException
-
Packages that use HBAuthorizationException Package Description org.apache.storm.generated -
-
Uses of HBAuthorizationException in org.apache.storm.generated
Methods in org.apache.storm.generated that return HBAuthorizationException Modifier and Type Method Description HBAuthorizationException
HBAuthorizationException. deepCopy()
Methods in org.apache.storm.generated with parameters of type HBAuthorizationException Modifier and Type Method Description int
HBAuthorizationException. compareTo(HBAuthorizationException other)
boolean
HBAuthorizationException. equals(HBAuthorizationException that)
Constructors in org.apache.storm.generated with parameters of type HBAuthorizationException Constructor Description HBAuthorizationException(HBAuthorizationException other)
Performs a deep copy on other.
-