Class Service.Base
- java.lang.Object
-
- org.apache.calcite.avatica.remote.Service.Base
-
- Direct Known Subclasses:
Service.Request,Service.Response
- Enclosing interface:
- Service
public abstract static class Service.Base extends java.lang.ObjectBase class for request and response.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intPRIME
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static intp(int result, boolean v)protected static intp(int result, int v)protected static intp(int result, long v)protected static intp(int result, java.lang.Object o)
-
-
-
Field Detail
-
PRIME
static final int PRIME
- See Also:
- Constant Field Values
-
-