Class

io.snappydata.impl

ServerImpl

Related Doc: package impl

Permalink

class ServerImpl extends FabricServerImpl with Server with ProtocolOverrides

This class ties up few things that is Snappy specific. for e.g. Connection url & ClusterCallback

Linear Supertypes
ProtocolOverrides, Server, StoreCallback, Serializable, Serializable, FabricServerImpl, FabricServer, FabricServiceImpl, FabricService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerImpl
  2. ProtocolOverrides
  3. Server
  4. StoreCallback
  5. Serializable
  6. Serializable
  7. FabricServerImpl
  8. FabricServer
  9. FabricServiceImpl
  10. FabricService
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerImpl()

    Permalink

Type Members

  1. abstract class NetworkInterfaceImpl extends NetworkInterface with DistributionAdvisee with ConnectionListener with ConnectionState with ServerMetrics

    Permalink
    Definition Classes
    FabricServiceImpl

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def authenticateShutdown(arg0: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def endNotifyWaiting(): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllNetworkServers(): List[NetworkInterface]

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getDRDAProtocol(): String

    Permalink
    Definition Classes
    ProtocolOverrides → FabricServiceImpl
  14. def getListenAddress(arg0: String): InetAddress

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
  15. def getNetProtocol(): String

    Permalink
    Definition Classes
    ProtocolOverrides → FabricServiceImpl
  16. def getProtocol(): String

    Permalink
    Definition Classes
    ProtocolOverrides → FabricServiceImpl
  17. def getSecurityPropertiesFromRestarter(): Properties

    Permalink
    Definition Classes
    FabricServiceImpl
  18. def getThriftProtocol(): String

    Permalink
    Definition Classes
    ProtocolOverrides → FabricServiceImpl
  19. def handleThrowable(arg0: Throwable): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isReconnecting(): Boolean

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
  23. def isServer(): Boolean

    Permalink
    Definition Classes
    ServerImpl → FabricServerImpl → FabricServiceImpl
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyRunning(): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
  28. final def notifyStop(arg0: Boolean): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
  29. def notifyWaiting(arg0: String, arg1: Set[PersistentMemberID], arg2: Set[Integer], arg3: PersistentMemberID, arg4: String): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
  30. def reconnecting(): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
  31. def serviceShutdown(): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  32. def setShutdownAllIdentifier(): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
  33. def start(bootProperties: Properties): Unit

    Permalink
    Definition Classes
    ServerImpl → FabricServerImpl → FabricServer
    Annotations
    @throws( classOf[SQLException] )
  34. def start(arg0: Properties, arg1: Boolean): Unit

    Permalink
    Definition Classes
    FabricServerImpl → FabricServer
    Annotations
    @throws( classOf[java.sql.SQLException] )
  35. def startDRDAServer(arg0: String, arg1: Int, arg2: Properties): NetworkInterface

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( classOf[java.sql.SQLException] )
  36. def startImpl(arg0: Properties, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  37. def startNetworkServer(arg0: String, arg1: Int, arg2: Properties): NetworkInterface

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( classOf[java.sql.SQLException] )
  38. def startThriftServer(arg0: String, arg1: Int, arg2: Properties): NetworkInterface

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( classOf[java.sql.SQLException] )
  39. def status(): State

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
  40. def stop(arg0: Properties): Unit

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( classOf[java.sql.SQLException] )
  41. def stopAllNetworkServers(): Unit

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
  42. def stopNoSync(arg0: Properties, arg1: InternalDistributedSystem, arg2: Boolean): Unit

    Permalink
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  43. def stopReconnecting(): Unit

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def waitUntilReconnected(arg0: Long, arg1: TimeUnit): Boolean

    Permalink
    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( ... )

Inherited from ProtocolOverrides

Inherited from Server

Inherited from StoreCallback

Inherited from Serializable

Inherited from Serializable

Inherited from FabricServerImpl

Inherited from FabricServer

Inherited from FabricServiceImpl

Inherited from FabricService

Inherited from AnyRef

Inherited from Any

Ungrouped