@DefaultCoder(value=Aggregate.AggregateCoder.class) public class Aggregate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Aggregate.AggregateCoder |
| Constructor and Description |
|---|
Aggregate(long bytesIn,
long bytesOut,
String hostname,
boolean ce,
boolean nonEct) |
Aggregate(long bytesIn,
long bytesOut,
String hostname,
Integer ecn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getBytes() |
long |
getBytesIn() |
long |
getBytesOut() |
String |
getHostname() |
int |
hashCode() |
boolean |
isCongestionEncountered() |
boolean |
isNonEcnCapableTransport() |
static Aggregate |
merge(Aggregate a,
Aggregate b) |
String |
toString() |
public Aggregate(long bytesIn,
long bytesOut,
String hostname,
boolean ce,
boolean nonEct)
public long getBytesIn()
public long getBytesOut()
public String getHostname()
public long getBytes()
public boolean isCongestionEncountered()
public boolean isNonEcnCapableTransport()
Copyright © 2021. All rights reserved.