wvlet
.
airframe
.
benchmark
.
msgpack
AirframeMsgpack
Related Doc:
package msgpack
class
AirframeMsgpack
extends
UnpackBenchmark
Annotations
@State
()
@BenchmarkMode
()
@OutputTimeUnit
()
Linear Supertypes
UnpackBenchmark
,
MsgpackData
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
AirframeMsgpack
UnpackBenchmark
MsgpackData
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AirframeMsgpack
()
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
booleanArray
(
blackhole:
Blackhole
)
:
Unit
Definition Classes
UnpackBenchmark
Annotations
@Benchmark
()
@Group
()
lazy val
booleanArray
:
IndexedSeq
[
Boolean
]
Definition Classes
MsgpackData
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
floatArray
(
blackhole:
Blackhole
)
:
Unit
Definition Classes
UnpackBenchmark
Annotations
@Benchmark
()
@Group
()
lazy val
floatArray
:
IndexedSeq
[
Float
]
Definition Classes
MsgpackData
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
hasNext
:
Boolean
Attributes
protected
Definition Classes
AirframeMsgpack
→
UnpackBenchmark
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
initUnpacker
(
byte:
Array
[
Byte
]
)
:
Unit
Attributes
protected
Definition Classes
AirframeMsgpack
→
UnpackBenchmark
def
intArray
(
blackhole:
Blackhole
)
:
Unit
Definition Classes
UnpackBenchmark
Annotations
@Benchmark
()
@Group
()
lazy val
intArray
:
IndexedSeq
[
Int
]
Definition Classes
MsgpackData
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
msgpackBooleaArray
:
Array
[
Byte
]
Definition Classes
MsgpackData
val
msgpackFloatArray
:
Array
[
Byte
]
Definition Classes
MsgpackData
val
msgpackIntArray
:
Array
[
Byte
]
Definition Classes
MsgpackData
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unpackBoolean
:
Boolean
Attributes
protected
Definition Classes
AirframeMsgpack
→
UnpackBenchmark
def
unpackFloat
:
Float
Attributes
protected
Definition Classes
AirframeMsgpack
→
UnpackBenchmark
def
unpackInt
:
Int
Attributes
protected
Definition Classes
AirframeMsgpack
→
UnpackBenchmark
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
UnpackBenchmark
Inherited from
MsgpackData
Inherited from
AnyRef
Inherited from
Any
Ungrouped