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.