85.10. 提取中断者信息
如果需要,可以在不使用 JMX 的情况下获取缓冲区大小等信息:
DisruptorEndpoint disruptor = context.getEndpoint("disruptor:xxxx"); int size = disruptor.getBufferSize();
DisruptorEndpoint disruptor = context.getEndpoint("disruptor:xxxx");
int size = disruptor.getBufferSize();