com.espertech.esper.client.hook
Class VirtualDataWindowEventStartIndex.VDWCreateIndexField

java.lang.Object
  extended by com.espertech.esper.client.hook.VirtualDataWindowEventStartIndex.VDWCreateIndexField
Enclosing class:
VirtualDataWindowEventStartIndex

public static class VirtualDataWindowEventStartIndex.VDWCreateIndexField
extends java.lang.Object

Captures virtual data window indexed field informaion.


Constructor Summary
VirtualDataWindowEventStartIndex.VDWCreateIndexField(java.lang.String name, boolean hash)
          Ctor.
 
Method Summary
 java.lang.String getName()
          Name of the indexed field.
 boolean isHash()
          Indicate whether the index is hash or btree, true for hash.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualDataWindowEventStartIndex.VDWCreateIndexField

public VirtualDataWindowEventStartIndex.VDWCreateIndexField(java.lang.String name,
                                                            boolean hash)
Ctor.

Parameters:
name - named window name
hash - true for hash-based index, false for btree index
Method Detail

getName

public java.lang.String getName()
Name of the indexed field.

Returns:
field name

isHash

public boolean isHash()
Indicate whether the index is hash or btree, true for hash.

Returns:
index type indicator

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com