类的使用
org.redkale.util.Uint128
-
使用Uint128的程序包 程序包 说明 org.redkale.convert.ext Convert的基本数据的Coder实现org.redkale.convert.pb org.redkale.net.sncp SNCP协议包,提供SNCP协议服务器org.redkale.util Redkale工具包 -
-
org.redkale.convert.ext中Uint128的使用
返回Uint128的org.redkale.convert.ext中的方法 修饰符和类型 方法 说明 Uint128
Uint128SimpledCoder. convertFrom(R in)
Uint128
Uint128SimpledCoder.Uint128JsonSimpledCoder. convertFrom(R in)
参数类型为Uint128的org.redkale.convert.ext中的方法 修饰符和类型 方法 说明 void
Uint128SimpledCoder. convertTo(W out, Uint128 value)
void
Uint128SimpledCoder.Uint128JsonSimpledCoder. convertTo(W out, Uint128 value)
-
org.redkale.convert.pb中Uint128的使用
参数类型为Uint128的org.redkale.convert.pb中的方法 修饰符和类型 方法 说明 int
ProtobufCoders.ProtobufUint128SimpledCoder. computeSize(ProtobufWriter out, int tagSize, Uint128 value)
-
org.redkale.net.sncp中Uint128的使用
声明为Uint128的org.redkale.net.sncp中的字段 修饰符和类型 字段 说明 protected Uint128
SncpRemoteInfo.SncpRemoteAction. actionid
protected Uint128
SncpServlet.SncpActionServlet. actionid
protected Uint128
SncpRemoteInfo. serviceid
protected Uint128
SncpServlet. serviceid
返回Uint128的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 static Uint128
Sncp. actionid(Method method)
static Uint128
Sncp. actionid(RpcAction action)
Uint128
SncpHeader. getActionid()
Uint128
SncpServlet.SncpActionServlet. getActionid()
Uint128
SncpHeader. getServiceid()
Uint128
SncpRemoteInfo. getServiceid()
Uint128
SncpServlet. getServiceid()
Uint128
SncpServlet.SncpActionServlet. getServiceid()
static Uint128
Sncp. serviceid(String serviceResourceName, Class serviceResourceType)
返回变量类型为Uint128的类型的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 static LinkedHashMap<Uint128,Method>
Sncp. loadRemoteMethodActions(Class serviceTypeOrImplClass)
参数类型为Uint128的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 void
SncpDispatcherServlet. addServlet(SncpServlet servlet, Object attachment, AnyValue conf, Uint128... mappings)
static SncpHeader
SncpHeader. create(InetSocketAddress clientSncpAddress, Uint128 serviceid, String serviceName, Uint128 actionid, String methodName)
static SncpServlet.SncpActionServlet
SncpServlet.SncpActionServlet. create(String resourceName, Class resourceType, Class serviceImplClass, Service service, Uint128 serviceid, Uint128 actionid, Method method)
参数类型为Uint128的org.redkale.net.sncp中的构造器 构造器 说明 SncpActionServlet(String resourceName, Class resourceType, Service service, Uint128 serviceid, Uint128 actionid, Method method)
-
org.redkale.util中Uint128的使用
声明为Uint128的org.redkale.util中的字段 修饰符和类型 字段 说明 static Uint128
Uint128. ZERO
返回Uint128的org.redkale.util中的方法 修饰符和类型 方法 说明 static Uint128
Uint128. create(byte[] bs)
Uint128
ByteArray. getUint128(int offset)
获取指定位置的Uint128值,须确保0 <= offset+16 < lengthstatic Uint128
Uint128. read(ByteBuffer buffer)
参数类型为Uint128的org.redkale.util中的方法 修饰符和类型 方法 说明 int
Uint128. compareTo(Uint128 o)
ByteArray
ByteArray. putUint128(int offset, Uint128 value)
指定位置写入一个Uint128值, content.length 必须不能小于offset+16ByteArray
ByteArray. putUint128(Uint128 value)
写入一个Uint128值static ByteBuffer
Uint128. write(ByteBuffer buffer, Uint128 dlong)
-