CacheAsmMethodBoost

This commit is contained in:
redkale
2023-12-22 00:00:31 +08:00
parent cfbf4bbe85
commit ec26e3c9f7
8 changed files with 121 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ public class CacheInstanceTest {
SncpClient client = new SncpClient("", iGroup, 0, new InetSocketAddress("127.0.0.1", 8080), new ClientAddress(), "TCP", 1, 16);
CacheInstance instance = Sncp.createLocalService(null, "", serviceClass, boost, resourceFactory,
grous, client, null, null, null);
System.out.println(instance.getName());
//System.out.println(instance.getName());
}
@Test