Serialized Form


Package net.sf.logdistiller

Class net.sf.logdistiller.Attributes extends Object implements Serializable

serialVersionUID: -3748978489200255819L

Serialized Fields

attributes

String attributes

extensions

Attributes.Extension[] extensions

Class net.sf.logdistiller.Attributes.Extension extends Object implements Serializable

serialVersionUID: 4511835440598290789L

Serialized Fields

source

String source

provides

List<E> provides

Class net.sf.logdistiller.Condition extends Object implements Serializable

serialVersionUID: 9085774334169039381L

Serialized Fields

matches

Match[] matches

tags

Set<E> tags
Since:
1.1

Class net.sf.logdistiller.LogDistillation extends Object implements Serializable

serialVersionUID: -9098523382541148543L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

ld

LogDistiller ld

groups

LogDistillation.Group[] groups

categories

LogDistillation.Category[] categories

content

String content

destinationDirectory

File destinationDirectory

version

String version

beginTime

long beginTime

endTime

long endTime

eventCount

int eventCount

eventBytes

long eventBytes

skippedEventCount

int skippedEventCount

skippedEventBytes

long skippedEventBytes

Class net.sf.logdistiller.LogDistillation.Category extends Object implements Serializable

serialVersionUID: 7098883103191641753L

Serialized Fields

definition

LogDistiller.Category definition

skip

boolean skip

Class net.sf.logdistiller.LogDistillation.Group extends Object implements Serializable

serialVersionUID: 5788707827350407084L

Serialized Fields

definition

LogDistiller.Group definition

category

LogDistillation.Category category

skip

boolean skip

maxSaveCount

int maxSaveCount
maximum number of events saved, -1 = no limit

Since:
0.7

maxSaveBytes

long maxSaveBytes
maximum size sum of events saved in bytes, -1 = no limit

Since:
0.7

plugins

LogDistillation.Plugin[] plugins

logFile

File logFile

eventCount

int eventCount

savedEventCount

int savedEventCount

bytes

long bytes

Class net.sf.logdistiller.LogDistillation.Plugin extends Object implements Serializable

serialVersionUID: -722318023109374109L

Serialized Fields

definition

LogDistiller.Plugin definition

Class net.sf.logdistiller.LogDistiller extends Object implements Serializable

serialVersionUID: 1730313287821721822L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

id

String id

description

String description

logtype

LogDistiller.LogType logtype

output

LogDistiller.Output output
Since:
0.7

categories

LogDistiller.Category[] categories

groups

LogDistiller.Group[] groups

warnings

List<E> warnings
Since:
0.7

old

boolean old

Class net.sf.logdistiller.LogDistiller.Category extends Object implements Serializable

serialVersionUID: 3036838205912907804L

Serialized Fields

id

String id

description

String description

Class net.sf.logdistiller.LogDistiller.Group extends Object implements Serializable

serialVersionUID: 6647633346412959286L

Serialized Fields

id

String id

description

String description

continueProcessing

boolean continueProcessing

save

boolean save

params

Map<K,V> params

conditions

Condition[] conditions

reports

LogDistiller.Report[] reports

category

LogDistiller.Category category

plugins

LogDistiller.Plugin[] plugins

Class net.sf.logdistiller.LogDistiller.LogType extends Object implements Serializable

serialVersionUID: 1486393526172179950L

Serialized Fields

id

String id

params

Map<K,V> params

attributes

Attributes attributes
Since:
1.1

Class net.sf.logdistiller.LogDistiller.Output extends Object implements Serializable

serialVersionUID: 1707510377356801400L

Serialized Fields

directory

String directory

content

String content

url

String url

skip

String skip

params

Map<K,V> params

reports

LogDistiller.Report[] reports

Class net.sf.logdistiller.LogDistiller.Plugin extends Object implements Serializable

serialVersionUID: 7948111042518186219L

Serialized Fields

type

String type

params

Map<K,V> params

globalReport

boolean globalReport

groupReport

boolean groupReport

Class net.sf.logdistiller.LogDistiller.Report extends Object implements Serializable

serialVersionUID: 1669156992489095268L

Serialized Fields

publisher

String publisher

format

String format

params

Map<K,V> params

Class net.sf.logdistiller.Match extends Object implements Serializable

serialVersionUID: -1809458932445222708L

Serialized Fields

attribute

String attribute

not

boolean not

function

net.sf.logdistiller.Match.Function function

Class net.sf.logdistiller.Match.Contains extends net.sf.logdistiller.Match.Function implements Serializable

serialVersionUID: 4613611844726287358L

Class net.sf.logdistiller.Match.EndsWith extends net.sf.logdistiller.Match.Function implements Serializable

serialVersionUID: 1819477635452601804L

Class net.sf.logdistiller.Match.Equals extends net.sf.logdistiller.Match.Function implements Serializable

serialVersionUID: -6539918940865536415L

Class net.sf.logdistiller.Match.Regexp extends net.sf.logdistiller.Match.Function implements Serializable

serialVersionUID: -2067188055591690252L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.logdistiller.Match.StartsWith extends net.sf.logdistiller.Match.Function implements Serializable

serialVersionUID: 5014914695776363132L

Class net.sf.logdistiller.PluginConfigException extends IllegalArgumentException implements Serializable

serialVersionUID: -882143495850505227L

Class net.sf.logdistiller.Publisher.PublishException extends Exception implements Serializable

serialVersionUID: 498326805296616769L


Package net.sf.logdistiller.gui

Class net.sf.logdistiller.gui.LongProgressBar extends JProgressBar implements Serializable

serialVersionUID: 873997737437917737L

Serialized Fields

factor

int factor

Class net.sf.logdistiller.gui.SwingAdapter.RunException extends RuntimeException implements Serializable

serialVersionUID: 4688792600015649872L


Package net.sf.logdistiller.plugins

Class net.sf.logdistiller.plugins.FreqPlugin extends LogDistillation.Plugin implements Serializable

serialVersionUID: -5162563816094662936L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

freqs

Map<K,V> freqs

sorted

SortedSet<E> sorted

attribute

String attribute
Deprecated. since 1.1, use attributes instead

attribute2

String attribute2
Deprecated. since 1.1, use attributes instead
Since:
0.8

attribute3

String attribute3
Deprecated. since 1.1, use attributes instead
Since:
0.8

sortItem

int sortItem

reverseOrder

boolean reverseOrder

valueDescriptions

Properties valueDescriptions

maxGlobalReport

int maxGlobalReport

maxGroupReport

int maxGroupReport

regexpString

String regexpString
Deprecated. since 1.1, use attributes instead

regexpGroup

int regexpGroup
Deprecated. since 1.1, use attributes instead

attributes

String[] attributes
Since:
1.1

Class net.sf.logdistiller.plugins.FreqPlugin.Freq extends Object implements Serializable

serialVersionUID: 9195786567021952968L

Serialized Fields

key

String key

values

String[] values

count

int count

bytes

long bytes

Class net.sf.logdistiller.plugins.SamplingPlugin extends FreqPlugin implements Serializable

serialVersionUID: -2960554427849032861L

Serialized Fields

samplingMaxCount

int samplingMaxCount

samplingMaxSize

long samplingMaxSize

samplingFilename

String samplingFilename

samplingLogFile

File samplingLogFile



Copyright © 2004-2009. All Rights Reserved.