trait
RiakBucket extends AnyRef
Abstract Value Members
-
abstract
def
delete(key: String): Future[Unit]
-
abstract
def
fetch(index: RiakIndex): Future[List[RiakValue]]
-
abstract
def
fetch(key: String): Future[Option[RiakValue]]
-
-
abstract
def
properties_=(newProperties: Set[RiakBucketProperty[_]]): Future[Unit]
-
-
abstract
def
store(key: String, value: RiakValue): Future[Unit]
-
abstract
def
storeAndFetch(key: String, value: RiakValue): Future[RiakValue]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
allowSiblings(implicit ec: ExecutionContext): Future[Boolean]
-
def
allowSiblings_=(value: Boolean): Future[Unit]
-
def
allow_mult(implicit ec: ExecutionContext): Future[Boolean]
-
def
allow_mult_=(value: Boolean): Future[Unit]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fetch(index: String, start: Int, end: Int): Future[List[RiakValue]]
-
def
fetch(index: String, start: String, end: String): Future[List[RiakValue]]
-
def
fetch(index: String, value: Int): Future[List[RiakValue]]
-
def
fetch(index: String, value: String): Future[List[RiakValue]]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lastWriteWins(implicit ec: ExecutionContext): Future[Boolean]
-
def
lastWriteWins_=(value: Boolean): Future[Unit]
-
def
last_write_wins(implicit ec: ExecutionContext): Future[Boolean]
-
def
last_write_wins_=(value: Boolean): Future[Unit]
-
def
n_val(implicit ec: ExecutionContext): Future[Int]
-
def
n_val_=(number: Int): Future[Unit]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numberOfReplicas(implicit ec: ExecutionContext): Future[Int]
-
def
numberOfReplicas_=(number: Int): Future[Unit]
-
def
setAllowSiblings(value: Boolean): Future[Unit]
-
def
setLastWriteWins(value: Boolean): Future[Unit]
-
def
setNumberOfReplicas(number: Int): Future[Unit]
-
def
setProperties(newProperties: Set[RiakBucketProperty[_]]): Future[Unit]
-
def
store[T](key: String, meta: RiakMeta[T])(implicit arg0: RiakSerializer[T], arg1: RiakIndexer[T]): Future[Unit]
-
def
store[T](key: String, value: T)(implicit arg0: RiakSerializer[T], arg1: RiakIndexer[T]): Future[Unit]
-
-
def
storeAndFetch[T](key: String, value: T)(implicit arg0: RiakSerializer[T], arg1: RiakIndexer[T]): Future[RiakValue]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any