io
.
buoyant
.
namerd
InterfaceConfig
Related Doc:
package namerd
abstract
class
InterfaceConfig
extends
PolymorphicConfig
Configures a network interface to namerd functionality.
Linear Supertypes
PolymorphicConfig
,
AnyRef
,
Any
Known Subclasses
InterpreterInterfaceConfig
Ordering
Alphabetic
By Inheritance
Inherited
InterfaceConfig
PolymorphicConfig
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
InterfaceConfig
()
Abstract Value Members
abstract
def
defaultAddr
:
InetSocketAddress
Attributes
protected
Annotations
@JsonIgnore
()
abstract
def
mk
(
store:
DtabStore
,
namers:
Map
[
Path
,
Namer
]
,
stats:
StatsReceiver
)
:
Servable
Concrete 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
def
addr
:
InetSocketAddress
Annotations
@JsonIgnore
()
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
var
ip
:
Option
[
InetAddress
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
kind
:
String
Definition Classes
PolymorphicConfig
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
port
:
Option
[
Port
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
var
tls
:
Option
[
TlsServerConfig
]
def
tlsParams
:
Params
Annotations
@JsonIgnore
()
def
toString
()
:
String
Definition Classes
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
PolymorphicConfig
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Configures a network interface to namerd functionality.