org.tinygroup.queue
接口 QueueMonitor

所有已知子接口:
PriorityQueue<E>, Queue<E>
所有已知实现类:
PriorityQueueImpl, QueueImpl

public interface QueueMonitor

队列监控接口 Created by IntelliJ IDEA. User: luoguo


方法摘要
 int getIdleSize()
          返回空闲长度
 String getName()
          返回名字
 int getSize()
          返回队列大小
 int getUsingSize()
          返回队列长度
 

方法详细信息

getName

String getName()
返回名字

返回:

getSize

int getSize()
返回队列大小

返回:

getUsingSize

int getUsingSize()
返回队列长度

返回:

getIdleSize

int getIdleSize()
返回空闲长度

返回:


Copyright © 2006–2016 TinyGroup. All rights reserved.