com.aiyc.framework.monitor
类 Session

java.lang.Object
  继承者 java.util.AbstractMap<K,V>
      继承者 java.util.concurrent.ConcurrentHashMap
          继承者 com.aiyc.framework.monitor.Session
所有已实现的接口:
Serializable, ConcurrentMap, Map

public class Session
extends ConcurrentHashMap

存放数据

作者:
felly
另请参见:
序列化表格

嵌套类摘要
 
从类 java.util.AbstractMap 继承的嵌套类/接口
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
从接口 java.util.Map 继承的嵌套类/接口
Map.Entry<K,V>
 
构造方法摘要
Session()
           
Session(int len)
           
 
方法摘要
 String getFlowId()
           
 long getLastTime()
           
 boolean isOutTime()
           
 void reflushTime()
           
 void setFlowId(String flowId)
           
 
从类 java.util.concurrent.ConcurrentHashMap 继承的方法
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
从类 java.util.AbstractMap 继承的方法
clone, equals, hashCode, toString
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 java.util.Map 继承的方法
equals, hashCode
 

构造方法详细信息

Session

public Session()

Session

public Session(int len)
方法详细信息

getLastTime

public long getLastTime()

reflushTime

public void reflushTime()

isOutTime

public boolean isOutTime()

getFlowId

public String getFlowId()

setFlowId

public void setFlowId(String flowId)


Copyright © 2017. All Rights Reserved.