class
ChordCore2ch extends ChordCore
Instance Constructors
-
new
ChordCore2ch()
Type Members
-
type
NewResponseResult = (Symbol, Array[Byte], Array[Byte], Long)
-
type
NewThreadResult = (Symbol, Array[Byte], Long)
-
type
Receive = PartialFunction[Any, Unit]
-
type
dataMap = HashMap[Seq[Byte], KVSData]
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
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
val
context: ActorContext
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
fetcher: ActorRef
-
def
finalize(): Unit
-
def
finalizeNode(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
immigrateData(data: HashMap[Seq[Byte], KVSData]): Unit
-
def
init(id: nodeID): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
join(to: idAddress): Option[ActorRef]
-
var
lastload: Long
-
def
loadData(key: Seq[Byte]): Future[Option[Stream[Byte]]]
-
val
log: LoggingAdapter
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
ping: PingACK
-
def
postRestart(reason: Throwable): Unit
-
def
postStop(): Unit
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
-
def
preStart(): Unit
-
def
pullNewData: Unit
-
def
receive: PartialFunction[Any, Unit]
-
def
receiveExtension(x: Any, sender: ActorRef)(implicit context: ActorContext): Unit
-
def
saveData(title: String, value: Stream[Byte]): Future[Option[Seq[Byte]]]
-
implicit final
val
self: ActorRef
-
final
def
sender: ActorRef
-
val
stateAgt: Agent[ChordState]
-
def
supervisorStrategy: SupervisorStrategy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unhandled(message: Any): Unit
-
def
unregistNode(a: ActorRef): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from ChordCore
Inherited from Actor
Inherited from AnyRef
Inherited from Any