RedisDataOutput

dev.naoh.lettucef.core.util.RedisDataOutput
final class RedisDataOutput[K, V](codec: RedisCodec[K, V]) extends CommandOutput[K, V, RedisData[V]]

Attributes

Graph
Supertypes
class CommandOutput[K, V, RedisData[V]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def complete(depth: Int): Unit

Attributes

Definition Classes
CommandOutput
override def multi(count: Int): Unit

Attributes

Definition Classes
CommandOutput
override def set(integer: Long): Unit

Attributes

Definition Classes
CommandOutput
override def set(double: Double): Unit

Attributes

Definition Classes
CommandOutput
override def set(boolean: Boolean): Unit

Attributes

Definition Classes
CommandOutput
override def set(bytes: ByteBuffer): Unit

Attributes

Definition Classes
CommandOutput
override def setError(error: String): Unit

Attributes

Definition Classes
CommandOutput
override def setError(error: ByteBuffer): Unit

Attributes

Definition Classes
CommandOutput
override def setSingle(bytes: ByteBuffer): Unit

Attributes

Definition Classes
CommandOutput

Inherited methods

def get(): T

Attributes

Inherited from:
CommandOutput
def getError(): String

Attributes

Inherited from:
CommandOutput
def hasError(): Boolean

Attributes

Inherited from:
CommandOutput
def multiArray(x$0: Int): Unit

Attributes

Inherited from:
CommandOutput
def multiMap(x$0: Int): Unit

Attributes

Inherited from:
CommandOutput
def multiPush(x$0: Int): Unit

Attributes

Inherited from:
CommandOutput
def multiSet(x$0: Int): Unit

Attributes

Inherited from:
CommandOutput
def setBigNumber(x$0: ByteBuffer): Unit

Attributes

Inherited from:
CommandOutput
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
CommandOutput