public class GeoIndexedPropertyValue extends Object implements IndexedData
IndexedData implementation indicating storage of data within a Redis GEO structure.| Constructor and Description |
|---|
GeoIndexedPropertyValue(String keyspace,
String indexName,
Point value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
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() |
Point |
getValue() |
int |
hashCode() |
String |
toString() |
public String getIndexName()
IndexedDataString representation of the index name.getIndexName in interface IndexedDatapublic String getKeyspace()
IndexedDatagetKeyspace in interface IndexedDatapublic Point getPoint()
public Point getValue()
protected boolean canEqual(Object other)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.