public abstract class RemoteClient extends Object
protected static com.alibaba.dubbo.common.logger.Logger
logger
RemoteClient()
abstract void
cacheValue(byte[] key, byte[] bytes, int expireSecond)
abstract byte[]
getValue(byte[] key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static final com.alibaba.dubbo.common.logger.Logger logger
public RemoteClient()
public abstract void cacheValue(byte[] key, byte[] bytes, int expireSecond)
public abstract byte[] getValue(byte[] key)
Copyright © 2015. All rights reserved.