Java org.springframework.data.gemfire IndexType fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire IndexType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire IndexType.

The text is from its open source code.

Field

IndexTypeFUNCTIONAL
IndexTypeHASH
IndexTypePRIMARY_KEY
IndexTypeKEY

Method

org.apache.geode.cache.query.IndexTypegetGemfireIndexType()
Gets the matching Pivotal GemFire IndexType for this IndexType enumerated value.
IndexTypevalueOf(org.apache.geode.cache.query.IndexType gemfireIndexType)
Returns an IndexType given the corresponding Pivotal GemFire IndexType or null if no SDG IndexType corresponds to the Pivotal GemFire IndexType.