public static class VirtualDataWindowEventStartIndex.VDWCreateIndexField extends Object
Constructor and Description |
---|
VDWCreateIndexField(String name,
boolean hash)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of the indexed field.
|
boolean |
isHash()
Indicate whether the index is hash or btree, true for hash.
|
public VDWCreateIndexField(String name, boolean hash)
name
- named window namehash
- true for hash-based index, false for btree indexpublic String getName()
public boolean isHash()