Package | Description |
---|---|
com.streamscape.sef | |
com.streamscape.sef.exchange | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
void |
EventCache.clear()
Removes all events from the cache.
|
java.util.List |
EventCache.getEvents()
Returns a list of all events contained in the cache.
|
int |
EventCache.getSize()
Returns the current size of the cache (i.e.
|
void |
EventCache.setMaxSize(int maxSize)
Sets the max size of the cache.
|
Modifier and Type | Method and Description |
---|---|
long |
FabricExchange.resetGlobalCounter()
Resets the
Global Counter , setting its value to 1 . |
void |
FabricExchange.setAdvancedParameter(java.lang.String name,
java.lang.String value)
Sets the specified value to the advanced parameter with the specified name.
|
void |
FabricExchange.setAnonymousRegistration(boolean anonymousRegistration)
Sets a parameter specifying if the sysplex enables an anonymous registration of new users.
|
void |
FabricExchange.setAnonymousUser(UserState state)
Sets an initial state of users created by an anonymous registration
(i.e.
|
void |
FabricExchange.setClientThresholds(java.util.Map thresholds)
Sets a list of thresholds for the number of external (remote) clients currently connected to the node.
|
void |
FabricExchange.setScavengerReconnectInterval(long reconnectInterval)
Sets a time (in seconds) between successive reconnect attempts which will be made by the Scavenger thread.
|
void |
FabricExchange.setSystemWorkerPoolSize(int poolSize)
Sets a size of the internal thread pool (number of thread in the pool).
|
void |
FabricExchange.setWorkerPoolSize(int poolSize)
Sets a size of the main thread pool (number of threads in the pool).
|
Modifier and Type | Method and Description |
---|---|
int |
ReceiverReference.getCurrentDepth()
Returns the current number of events in the underlying queue.
|
int |
AsyncConsumerReference.getCurrentDepth()
Returns the current number of events in the underlying queue.
|
java.util.List |
EventCacheReference.getEvents()
Returns a list of all events contained in the cache.
|
int |
EventCacheReference.getSize()
Returns the current size of the cache (i.e.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.