Uses of Class
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Package
Description
Virtual data window extension API classes.
-
Uses of VirtualDataWindowLookupFieldDesc in com.espertech.esper.common.client.hook.vdw
Modifier and TypeMethodDescriptionVirtualDataWindowLookupContext.getBtreeFields()
Returns the list of btree field descriptors.VirtualDataWindowLookupContext.getHashFields()
Returns the list of hash field descriptors.ModifierConstructorDescriptionVirtualDataWindowLookupContext
(String deploymentId, String statementName, int statementId, Annotation[] statementAnnotations, boolean isFireAndForget, String namedWindowName, List<VirtualDataWindowLookupFieldDesc> hashFields, List<VirtualDataWindowLookupFieldDesc> btreeFields) Ctor. -
Uses of VirtualDataWindowLookupFieldDesc in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionVirtualDWEventTable.getBtreeAccess()
VirtualDWEventTable.getHashAccess()
ModifierConstructorDescriptionVirtualDataWindowLookupContextSPI
(String deploymentId, String statementName, int statementId, Annotation[] statementAnnotations, boolean isFireAndForget, String namedWindowName, List<VirtualDataWindowLookupFieldDesc> hashFields, List<VirtualDataWindowLookupFieldDesc> btreeFields, int accessedByStatementSequenceNum) VirtualDWEventTable
(boolean unique, List<VirtualDataWindowLookupFieldDesc> hashAccess, List<VirtualDataWindowLookupFieldDesc> btreeAccess, EventTableOrganization organization)