com.hazelcast.map.impl
Class NearCache.CacheRecord

java.lang.Object
  extended by com.hazelcast.map.impl.NearCache.CacheRecord
Enclosing class:
NearCache

public class NearCache.CacheRecord
extends Object

CacheRecord.


Method Summary
 long getCost()
           
 Data getKey()
           
 Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getCost

public long getCost()

getKey

public Data getKey()

getValue

public Object getValue()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.