Uses of Class
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Packages that use VirtualDataWindowLookupFieldDesc
Package
Description
Virtual data window extension API classes.
-
Uses of VirtualDataWindowLookupFieldDesc in com.espertech.esper.common.client.hook.vdw
Methods in com.espertech.esper.common.client.hook.vdw that return types with arguments of type VirtualDataWindowLookupFieldDescModifier and TypeMethodDescriptionVirtualDataWindowLookupContext.getBtreeFields()
Returns the list of btree field descriptors.VirtualDataWindowLookupContext.getHashFields()
Returns the list of hash field descriptors.Constructor parameters in com.espertech.esper.common.client.hook.vdw with type arguments of type VirtualDataWindowLookupFieldDescModifierConstructorDescriptionVirtualDataWindowLookupContext
(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
Methods in com.espertech.esper.common.internal.epl.virtualdw that return types with arguments of type VirtualDataWindowLookupFieldDescModifier and TypeMethodDescriptionVirtualDWEventTable.getBtreeAccess()
VirtualDWEventTable.getHashAccess()
Constructor parameters in com.espertech.esper.common.internal.epl.virtualdw with type arguments of type VirtualDataWindowLookupFieldDescModifierConstructorDescriptionVirtualDataWindowLookupContextSPI
(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)