类的使用
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中的方法 修饰符和类型 方法 说明 Uint128Uint128SimpledCoder. convertFrom(R in)Uint128Uint128SimpledCoder.Uint128JsonSimpledCoder. convertFrom(R in)参数类型为Uint128的org.redkale.convert.ext中的方法 修饰符和类型 方法 说明 voidUint128SimpledCoder. convertTo(W out, Uint128 value)voidUint128SimpledCoder.Uint128JsonSimpledCoder. convertTo(W out, Uint128 value) -
org.redkale.convert.pb中Uint128的使用
参数类型为Uint128的org.redkale.convert.pb中的方法 修饰符和类型 方法 说明 intProtobufCoders.ProtobufUint128SimpledCoder. computeSize(ProtobufWriter out, int tagSize, Uint128 value) -
org.redkale.net.sncp中Uint128的使用
声明为Uint128的org.redkale.net.sncp中的字段 修饰符和类型 字段 说明 protected Uint128SncpRemoteInfo.SncpRemoteAction. actionidprotected Uint128SncpServlet.SncpActionServlet. actionidprotected Uint128SncpRemoteInfo. serviceidprotected Uint128SncpServlet. serviceid返回Uint128的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 static Uint128Sncp. actionid(Method method)static Uint128Sncp. actionid(RpcAction action)Uint128SncpHeader. getActionid()Uint128SncpServlet.SncpActionServlet. getActionid()Uint128SncpHeader. getServiceid()Uint128SncpRemoteInfo. getServiceid()Uint128SncpServlet. getServiceid()Uint128SncpServlet.SncpActionServlet. getServiceid()static Uint128Sncp. serviceid(String serviceResourceName, Class serviceResourceType)返回变量类型为Uint128的类型的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 static LinkedHashMap<Uint128,Method>Sncp. loadRemoteMethodActions(Class serviceTypeOrImplClass)参数类型为Uint128的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 voidSncpDispatcherServlet. addServlet(SncpServlet servlet, Object attachment, AnyValue conf, Uint128... mappings)static SncpHeaderSncpHeader. create(InetSocketAddress clientSncpAddress, Uint128 serviceid, String serviceName, Uint128 actionid, String methodName)static SncpServlet.SncpActionServletSncpServlet.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 Uint128Uint128. ZERO返回Uint128的org.redkale.util中的方法 修饰符和类型 方法 说明 static Uint128Uint128. create(byte[] bs)Uint128ByteArray. getUint128(int offset)获取指定位置的Uint128值,须确保0 <= offset+16 < lengthstatic Uint128Uint128. read(ByteBuffer buffer)参数类型为Uint128的org.redkale.util中的方法 修饰符和类型 方法 说明 intUint128. compareTo(Uint128 o)ByteArrayByteArray. putUint128(int offset, Uint128 value)指定位置写入一个Uint128值, content.length 必须不能小于offset+16ByteArrayByteArray. putUint128(Uint128 value)写入一个Uint128值static ByteBufferUint128. write(ByteBuffer buffer, Uint128 dlong)
-