miniraft
.
state
.
rest
RaftSupportClient
Related Doc:
package rest
class
RaftSupportClient
[
T
]
extends
RaftClient
[
T
]
REST client to the support routes
Linear Supertypes
RaftClient
[
T
],
LazyLogging
,
RaftEndpoint
[
T
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RaftSupportClient
RaftClient
LazyLogging
RaftEndpoint
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RaftSupportClient
(
c:
RestClient
)
(
implicit
arg0:
Encoder
[
T
]
,
arg1:
Decoder
[
T
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
client
:
RestClient
Definition Classes
RaftClient
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forceElectionTimeout
()
:
Future
[
Boolean
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
LazyLogging
def
logs
(
from:
Option
[
Int
] =
None
,
to:
Option
[
Int
] =
None
)
:
Future
[
List
[
LogEntry
[
T
]]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
onAppend
(
append:
AppendEntries
[
T
]
)
:
Future
[
AppendEntriesResponse
]
Definition Classes
RaftClient
→
RaftEndpoint
def
onRequest
(
req:
RaftRequest
)
:
Future
[
RaftResponse
]
Definition Classes
RaftEndpoint
def
onVote
(
vote:
RequestVote
)
:
Future
[
RequestVoteResponse
]
Definition Classes
RaftClient
→
RaftEndpoint
def
recentMessages
(
limit:
Option
[
Int
]
)
:
Future
[
List
[
Json
]]
def
state
()
:
Future
[
NodeStateSummary
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
RaftClient
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
RaftClient
[
T
]
Inherited from
LazyLogging
Inherited from
RaftEndpoint
[
T
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
REST client to the support routes