public class GeoIndexedPropertyValue extends Object implements IndexedData
IndexedData implementation indicating storage of data within a Redis GEO structure.| Constructor and Description |
|---|
GeoIndexedPropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
static String |
geoIndexName(String path) |
String |
getIndexName()
Get the
String representation of the index name. |
String |
getKeyspace()
Get the associated keyspace the index resides in.
|
Point |
getPoint() |
public String getIndexName()
IndexedDataString representation of the index name.getIndexName in interface IndexedDatapublic String getKeyspace()
IndexedDatagetKeyspace in interface IndexedDatapublic Point getPoint()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.