org.sdnplatform.sync.internal
Class StoreRegistry.Hint

java.lang.Object
  extended by org.sdnplatform.sync.internal.StoreRegistry.Hint
Enclosing class:
StoreRegistry

public static class StoreRegistry.Hint
extends java.lang.Object

A hint representing a hint key and a value

Author:
readams

Constructor Summary
StoreRegistry.Hint(StoreRegistry.HintKey hintKey, java.util.List<Versioned<byte[]>> values)
           
 
Method Summary
 StoreRegistry.HintKey getHintKey()
           
 java.util.List<Versioned<byte[]>> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreRegistry.Hint

public StoreRegistry.Hint(StoreRegistry.HintKey hintKey,
                          java.util.List<Versioned<byte[]>> values)
Method Detail

getHintKey

public StoreRegistry.HintKey getHintKey()

getValues

public java.util.List<Versioned<byte[]>> getValues()