orbit-server
Module Contents
alltypes
Module Contents
interface AddressableDirectory : AsyncMap<AddressableReference, AddressableLease>, HealthCheck
class AddressableManagementService : AddressableManagementImplBase
class AddressableManager
data class AuthInfo
class AuthStep : PipelineStep
class AuthSystem
class BlankStep : PipelineStep
class ClientConnection : MessageSender
class ClusterManager
class ConnectionManager
class ConnectionService : ConnectionImplBase
class EchoStep : PipelineStep
class GrpcEndpoint
interface HealthCheck
class HealthCheckList
class HealthService : HealthImplBase
class IdentityStep : PipelineStep
data class LeaseDuration
class LocalAddressableDirectory : HashMapBackedAsyncMap<AddressableReference, AddressableLease>, AddressableDirectory
class LocalNodeDirectory : HashMapBackedAsyncMap<NodeId, NodeInfo>, NodeDirectory
class LocalNodeInfo : HealthCheck
data class LocalServerInfo
class MessageContainer
enum class MessageDirection
data class MessageMetadata
interface MessageSender
interface NodeDirectory : AsyncMap<NodeId, NodeInfo>
class NodeManagementService : NodeManagementImplBase
class OrbitServer
data class OrbitServerConfig
Module Contents
OrbitServerConfig(serverInfo: LocalServerInfo = LocalServerInfo(
port = System.getenv("ORBIT_PORT")?.toInt(10) ?: 50056,
url = System.getenv("ORBIT_URL") ?: "localhost:50056"
), tickRate: Duration = Duration.ofSeconds(1), pipelineRailCount: Int = 32, pipelineBufferCount: Int = 10_000, nodeLeaseDuration: LeaseDuration = LeaseDuration(
expiresIn = Duration.ofSeconds(10),
renewIn = Duration.ofSeconds(5)
), addressableLeaseDuration: LeaseDuration = LeaseDuration(
expiresIn = Duration.ofMinutes(10),
renewIn = Duration.ofMinutes(5)
), cpuPool: CoroutineDispatcher = Pools.createFixedPool("orbit-cpu"), ioPool: CoroutineDispatcher = Pools.createCachedPool("orbit-io"), acquireShutdownLatch: Boolean = true, nodeDirectory: ExternallyConfigured<NodeDirectory> = LocalNodeDirectory.LocalNodeDirectorySingleton, addressableDirectory: ExternallyConfigured<AddressableDirectory> = LocalAddressableDirectory.LocalAddressableDirectorySingleton)
val acquireShutdownLatch: Boolean
val addressableDirectory: ExternallyConfigured<AddressableDirectory>
val addressableLeaseDuration: LeaseDuration
val cpuPool: CoroutineDispatcher
val ioPool: CoroutineDispatcher
val nodeDirectory: ExternallyConfigured<NodeDirectory>
val nodeLeaseDuration: LeaseDuration
val pipelineBufferCount: Int
val pipelineRailCount: Int
val serverInfo: LocalServerInfo
val tickRate: Duration
class Pipeline
class PipelineContext
class PipelineException : Throwable
interface PipelineStep
class PipelineSteps
class PlacementStep : PipelineStep
class RemoteMeshNodeConnection : MessageSender
class RemoteMeshNodeManager
class Router
class RoutingStep : PipelineStep
data class RuntimePools
class RuntimeScopes
class ServerAuthInterceptor : ServerInterceptor
class TransportStep : PipelineStep
class VerifyStep : PipelineStep
package orbit.server
Module Contents
class OrbitServer
data class OrbitServerConfig
Module Contents
OrbitServerConfig(serverInfo: LocalServerInfo = LocalServerInfo(
port = System.getenv("ORBIT_PORT")?.toInt(10) ?: 50056,
url = System.getenv("ORBIT_URL") ?: "localhost:50056"
), tickRate: Duration = Duration.ofSeconds(1), pipelineRailCount: Int = 32, pipelineBufferCount: Int = 10_000, nodeLeaseDuration: LeaseDuration = LeaseDuration(
expiresIn = Duration.ofSeconds(10),
renewIn = Duration.ofSeconds(5)
), addressableLeaseDuration: LeaseDuration = LeaseDuration(
expiresIn = Duration.ofMinutes(10),
renewIn = Duration.ofMinutes(5)
), cpuPool: CoroutineDispatcher = Pools.createFixedPool("orbit-cpu"), ioPool: CoroutineDispatcher = Pools.createCachedPool("orbit-io"), acquireShutdownLatch: Boolean = true, nodeDirectory: ExternallyConfigured<NodeDirectory> = LocalNodeDirectory.LocalNodeDirectorySingleton, addressableDirectory: ExternallyConfigured<AddressableDirectory> = LocalAddressableDirectory.LocalAddressableDirectorySingleton)
val acquireShutdownLatch: Boolean
val addressableDirectory: ExternallyConfigured<AddressableDirectory>
val addressableLeaseDuration: LeaseDuration
val cpuPool: CoroutineDispatcher
val ioPool: CoroutineDispatcher
val nodeDirectory: ExternallyConfigured<NodeDirectory>
val nodeLeaseDuration: LeaseDuration
val pipelineBufferCount: Int
val pipelineRailCount: Int
val serverInfo: LocalServerInfo
val tickRate: Duration
package orbit.server.auth
package orbit.server.concurrent
package orbit.server.mesh
package orbit.server.mesh.local
package orbit.server.net
package orbit.server.pipeline
package orbit.server.pipeline.step
package orbit.server.router
package orbit.server.service