Class OortLongMap<V>
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
- Type Parameters:
V- the value type
- All Implemented Interfaces:
Iterable<OortObject.Info<ConcurrentMap<Long,V>>>, EventListener, ConfigurableServerChannel.Initializer, Oort.CometListener, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle
-
Nested Class Summary
Nested classes/interfaces inherited from class OortMap
OortMap.DeltaListener<K,V>, OortMap.Entry<K, V>, OortMap.EntryListener<K, V> Nested classes/interfaces inherited from class OortObject
OortObject.Data<T>, OortObject.Factory<T>, OortObject.Info<T>, OortObject.Listener<T>, OortObject.Merger<T,R>, OortObject.Result<R> Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface ConfigurableServerChannel.Initializer
ConfigurableServerChannel.Initializer.PersistentNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainerNested classes/interfaces inherited from interface Oort.CometListener
Oort.CometListener.Event -
Field Summary
Fields inherited from class OortObject
OORT_OBJECTS_CHANNELFields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPINGFields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEY -
Constructor Summary
ConstructorsConstructorDescriptionOortLongMap(Oort oort, String name, OortObject.Factory<ConcurrentMap<Long, V>> factory) -
Method Summary
Methods inherited from class OortMap
addEntryListener, find, findInfo, get, isItemUpdate, onItem, putAndShare, putIfAbsentAndShare, removeAndShare, removeEntryListener, removeEntryListenersMethods inherited from class OortContainer
cometLeft, doStop, onObjectMethods inherited from class OortObject
addListener, cometJoined, configureChannel, doStart, dump, getChannelName, getFactory, getInfo, getInfoByObject, getInfos, getLocalSession, getName, getOort, iterator, merge, newInfo, notifyRemoved, notifyUpdated, pullInfo, pushInfo, removeListener, removeListeners, serialize, setAndShare, toStringMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Dumpable
dump, dumpSelfMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
OortLongMap
-
-
Method Details
-
deserialize
- Overrides:
deserializein classOortObject<ConcurrentMap<Long,V>>
-