public class LookupResult extends Object
public static LookupResult ok(LookupKey key, Slice value)
public static LookupResult deleted(LookupKey key)
public LookupKey getKey()
public Slice getValue()
public boolean isDeleted()
Copyright © 2011–2014. All rights reserved.