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() |
@ConstructorProperties(value={"keyspace","indexName","value"}) @Generated(value="lombok") public GeoIndexedPropertyValue(String keyspace, String indexName, Point value)
public String getIndexName()
IndexedDataString representation of the index name.getIndexName in interface IndexedDatapublic String getKeyspace()
IndexedDatagetKeyspace in interface IndexedDatapublic Point getPoint()
@Generated(value="lombok") public Point getValue()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.