|
|||||||||
| Home >> All >> hsr >> ipm >> [ storing overview ] | PREV NEXT | ||||||||
A
- As - class hsr.ipm.storing.As.
- Internal class to combine AS number with name of AS.
- As() - Constructor for class hsr.ipm.storing.As
- AsSequence - class hsr.ipm.storing.AsSequence.
- Structures HopSequences which have same order of Autonomous Systems.
- AsSequence() - Constructor for class hsr.ipm.storing.AsSequence
- addHop(Hop) - Method in class hsr.ipm.storing.Trace
- addHopSequence(HopSequence) - Method in class hsr.ipm.storing.AsSequence
- Adds the given HopSequence to the intern List of HopSequences and increments the HopSequence counter.
- addRtt(Float) - Method in class hsr.ipm.storing.Hop
- Adds a Rtt to a Hop
- addTraceId(Trace) - Method in class hsr.ipm.storing.HopSequence
- Adds a trace to the local trace list and updates all statistical fields of object.
- analysed - Variable in class hsr.ipm.storing.Trace
- asLinkRTTs - Variable in class hsr.ipm.storing.AsSequence
- List with round trip times between two AS, measures the link in between those ASses.
- asList - Variable in class hsr.ipm.storing.AsSequence
- List contains objects of As to present an AS.
- asName - Variable in class hsr.ipm.storing.As
- asNumber - Variable in class hsr.ipm.storing.As
- asNumber - Variable in class hsr.ipm.storing.Host
- asSequences - Variable in class hsr.ipm.storing.TracePair
- avgRTT - Variable in class hsr.ipm.storing.AsSequence
- Average round trip time of all traceroutes within this AsSequence.
- avgRTT - Variable in class hsr.ipm.storing.HopSequence
C
- canonicalHostName - Variable in class hsr.ipm.storing.Source
- changed - Variable in class hsr.ipm.storing.HopSequence
- Indicates, if this HopSequence is changed comparing to the stored values in database.
- closeConnection() - Method in class hsr.ipm.storing.DatabaseHandler
- Closes connection to database.
- completeAsNameByAsNumber(String) - Method in class hsr.ipm.storing.As
- Generates and parses a whois request to the name of the given AS number in field asNumber.
- completeHostByIp(String) - Method in class hsr.ipm.storing.Host
- Sets ip address of desired host and completes host name and as number automatically
- completeHostByName(String) - Method in class hsr.ipm.storing.Host
- Sets host name of desired host and completes ip address and as number automatically
D
- DB_DB - Variable in class hsr.ipm.storing.DatabaseHandler
- Name of database.
- DB_HOST - Variable in class hsr.ipm.storing.DatabaseHandler
- Name of host to connect to database.
- DB_PASSWORD - Variable in class hsr.ipm.storing.DatabaseHandler
- Password for user of database to connect to.
- DB_USERNAME - Variable in class hsr.ipm.storing.DatabaseHandler
- Username of database to connect to.
- DatabaseConnectionAttributes - class hsr.ipm.storing.DatabaseConnectionAttributes.
- Collects all different attributes needed to connect to a database and returns a connection URL string.
- DatabaseConnectionAttributes() - Constructor for class hsr.ipm.storing.DatabaseConnectionAttributes
- DatabaseHandler - class hsr.ipm.storing.DatabaseHandler.
- Interfase class between database and the rest of the project.
- DatabaseHandler(DatabaseConnectionAttributes) - Constructor for class hsr.ipm.storing.DatabaseHandler
- Constructs the database handler and initialises the nessesary attributes (ie host of database, name of database, username, password).
- DatabaseHandler() - Constructor for class hsr.ipm.storing.DatabaseHandler
- Standard constructor initialises a database conneciton with to default setted attributes.
- database - Variable in class hsr.ipm.storing.DatabaseConnectionAttributes
- Name of database
- db - Variable in class hsr.ipm.storing.DatabaseHandler
- dbUrl - Variable in class hsr.ipm.storing.DatabaseHandler
- destinationHost - Variable in class hsr.ipm.storing.HopSequence
- destinationHost - Variable in class hsr.ipm.storing.Trace
- destinationHost - Variable in class hsr.ipm.storing.TracePair
E
- equals(As) - Method in class hsr.ipm.storing.As
- equals(Host) - Method in class hsr.ipm.storing.Host
- Compares two Host if the IPAddress is the same
- errorhandler - Variable in class hsr.ipm.storing.Host
- exTrace - Variable in class hsr.ipm.storing.HopSequence
- exTraceId - Variable in class hsr.ipm.storing.HopSequence
F
- finalize() - Method in class hsr.ipm.storing.DatabaseHandler
- Will close connection to database, unless already done.
- findAddHops(Trace) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores all new hops in Trace to database
- findAddRTTs(Hop) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores all new Round Trip Times to database
- findAsNumberByIp() - Method in class hsr.ipm.storing.Host
- Complete as number field in host by given ip address field.
- findHostNameByIp() - Method in class hsr.ipm.storing.Host
- Finds hostname in Host by given ip address
- findIpAddressByName() - Method in class hsr.ipm.storing.Host
- Completes ip address field of host by given host name field.
- findStoreHost(Host) - Method in class hsr.ipm.storing.DatabaseHandler
- When storing a new data structure to database, this method searches for already stored hosts.
- firstTrace - Variable in class hsr.ipm.storing.HopSequence
G
- getAnalysed() - Method in class hsr.ipm.storing.Trace
- getAnalysedValue() - Method in class hsr.ipm.storing.Trace
- getAsLinkRTTs() - Method in class hsr.ipm.storing.AsSequence
- getAsList() - Method in class hsr.ipm.storing.AsSequence
- getAsName() - Method in class hsr.ipm.storing.As
- getAsNumber() - Method in class hsr.ipm.storing.As
- getAsNumber() - Method in class hsr.ipm.storing.Host
- Gets the as number
- getAsSequences() - Method in class hsr.ipm.storing.TracePair
- getAvgRTT() - Method in class hsr.ipm.storing.AsSequence
- getAvgRTT() - Method in class hsr.ipm.storing.HopSequence
- getCanonicalHostName() - Method in class hsr.ipm.storing.Source
- getDescription(int) - Static method in class hsr.ipm.storing.Type
- Returns a meaningful description of the type value
- getDestinationHost() - Method in class hsr.ipm.storing.HopSequence
- getDestinationHost() - Method in class hsr.ipm.storing.Trace
- getDestinationHost() - Method in class hsr.ipm.storing.TracePair
- getExTrace() - Method in class hsr.ipm.storing.HopSequence
- getExTraceId() - Method in class hsr.ipm.storing.HopSequence
- getFirstTrace() - Method in class hsr.ipm.storing.HopSequence
- getHopSequences() - Method in class hsr.ipm.storing.AsSequence
- getHopSequencesCount() - Method in class hsr.ipm.storing.AsSequence
- getHops() - Method in class hsr.ipm.storing.Trace
- getHost() - Method in class hsr.ipm.storing.Source
- getHostName() - Method in class hsr.ipm.storing.Host
- Gets the hostname
- getHostNameTs() - Method in class hsr.ipm.storing.Host
- Gets the the HostnameTsattribute
- getId() - Method in class hsr.ipm.storing.As
- getId() - Method in class hsr.ipm.storing.AsSequence
- getId() - Method in class hsr.ipm.storing.Hop
- Gets the Id
- getId() - Method in class hsr.ipm.storing.HopSequence
- getId() - Method in class hsr.ipm.storing.HopSequenceHopRTT
- getId() - Method in class hsr.ipm.storing.Host
- Sets the id
- getId() - Method in class hsr.ipm.storing.Trace
- getId() - Method in class hsr.ipm.storing.TracePair
- getIpAddress() - Method in class hsr.ipm.storing.Host
- Gets the ip address
- getIpAddress() - Method in class hsr.ipm.storing.Source
- getLastTrace() - Method in class hsr.ipm.storing.HopSequence
- getLastTraceId() - Method in class hsr.ipm.storing.DatabaseHandler
- Looks up database and returns the latest Trace entry primary key.
- getMaxRTT() - Method in class hsr.ipm.storing.AsSequence
- getMaxRTT() - Method in class hsr.ipm.storing.HopSequence
- getMinRTT() - Method in class hsr.ipm.storing.AsSequence
- getMinRTT() - Method in class hsr.ipm.storing.HopSequence
- getPreferredAsSequence() - Method in class hsr.ipm.storing.TracePair
- getPreferredHopSequence() - Method in class hsr.ipm.storing.AsSequence
- getRTTS() - Method in class hsr.ipm.storing.Hop
- Returns all Rtts from a Hop
- getResponseHost() - Method in class hsr.ipm.storing.Hop
- Gets the ResponseHostattribute
- getRtt() - Method in class hsr.ipm.storing.HopSequenceHopRTT
- getRttsHopToHop() - Method in class hsr.ipm.storing.HopSequence
- getSourceHost() - Method in class hsr.ipm.storing.HopSequence
- getSourceHost() - Method in class hsr.ipm.storing.Trace
- getSourceHost() - Method in class hsr.ipm.storing.TracePair
- getStartTime() - Method in class hsr.ipm.storing.Trace
- getTraceCount() - Method in class hsr.ipm.storing.AsSequence
- getTraceCount() - Method in class hsr.ipm.storing.HopSequence
- getTraceIds() - Method in class hsr.ipm.storing.HopSequence
- getTraceTimestamp(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores the Timestamp from the given Trace.
- getTraceValidation() - Method in class hsr.ipm.storing.Trace
- getTraceValidationValue() - Method in class hsr.ipm.storing.Trace
- Since database can only handle 0 and 1 for boolean values (and not false and true like Java does), this method returns the integer value of the traceValidation flag.
- getType() - Method in class hsr.ipm.storing.Trace
H
- Hop - class hsr.ipm.storing.Hop.
- Represents a Hop in a traceroute
- Hop() - Constructor for class hsr.ipm.storing.Hop
- HopSequence - class hsr.ipm.storing.HopSequence.
- Collects Trace objects with the same order of Hops.
- HopSequence(Trace) - Constructor for class hsr.ipm.storing.HopSequence
- Creates a new HopSequence object by a given trace object.
- HopSequence() - Constructor for class hsr.ipm.storing.HopSequence
- Default constructor used to restore HopSequence objects from database.
- HopSequenceHopRTT - class hsr.ipm.storing.HopSequenceHopRTT.
- Represents an analysed value of round trip time from hop to hop in a HopSequence.
- HopSequenceHopRTT() - Constructor for class hsr.ipm.storing.HopSequenceHopRTT
- Host - class hsr.ipm.storing.Host.
- Represents a Host object.
- Host() - Constructor for class hsr.ipm.storing.Host
- hopSequences - Variable in class hsr.ipm.storing.AsSequence
- List contains all HopSequences belonging to a specific AsSequence.
- hopSequencesCount - Variable in class hsr.ipm.storing.AsSequence
- Sum of all HopSequences belonging to this AsSequence
- hops - Variable in class hsr.ipm.storing.Trace
- host - Variable in class hsr.ipm.storing.Source
- hostName - Variable in class hsr.ipm.storing.Host
- hostNameTs - Variable in class hsr.ipm.storing.Host
- hostname - Variable in class hsr.ipm.storing.DatabaseConnectionAttributes
- Hostname of database
- hsr.ipm.storing - package hsr.ipm.storing
I
- ICMP - Static variable in class hsr.ipm.storing.Type
- Type of Traceroute is ICMP
- id - Variable in class hsr.ipm.storing.As
- id - Variable in class hsr.ipm.storing.AsSequence
- Primary key of database
- id - Variable in class hsr.ipm.storing.Hop
- id - Variable in class hsr.ipm.storing.HopSequence
- id - Variable in class hsr.ipm.storing.HopSequenceHopRTT
- id - Variable in class hsr.ipm.storing.Host
- id - Variable in class hsr.ipm.storing.Trace
- id - Variable in class hsr.ipm.storing.TracePair
- ipAddress - Variable in class hsr.ipm.storing.Host
- ipAddress - Variable in class hsr.ipm.storing.Source
L
- lastTrace - Variable in class hsr.ipm.storing.HopSequence
- linkAsSequenceToTracePair(long, long) - Method in class hsr.ipm.storing.DatabaseHandler
- linkHopSequenceToAsSequence(long, long) - Method in class hsr.ipm.storing.DatabaseHandler
- log - Static variable in class hsr.ipm.storing.As
M
- MAX_VALUE - Static variable in class hsr.ipm.storing.Type
- Marks the maximal value of type-codes
- MIN_VALUE - Static variable in class hsr.ipm.storing.Type
- Marks the minimal value of type-codes
- main(String[]) - Static method in class hsr.ipm.storing.As
- main(String[]) - Static method in class hsr.ipm.storing.AsSequence
- Test main to test whois parsing.
- main(String[]) - Static method in class hsr.ipm.storing.DatabaseHandler
- main(String[]) - Static method in class hsr.ipm.storing.Hop
- main(String[]) - Static method in class hsr.ipm.storing.Host
- main(String[]) - Static method in class hsr.ipm.storing.Trace
- maxRTT - Variable in class hsr.ipm.storing.AsSequence
- Maximal round trip time of all traceroutes within this AsSequence.
- maxRTT - Variable in class hsr.ipm.storing.HopSequence
- minRTT - Variable in class hsr.ipm.storing.AsSequence
- Minimal round trip time of all traceroutes within this AsSequence.
- minRTT - Variable in class hsr.ipm.storing.HopSequence
O
- openConnection() - Method in class hsr.ipm.storing.DatabaseHandler
- Opens the connection to the database.
P
- password - Variable in class hsr.ipm.storing.DatabaseConnectionAttributes
- Password of database
- preferredAsSequence - Variable in class hsr.ipm.storing.TracePair
- preferredHopSequence - Variable in class hsr.ipm.storing.AsSequence
- Indicates the preferred HopSequence, thats the HopSequence which is used by the most traces
- protocol - Variable in class hsr.ipm.storing.DatabaseConnectionAttributes
- Protocol of atabase
R
- responseHost - Variable in class hsr.ipm.storing.Hop
- restoreAllAsSequences() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all AsSequences.
- restoreAllDestinationHosts() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all destination hosts
- restoreAllHopSequences() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all HopSequences.
- restoreAllSourceHosts() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all source hosts
- restoreAllTracePairs() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all TracePairs and with this all belonging AsSequences, As'es, HopSequences, HopToHopRTTs and HopSequenceMappings.
- restoreAs(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a list of As objects belonging to the given AsSequence id.
- restoreAsSequence(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores the AsSequence and all subobjects from database with the given primary key id
- restoreDestinationHost(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores one single Destination Host from a given Host key.
- restoreHop(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Funtion restores a single Hop and the appropriate Host object by a given database key.
- restoreHopSequence(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores one HopSequences of database and restores the objects.
- restoreHopSequenceRttList(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a list of HopSequenceHopRTT objects belonging to the given HopSequence foreign key.
- restoreHopSequenceTraces(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a list of Trace id's belonging to the given HopSequence id.
- restoreHost(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a single Host from a given database key.
- restoreNewAsSequences() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all AsSequences with have to be analysed.
- restoreNewHopSequences() - Method in class hsr.ipm.storing.DatabaseHandler
- Restores all HopSequences, which have to be analysed, that means which have AsSequence set to 0.
- restoreRTT(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a single round trip time value.
- restoreSourceHost(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores one single SourceHost from a given primary Host key.
- restoreTrace(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores the whole Trace including all sub-objects from a given Trace ID of the database.
- restoreTracePair(long) - Method in class hsr.ipm.storing.DatabaseHandler
- Restores a TracePair object with belonging objects from database.
- restoreTracesToAnalyse(int) - Method in class hsr.ipm.storing.DatabaseHandler
- Loads traces to Analyse, i.e.
- rtt - Variable in class hsr.ipm.storing.HopSequenceHopRTT
- rtts - Variable in class hsr.ipm.storing.Hop
- rttsHopToHop - Variable in class hsr.ipm.storing.HopSequence
S
- Source - class hsr.ipm.storing.Source.
- Represents a source object.
- Source() - Constructor for class hsr.ipm.storing.Source
- saveNewAs(As, long) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores a newly created As object to database.
- saveNewAsSequence(AsSequence) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores a newly created AsSequence in database.
- saveNewDestinationHost(Host) - Method in class hsr.ipm.storing.DatabaseHandler
- Saves a new Destination Host in Destination table.
- saveNewHopSequence(HopSequence) - Method in class hsr.ipm.storing.DatabaseHandler
- Saves a new found HopSequence into database and stores the database generated primary key in id property of HopSequence.
- saveNewSourceHost(Host) - Method in class hsr.ipm.storing.DatabaseHandler
- Saves a new Source Host in Source table.
- saveNewTracePair(TracePair) - Method in class hsr.ipm.storing.DatabaseHandler
- Saves a newly created TracePair into database
- saveNewTraceToHopSequenceMapping(long, long) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores the mapping of the actual found trace to the HopSequenceMapping table in database.
- saveTrace(Trace) - Method in class hsr.ipm.storing.DatabaseHandler
- Saves a Trace data structure into a predefined database.
- searchTracePair(long, long) - Method in class hsr.ipm.storing.DatabaseHandler
- Searches for a TracePair with the given source and destination ID
- setAnalysed(boolean) - Method in class hsr.ipm.storing.Trace
- setAsLinkRTTs(ArrayList) - Method in class hsr.ipm.storing.AsSequence
- setAsList(ArrayList) - Method in class hsr.ipm.storing.AsSequence
- setAsName(String) - Method in class hsr.ipm.storing.As
- setAsNumber(String) - Method in class hsr.ipm.storing.As
- setAsNumber(String) - Method in class hsr.ipm.storing.Host
- Sets the as number
- setAsSequences(ArrayList) - Method in class hsr.ipm.storing.TracePair
- setAvgRTT(float) - Method in class hsr.ipm.storing.AsSequence
- setAvgRTT(float) - Method in class hsr.ipm.storing.HopSequence
- setCanonicalHostName(String) - Method in class hsr.ipm.storing.Source
- setDestinationHost(Host) - Method in class hsr.ipm.storing.HopSequence
- setDestinationHost(Host) - Method in class hsr.ipm.storing.Trace
- setDestinationHost(Host) - Method in class hsr.ipm.storing.TracePair
- setExTrace(Trace) - Method in class hsr.ipm.storing.HopSequence
- setExTraceId(long) - Method in class hsr.ipm.storing.HopSequence
- setFirstTrace(Date) - Method in class hsr.ipm.storing.HopSequence
- setHopSequences(ArrayList) - Method in class hsr.ipm.storing.AsSequence
- setHopSequencesCount(int) - Method in class hsr.ipm.storing.AsSequence
- setHost(Host) - Method in class hsr.ipm.storing.Source
- setHostName(String) - Method in class hsr.ipm.storing.Host
- Sets only hostname
- setHostNameTs(String) - Method in class hsr.ipm.storing.Host
- Sets the the HostnameTsattribute
- setId(long) - Method in class hsr.ipm.storing.As
- setId(long) - Method in class hsr.ipm.storing.AsSequence
- setId(long) - Method in class hsr.ipm.storing.Hop
- Sets the Id
- setId(long) - Method in class hsr.ipm.storing.HopSequence
- setId(long) - Method in class hsr.ipm.storing.HopSequenceHopRTT
- setId(long) - Method in class hsr.ipm.storing.Host
- Gets the id
- setId(long) - Method in class hsr.ipm.storing.Trace
- setId(long) - Method in class hsr.ipm.storing.TracePair
- setIpAddress(String) - Method in class hsr.ipm.storing.Host
- Sets the ip address
- setIpAddress(String) - Method in class hsr.ipm.storing.Source
- setLastTrace(Date) - Method in class hsr.ipm.storing.HopSequence
- setMaxRTT(float) - Method in class hsr.ipm.storing.AsSequence
- setMaxRTT(float) - Method in class hsr.ipm.storing.HopSequence
- setMinRTT(float) - Method in class hsr.ipm.storing.AsSequence
- setMinRTT(float) - Method in class hsr.ipm.storing.HopSequence
- setPreferredAsSequence(AsSequence) - Method in class hsr.ipm.storing.TracePair
- setPreferredHopSequence(HopSequence) - Method in class hsr.ipm.storing.AsSequence
- setResponseHost(Host) - Method in class hsr.ipm.storing.Hop
- Sets the the ResponseHostattribute
- setRtt(float) - Method in class hsr.ipm.storing.HopSequenceHopRTT
- setRttsHopToHop(ArrayList) - Method in class hsr.ipm.storing.HopSequence
- setSourceHost(Host) - Method in class hsr.ipm.storing.HopSequence
- setSourceHost(Host) - Method in class hsr.ipm.storing.Trace
- setSourceHost(Host) - Method in class hsr.ipm.storing.TracePair
- setStartTime(Date) - Method in class hsr.ipm.storing.Trace
- setTraceCount(int) - Method in class hsr.ipm.storing.AsSequence
- setTraceCount(int) - Method in class hsr.ipm.storing.HopSequence
- setTraceIds(ArrayList) - Method in class hsr.ipm.storing.HopSequence
- setTraceInvalid() - Method in class hsr.ipm.storing.Trace
- setTraceValid() - Method in class hsr.ipm.storing.Trace
- setTracesAnalysed(ArrayList) - Method in class hsr.ipm.storing.DatabaseHandler
- Sets given list of Trace object to state analysed
- setType(int) - Method in class hsr.ipm.storing.Trace
- sourceHost - Variable in class hsr.ipm.storing.HopSequence
- sourceHost - Variable in class hsr.ipm.storing.Trace
- sourceHost - Variable in class hsr.ipm.storing.TracePair
- startTime - Variable in class hsr.ipm.storing.Trace
- storeHop(Hop, long) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores a new Hop object
- storeRTT(float, long) - Method in class hsr.ipm.storing.DatabaseHandler
- Stores a single round trip time value.
T
- TABLE_AS - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_AS_SEQUENCE - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_DESTINATION - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_HOP - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_HOP_SEQUENCE - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_HOP_SEQUENCE_MAPPING - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_HOP_TO_HOP_RTT - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_HOST - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_RTT - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_SOURCE - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_TRACE - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TABLE_TRACE_PAIR - Variable in class hsr.ipm.storing.DatabaseHandler
- Table name
- TCP - Static variable in class hsr.ipm.storing.Type
- Type of Traceroute is TCP port 80
- Trace - class hsr.ipm.storing.Trace.
- Represents a traceroute.
- Trace() - Constructor for class hsr.ipm.storing.Trace
- TracePair - class hsr.ipm.storing.TracePair.
- Collects all AsSequences of the same source / destination pair.
- TracePair() - Constructor for class hsr.ipm.storing.TracePair
- Type - class hsr.ipm.storing.Type.
- Class only for static use defines constants for the types of traceroutes executed.
- Type() - Constructor for class hsr.ipm.storing.Type
- toString() - Method in class hsr.ipm.storing.DatabaseConnectionAttributes
- Returns the arranged string to connect to a database
- toString() - Method in class hsr.ipm.storing.DatabaseHandler
- Returns as a String, if whever you are or not connected to the database.
- toString() - Method in class hsr.ipm.storing.Hop
- toString() - Method in class hsr.ipm.storing.Host
- Returns the content of this Host as a string.
- toString() - Method in class hsr.ipm.storing.Trace
- Returns the full traceroute of this Trace object.
- traceCount - Variable in class hsr.ipm.storing.AsSequence
- Sum of all Traces belonging to this AsSequence
- traceCount - Variable in class hsr.ipm.storing.HopSequence
- traceIds - Variable in class hsr.ipm.storing.HopSequence
- traceValidation - Variable in class hsr.ipm.storing.Trace
- type - Variable in class hsr.ipm.storing.Trace
U
- UDP - Static variable in class hsr.ipm.storing.Type
- Type of Traceroute is UDP port > 30000
- UNKNOWN - Static variable in class hsr.ipm.storing.Type
- Type of Traceroute is unknown
- updateAsSequence(AsSequence) - Method in class hsr.ipm.storing.DatabaseHandler
- Updates statistic fields in already sored AsSequence.
- updateChangedHopSequence(HopSequence) - Method in class hsr.ipm.storing.DatabaseHandler
- Updates all changed HopSequences and according HopSequenceHopRTTs in database.
- updateTracePair(TracePair) - Method in class hsr.ipm.storing.DatabaseHandler
- Updates changeable field preferredAsSequence in database.
- username - Variable in class hsr.ipm.storing.DatabaseConnectionAttributes
- Username of database
A C D E F G H I L M O P R S T U
|
|||||||||
| Home >> All >> hsr >> ipm >> [ storing overview ] | PREV NEXT | ||||||||