|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedLock | |
---|---|
com.espertech.esper.collection | Internal collection classes |
com.espertech.esper.core | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.util | Utility classes that center around Java type handling, printing, reflection, debugging |
com.espertech.esper.view.stream | View to event stream relationship service |
Uses of ManagedLock in com.espertech.esper.collection |
---|
Constructors in com.espertech.esper.collection with parameters of type ManagedLock | |
---|---|
SafeIteratorImpl(ManagedLock iteratorLock,
Iterator<E> underlying)
Ctor. |
Uses of ManagedLock in com.espertech.esper.core |
---|
Methods in com.espertech.esper.core that return ManagedLock | |
---|---|
ManagedLock |
EPStatementHandle.getStatementLock()
Returns statement resource lock. |
ManagedLock |
StatementLockFactoryImpl.getStatementLock(String statementName,
String expressionText)
|
ManagedLock |
StatementLockFactory.getStatementLock(String statementName,
String expressionText)
Create lock for statement |
Methods in com.espertech.esper.core with parameters of type ManagedLock | |
---|---|
void |
EPStatementHandle.setStatementLock(ManagedLock statementLock)
Sets the lock to use for the statement. |
Constructors in com.espertech.esper.core with parameters of type ManagedLock | |
---|---|
EPStatementHandle(String statementId,
ManagedLock statementLock,
String expressionText,
boolean hasVariables)
Ctor. |
Uses of ManagedLock in com.espertech.esper.epl.named |
---|
Methods in com.espertech.esper.epl.named that return ManagedLock | |
---|---|
ManagedLock |
NamedWindowServiceImpl.getNamedWindowLock(String windowName)
|
ManagedLock |
NamedWindowService.getNamedWindowLock(String windowName)
Returns the statement lock for the named window, to be shared with on-delete statements for the same named window. |
Methods in com.espertech.esper.epl.named with parameters of type ManagedLock | |
---|---|
void |
NamedWindowServiceImpl.addNamedWindowLock(String windowName,
ManagedLock statementResourceLock)
|
void |
NamedWindowService.addNamedWindowLock(String windowName,
ManagedLock statementResourceLock)
Sets the lock to use for a named window. |
Uses of ManagedLock in com.espertech.esper.util |
---|
Classes in com.espertech.esper.util that implement ManagedLock | |
---|---|
class |
ManagedLockImpl
Simple lock based on ReentrantLock that associates a name with the lock and traces locking and unlocking. |
Uses of ManagedLock in com.espertech.esper.view.stream |
---|
Methods in com.espertech.esper.view.stream that return types with arguments of type ManagedLock | |
---|---|
Pair<EventStream,ManagedLock> |
StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementHandle epStatementHandle,
boolean isJoin)
See the method of the same name in StreamFactoryService . |
Pair<EventStream,ManagedLock> |
StreamFactoryService.createStream(FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementHandle epStatementHandle,
boolean isJoin)
Create or reuse existing EventStream instance representing that event filter. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |