io.snappydata.impl

LeadImpl

class LeadImpl extends ServerImpl with Lead with Logging

Self Type
LeadImpl
Linear Supertypes
Logging, Lead, ServerImpl, ProtocolOverrides, Server, StoreCallback, Serializable, Serializable, FabricServerImpl, FabricServer, FabricServiceImpl, FabricService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LeadImpl
  2. Logging
  3. Lead
  4. ServerImpl
  5. ProtocolOverrides
  6. Server
  7. StoreCallback
  8. Serializable
  9. Serializable
  10. FabricServerImpl
  11. FabricServer
  12. FabricServiceImpl
  13. FabricService
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeadImpl()

Type Members

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

    Definition Classes
    FabricServiceImpl

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var _directApiInvoked: Boolean

  7. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createActorSystem(conf: Config): ActorSystem

  11. def directApiInvoked: Boolean

  12. def endNotifyWaiting(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def getConfig(args: Array[String]): Config

  19. def getDRDAProtocol(): String

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

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

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

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

    Definition Classes
    FabricServiceImpl
  24. def getThriftProtocol(): String

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

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

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

    Definition Classes
    Any
  28. def isReconnecting(): Boolean

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

    Definition Classes
    ServerImpl → FabricServerImpl → FabricServiceImpl
  30. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  31. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  32. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  36. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  37. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  38. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  40. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  42. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. def notifyOnStatusChange(f: (State) ⇒ Unit): Unit

    Attributes
    protected[io.snappydata]
  47. final def notifyRunning(): Unit

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

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

    Definition Classes
    FabricServiceImpl
  50. def reconnecting(): Unit

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

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

    Definition Classes
    FabricServiceImpl
  53. def start(bootProperties: Properties, ignoreIfStarted: Boolean): Unit

    Definition Classes
    LeadImpl → FabricServerImpl → FabricServer
    Annotations
    @throws( ... )
  54. def start(bootProperties: Properties): Unit

    Definition Classes
    ServerImpl → FabricServerImpl → FabricServer
    Annotations
    @throws( classOf[java.sql.SQLException] )
  55. def startDRDAServer(bindAddress: String, port: Int, networkProperties: Properties): NetworkInterface

    Definition Classes
    LeadImpl → FabricServiceImpl → FabricService
    Annotations
    @throws( ... )
  56. def startImpl(arg0: Properties, arg1: Boolean, arg2: Boolean): Unit

    Attributes
    protected[com.pivotal.gemfirexd.internal.engine.fabricservice]
    Definition Classes
    FabricServiceImpl
    Annotations
    @throws( classOf[java.sql.SQLException] )
  57. def startNetworkServer(bindAddress: String, port: Int, networkProperties: Properties): NetworkInterface

    Definition Classes
    LeadImpl → FabricServiceImpl → FabricService
    Annotations
    @throws( ... )
  58. def startThriftServer(bindAddress: String, port: Int, networkProperties: Properties): NetworkInterface

    Definition Classes
    LeadImpl → FabricServiceImpl → FabricService
    Annotations
    @throws( ... )
  59. def status(): State

    Definition Classes
    FabricServiceImpl → FabricService
  60. def stop(shutdownCredentials: Properties): Unit

    Definition Classes
    LeadImpl → FabricServiceImpl → FabricService
    Annotations
    @throws( ... )
  61. def stopAllNetworkServers(): Unit

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

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

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

    Definition Classes
    AnyRef
  65. def toString(): String

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

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

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

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

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

Inherited from Logging

Inherited from Lead

Inherited from ServerImpl

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