io.snappydata

ProtocolOverrides

trait ProtocolOverrides extends FabricServiceImpl

Linear Supertypes
FabricServiceImpl, FabricService, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProtocolOverrides
  2. FabricServiceImpl
  3. FabricService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FabricServiceImpl
  20. def getThriftProtocol(): String

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

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

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

    Definition Classes
    Any
  24. def isReconnecting(): Boolean

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

    Definition Classes
    FabricServiceImpl
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. final def notifyRunning(): Unit

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

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

    Definition Classes
    FabricServiceImpl
  32. def reconnecting(): Unit

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

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

    Definition Classes
    FabricServiceImpl
  35. def startDRDAServer(arg0: String, arg1: Int, arg2: Properties): NetworkInterface

    Definition Classes
    FabricServiceImpl → FabricService
    Annotations
    @throws( classOf[java.sql.SQLException] )
  36. 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] )
  37. def startNetworkServer(arg0: String, arg1: Int, arg2: Properties): NetworkInterface

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

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

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

Inherited from FabricServiceImpl

Inherited from FabricService

Inherited from AnyRef

Inherited from Any

Ungrouped