Serialized Form
-
Package org.nustaq.kontraktor
-
Class org.nustaq.kontraktor.Actor
class Actor extends Actors implements Serializable-
Serialized Fields
-
__cbQueue
Queue __cbQueue
-
__clientConnection
ConnectionRegistry __clientConnection
-
__connections
ConcurrentLinkedQueue<ConnectionRegistry> __connections
-
__currentDispatcher
Thread __currentDispatcher
-
__mailbox
Queue __mailbox
-
__mailboxCapacity
int __mailboxCapacity
-
__mbCapacity
int __mbCapacity
-
__publishTarget
Actor __publishTarget
-
__remoteId
long __remoteId
-
__scheduler
Scheduler __scheduler
-
__self
Actor __self
-
__stopHandlers
ConcurrentLinkedQueue<Callback<SELF extends Actor>> __stopHandlers
-
__stopped
boolean __stopped
-
__ticketMachine
TicketMachine __ticketMachine
-
_debounceMap
Map<String,
Runnable> _debounceMap -
interceptedCache
ConcurrentHashMap interceptedCache
-
methodCache
ConcurrentHashMap methodCache
-
userData
Object userData
free for outer mechanics to use. -
zzLastLiveActorIds
long[] zzLastLiveActorIds
-
zzRoutingGCEnabled
boolean zzRoutingGCEnabled
-
zzServerMsgCallback
Callback<RemoteCallEntry> zzServerMsgCallback
-
-
-
Exception org.nustaq.kontraktor.AwaitException
class AwaitException extends RuntimeException implements Serializable-
Serialized Fields
-
error
Object error
-
-
-
Exception org.nustaq.kontraktor.KTimeoutException
class KTimeoutException extends AwaitException implements Serializable -
Exception org.nustaq.kontraktor.MustBeRunFromActorThread
class MustBeRunFromActorThread extends RuntimeException implements Serializable -
Class org.nustaq.kontraktor.Promise
class Promise extends Object implements Serializable -
Class org.nustaq.kontraktor.Spore
class Spore extends Object implements Serializable-
Serialized Fields
-
cb
Callback cb
-
-
-
-
Package org.nustaq.kontraktor.asyncio
-
Class org.nustaq.kontraktor.asyncio._AsyncClientSocket.CLSActor
-
Serialized Fields
-
sock
_AsyncClientSocket sock
-
-
-
-
Package org.nustaq.kontraktor.impl
-
Exception org.nustaq.kontraktor.impl.ActorBlockedException
class ActorBlockedException extends RuntimeException implements Serializable -
Class org.nustaq.kontraktor.impl.CallbackWrapper
class CallbackWrapper extends Object implements Serializable -
Exception org.nustaq.kontraktor.impl.InternalActorStoppedException
class InternalActorStoppedException extends RuntimeException implements Serializable -
Exception org.nustaq.kontraktor.impl.RemoteMethodNotFoundException
class RemoteMethodNotFoundException extends RuntimeException implements Serializable -
Class org.nustaq.kontraktor.impl.SchedulingReport
class SchedulingReport extends Object implements Serializable-
Serialized Fields
-
defQSize
int defQSize
-
isolatedThreads
int isolatedThreads
-
numDispatchers
int numDispatchers
-
-
-
Exception org.nustaq.kontraktor.impl.StoppedActorTargetedException
class StoppedActorTargetedException extends RuntimeException implements Serializable
-
-
Package org.nustaq.kontraktor.remoting.base
-
Class org.nustaq.kontraktor.remoting.base.LocalConnectable
class LocalConnectable extends Object implements Serializable-
Serialized Fields
-
actor
Actor actor
-
-
-
Exception org.nustaq.kontraktor.remoting.base.RateLimitException
class RateLimitException extends RuntimeException implements Serializable -
Class org.nustaq.kontraktor.remoting.base.Reconnect
class Reconnect extends Object implements Serializable-
Serialized Fields
-
remoteRefId
long remoteRefId
-
sessionId
String sessionId
-
-
-
Class org.nustaq.kontraktor.remoting.base.ServiceDescription
class ServiceDescription extends Object implements Serializable-
Serialized Fields
-
connectable
ConnectableActor connectable
-
description
String description
-
name
String name
-
timeout
long timeout
-
uniqueKey
String uniqueKey
-
-
-
Exception org.nustaq.kontraktor.remoting.base.UnknownActorException
class UnknownActorException extends RuntimeException implements Serializable
-
-
Package org.nustaq.kontraktor.remoting.encoding
-
Class org.nustaq.kontraktor.remoting.encoding.CallbackRefSerializer.MyRemotedCallback
class MyRemotedCallback extends Object implements Serializable-
Serialized Fields
-
chan
AtomicReference<ObjectSocket> chan
-
id
long id
-
-
-
Class org.nustaq.kontraktor.remoting.encoding.Coding
class Coding extends Object implements Serializable-
Serialized Fields
-
coding
SerializerType coding
-
crossPlatformShortClazzNames
Class[] crossPlatformShortClazzNames
-
-
-
Class org.nustaq.kontraktor.remoting.encoding.RemoteCallEntry
class RemoteCallEntry extends Object implements Serializable
-
-
Package org.nustaq.kontraktor.remoting.tcp
-
Class org.nustaq.kontraktor.remoting.tcp.TCPClientConnector.RemotingHelper
-
Class org.nustaq.kontraktor.remoting.tcp.TCPConnectable
class TCPConnectable extends Object implements Serializable
-
-
Package org.nustaq.kontraktor.routers
-
Class org.nustaq.kontraktor.routers.AbstractKrouter
-
Class org.nustaq.kontraktor.routers.HotColdFailoverKrouter
class HotColdFailoverKrouter extends SingleActiveServiceKrouter<T extends HotColdFailoverKrouter> implements Serializable -
Class org.nustaq.kontraktor.routers.HotHotFailoverKrouter
class HotHotFailoverKrouter extends AbstractKrouter<T extends HotHotFailoverKrouter> implements Serializable -
Class org.nustaq.kontraktor.routers.Krouter
-
Class org.nustaq.kontraktor.routers.RoundRobinKrouter
-
Serialized Fields
-
count
int count
-
-
-
Class org.nustaq.kontraktor.routers.SimpleKrouter
-
Serialized Fields
-
remRef
Actor remRef
-
-
-
Class org.nustaq.kontraktor.routers.SingleActiveServiceKrouter
class SingleActiveServiceKrouter extends AbstractKrouter<T extends SingleActiveServiceKrouter> implements Serializable
-
-
Package org.nustaq.kontraktor.util
-
Class org.nustaq.kontraktor.util.Log
-
Serialized Fields
-
defaultLogger
Log.LogWrapper defaultLogger
-
logger
Log.LogWrapper logger
-
severity
int severity
-
-
-
Class org.nustaq.kontraktor.util.Pair
class Pair extends Object implements Serializable
-