|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.VirtualDataWindowEventStartIndex.VDWCreateIndexField
public static class VirtualDataWindowEventStartIndex.VDWCreateIndexField
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 |
---|
public VirtualDataWindowEventStartIndex.VDWCreateIndexField(java.lang.String name, boolean hash)
name
- named window namehash
- true for hash-based index, false for btree indexMethod Detail |
---|
public java.lang.String getName()
public boolean isHash()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |