Uses of Enum Class
org.efs.io.CQIndexType

Packages that use CQIndexType
Package
Description
Event File System I/O Package
  • Uses of CQIndexType in org.efs.io

    Subclasses with type arguments of type CQIndexType in org.efs.io
    Modifier and Type
    Class
    Description
    enum 
    Defines CQEngine attribute index types supported by efs which are: HashIndex NavigableIndex RadixTreeIndex ReversedRadixTreeIndex SuffixTreeIndex SuffixTreeIndex
    Methods in org.efs.io that return CQIndexType
    Modifier and Type
    Method
    Description
    CQIndexType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static CQIndexType[]
    CQIndexType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.