kafka
.
api
PartitionMetadata
Related Docs:
object PartitionMetadata
|
package api
case class
PartitionMetadata
(
partitionId:
Int
,
leader:
Option
[
BrokerEndPoint
]
,
replicas:
Seq
[
BrokerEndPoint
]
,
isr:
Seq
[
BrokerEndPoint
] =
Seq.empty
,
errorCode:
Short
=
ErrorMapping.NoError
)
extends
Logging
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Logging
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PartitionMetadata
Serializable
Serializable
Product
Equals
Logging
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
PartitionMetadata
(
partitionId:
Int
,
leader:
Option
[
BrokerEndPoint
]
,
replicas:
Seq
[
BrokerEndPoint
]
,
isr:
Seq
[
BrokerEndPoint
] =
Seq.empty
,
errorCode:
Short
=
ErrorMapping.NoError
)
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
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
debug
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
debug
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
debug
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
error
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
error
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
error
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
val
errorCode
:
Short
def
fatal
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
fatal
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
fatal
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
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
info
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
info
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
info
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
isr
:
Seq
[
BrokerEndPoint
]
val
leader
:
Option
[
BrokerEndPoint
]
var
logIdent
:
String
Attributes
protected
Definition Classes
Logging
lazy val
logger
:
Logger
Definition Classes
Logging
val
loggerName
:
String
Definition Classes
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
partitionId
:
Int
val
replicas
:
Seq
[
BrokerEndPoint
]
def
sizeInBytes
:
Int
def
swallow
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
def
swallowDebug
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
def
swallowError
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
def
swallowInfo
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
def
swallowTrace
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
def
swallowWarn
(
action: ⇒
Unit
)
:
Unit
Definition Classes
Logging
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
PartitionMetadata
→ AnyRef → Any
def
trace
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
trace
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
trace
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
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
(
...
)
def
warn
(
msg: ⇒
String
,
e: ⇒
Throwable
)
:
Unit
Definition Classes
Logging
def
warn
(
e: ⇒
Throwable
)
:
Any
Definition Classes
Logging
def
warn
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
writeTo
(
buffer:
ByteBuffer
)
:
Unit
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Logging
Inherited from
AnyRef
Inherited from
Any
Ungrouped