com.alibaba.rocketmq.remoting.netty
类 NettySystemConfig

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.netty.NettySystemConfig

public class NettySystemConfig
extends Object


字段摘要
static int ClientAsyncSemaphoreValue
           
static int ClientOnewaySemaphoreValue
           
static boolean NettyPooledByteBufAllocatorEnable
           
static int SocketRcvbufSize
           
static int SocketSndbufSize
           
static String SystemPropertyClientAsyncSemaphoreValue
           
static String SystemPropertyClientOnewaySemaphoreValue
           
static String SystemPropertyNettyPooledByteBufAllocatorEnable
           
static String SystemPropertySocketRcvbufSize
           
static String SystemPropertySocketSndbufSize
           
 
构造方法摘要
NettySystemConfig()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SystemPropertyNettyPooledByteBufAllocatorEnable

public static final String SystemPropertyNettyPooledByteBufAllocatorEnable
另请参见:
常量字段值

NettyPooledByteBufAllocatorEnable

public static boolean NettyPooledByteBufAllocatorEnable

SystemPropertySocketSndbufSize

public static final String SystemPropertySocketSndbufSize
另请参见:
常量字段值

SocketSndbufSize

public static int SocketSndbufSize

SystemPropertySocketRcvbufSize

public static final String SystemPropertySocketRcvbufSize
另请参见:
常量字段值

SocketRcvbufSize

public static int SocketRcvbufSize

SystemPropertyClientAsyncSemaphoreValue

public static final String SystemPropertyClientAsyncSemaphoreValue
另请参见:
常量字段值

ClientAsyncSemaphoreValue

public static int ClientAsyncSemaphoreValue

SystemPropertyClientOnewaySemaphoreValue

public static final String SystemPropertyClientOnewaySemaphoreValue
另请参见:
常量字段值

ClientOnewaySemaphoreValue

public static int ClientOnewaySemaphoreValue
构造方法详细信息

NettySystemConfig

public NettySystemConfig()


Copyright © 2012-2015. All Rights Reserved.