trait NetFlowData[T] extends Flow[T]
Unified interface for accounting statistics (InetAddress and Networks) generated by NetFlow.
- Self Type
- NetFlowData[T] with T with Flow[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetFlowData
- Flow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def bytes: Long
- abstract def dstAS: Option[Int]
- abstract def dstAddress: InetAddress
- abstract def dstPort: Int
-
abstract
def
id: UUID
- Definition Classes
- Flow
-
abstract
def
length: Int
- Definition Classes
- Flow
- abstract def nextHop: Option[InetAddress]
- abstract def pkts: Long
- abstract def proto: Int
-
abstract
def
sender: InetSocketAddress
- Definition Classes
- Flow
- abstract def srcAS: Option[Int]
- abstract def srcAddress: InetAddress
- abstract def srcPort: Int
- abstract def start: Option[LocalDateTime]
- abstract def stop: Option[LocalDateTime]
- abstract def tcpflags: Int
- abstract def tos: Int
-
abstract
def
version: String
- Definition Classes
- Flow
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def duration: Option[Long]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
senderIP: String
- Definition Classes
- Flow
-
def
senderPort: Int
- Definition Classes
- Flow
-
def
stringExtra: String
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- NetFlowData → 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( ... ) @native()