Serialized Form
-
Package emissary.client.response
-
Class emissary.client.response.Agent extends Object implements Serializable
- serialVersionUID:
- 2428511052308449193L
-
Class emissary.client.response.AgentList extends Object implements Serializable
- serialVersionUID:
- -6660679929326876133L
-
Class emissary.client.response.AgentsResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- 5686691885767273319L
-
Class emissary.client.response.BaseResponseEntity extends Object implements Serializable
- serialVersionUID:
- 3432436269155177605L
-
Class emissary.client.response.Config extends Object implements Serializable
- serialVersionUID:
- 957308283685018516L
-
Class emissary.client.response.ConfigList extends Object implements Serializable
- serialVersionUID:
- 746634175699321058L
-
Class emissary.client.response.ConfigsResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- -4303550651362965501L
-
Serialized Fields
-
local
ConfigList local
-
-
Class emissary.client.response.Directory extends Object implements Serializable
- serialVersionUID:
- 2428511052308449193L
-
Serialized Fields
-
cost
int cost
-
dataId
String dataId
-
directoryEntry
DirectoryEntry directoryEntry
-
entry
String entry
-
expense
int expense
-
quality
int quality
-
-
Class emissary.client.response.DirectoryList extends Object implements Serializable
- serialVersionUID:
- -6660679929326876133L
-
Class emissary.client.response.DirectoryResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- 5686691885767273319L
-
Serialized Fields
-
local
DirectoryList local
-
-
Class emissary.client.response.MapResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- 5686691885767273319L
-
Class emissary.client.response.PeerList extends Object implements Serializable
- serialVersionUID:
- -5236361363769379766L
-
Class emissary.client.response.PeersResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- 5686691885767273319L
-
Class emissary.client.response.PlaceList extends Object implements Serializable
- serialVersionUID:
- 996866694436011053L
-
Class emissary.client.response.PlacesResponseEntity extends BaseResponseEntity implements Serializable
- serialVersionUID:
- 5686691885767273319L
-
-
Package emissary.config
-
Class emissary.config.ConfigEntry extends Object implements Serializable
- serialVersionUID:
- 876727639402334458L
-
Class emissary.config.ConfigSyntaxException extends EmissaryException implements Serializable
- serialVersionUID:
- -6742020817447824759L
-
Class emissary.config.ServiceConfigGuide extends Object implements Serializable
- serialVersionUID:
- 3906838615422657150L
-
Serialized Fields
-
operator
String operator
-
removeParameters
List<ConfigEntry> removeParameters
-
serviceParameters
List<ConfigEntry> serviceParameters
-
values
Map<String,String> values
-
-
-
Package emissary.core
-
Class emissary.core.BaseDataObject extends Object implements Serializable
- serialVersionUID:
- 7362181964652092657L
-
Serialized Fields
-
birthOrder
int birthOrder
What child is this in the family order -
brokenDocument
StringBuilder brokenDocument
Keep track of if and how the document is broken so we can report on it later -
classification
String classification
Record the classification scheme for the document -
creationTimestamp
Instant creationTimestamp
The timestamp for when the BaseDataObject was created. Used in data provenance tracking. -
currentForm
List<String> currentForm
The currentForm is a stack of the itinerary items. The contents of the list areString
and map to the dataType portion of the keys in the emissary.DirectoryPlace. -
emptyFileTypes
String[] emptyFileTypes
-
extractedRecords
List<IBaseDataObject> extractedRecords
The extracted records, if any -
fontEncoding
String fontEncoding
The last determined language(characterset) of the data. -
footer
byte[] footer
Any footer that goes along with the data -
header
byte[] header
Any header that goes along with the data -
headerEncoding
String headerEncoding
If the header has some encoding scheme record it -
history
TransformHistory history
A travelogue built up as the agent moves about. Appended to by the agent as it goes from place to place. -
id
String id
The unique identifier of this object -
internalId
UUID internalId
The internal identifier, generated for each constructed object -
multipartAlternative
Map<String,byte[]> multipartAlternative
Hash of alternate views of the dataString
current form is the key, byte[] is the value -
numChildren
int numChildren
If this file caused other agents to be sprouted, indicate how many -
numSiblings
int numSiblings
If this file has siblings that were sprouted at the same time, this will indicate how many total siblings there are. This can be used to navigate among siblings without needing to refer to the parent. -
outputable
boolean outputable
Check to see if this tree is able to be written out. -
parameters
com.google.common.collect.LinkedListMultimap<String,Object> parameters
Dynamic facets or metadata attributes of the data -
priority
int priority
The integer priority of the data object. A lower number is higher priority. -
procError
StringBuilder procError
History of processing errors. Lines of text are accumulated from String and returned in-toto as a String. -
seekableByteChannelFactory
SeekableByteChannelFactory seekableByteChannelFactory
A factory to create channels for the referenced data. -
shortName
String shortName
Terminal portion of theFileName -
theData
byte[] theData
-
theFileName
String theFileName
Original name of the input data. Can only be set in the constructor of the DataObject. returned via theBaseDataObject.getFilename()
method. Also used in constructing theBaseDataObject.shortName()
of the document. -
tld
IBaseDataObject tld
-
transactionId
String transactionId
The identifier used to track the object through the system -
workBundleId
String workBundleId
The identifier of theWorkBundle
-
-
Class emissary.core.EmissaryException extends Exception implements Serializable
- serialVersionUID:
- 4180091209631811809L
-
Class emissary.core.EmissaryRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -1590114207784953305L
-
Class emissary.core.ExtractedRecord extends BaseDataObject implements Serializable
- serialVersionUID:
- -6716572014928830135L
-
Class emissary.core.HDMobileAgent extends MobileAgent implements Serializable
- serialVersionUID:
- 786319119844306571L
-
Serialized Fields
-
payloadList
List<IBaseDataObject> payloadList
-
-
Class emissary.core.InterruptedByTimeoutException extends RuntimeException implements Serializable
- serialVersionUID:
- 9219052337699630060L
-
Class emissary.core.MobileAgent extends Object implements Serializable
- serialVersionUID:
- 2656898442450171891L
-
Serialized Fields
-
idle
AtomicBoolean idle
-
lastPlaceProcessed
String lastPlaceProcessed
-
maxItinerarySteps
int maxItinerarySteps
-
maxMoveErrors
int maxMoveErrors
-
moveErrorsOccurred
int moveErrorsOccurred
-
nextKeyQueue
Deque<DirectoryEntry> nextKeyQueue
-
payload
IBaseDataObject payload
-
processFirstPlace
boolean processFirstPlace
-
visitedPlaces
Set<String> visitedPlaces
-
-
Class emissary.core.NamespaceException extends EmissaryException implements Serializable
- serialVersionUID:
- 3860002960394131834L
-
Class emissary.core.ResourceException extends EmissaryException implements Serializable
- serialVersionUID:
- 4707276767249682961L
-
Class emissary.core.TransformHistory extends Object implements Serializable
- serialVersionUID:
- -7252497842562281631L
-
Serialized Fields
-
history
List<TransformHistory.History> history
-
-
-
Package emissary.directory
-
Class emissary.directory.DirectoryEntry extends Object implements Serializable
- serialVersionUID:
- 2629953887545857011L
-
Serialized Fields
-
dataId
String dataId
The DataType::ServiceType from the key -
dataType
String dataType
The data type from the key -
description
String description
The description field for this entry -
serviceHostUrl
String serviceHostUrl
The service URL from the key -
serviceLocation
String serviceLocation
THe service location from the key -
serviceName
String serviceName
THe service name from the key -
serviceType
String serviceType
The service type from the key -
theCost
int theCost
The cost of this entry -
theExpense
int theExpense
The expense is computed from the cost and quality byDirectoryEntry.calculateExpense()
-
theKey
String theKey
The key for this entry as a string -
theQuality
int theQuality
The quality of this entry
-
-
Class emissary.directory.DirectoryEntryComparator extends Object implements Serializable
- serialVersionUID:
- -4275631999901887834L
-
Class emissary.directory.DirectoryEntryList extends CopyOnWriteArrayList<DirectoryEntry> implements Serializable
- serialVersionUID:
- -612273877522294443L
-
Class emissary.directory.DirectoryEntryMap extends ConcurrentHashMap<String,DirectoryEntryList> implements Serializable
- serialVersionUID:
- 9097156614421373808L
-
Class emissary.directory.KeyManipulator extends Object implements Serializable
- serialVersionUID:
- 2456659383313218695L
-
-
Package emissary.id
-
Class emissary.id.Identification extends Object implements Serializable
- serialVersionUID:
- 9212068103720124108L
-
Class emissary.id.WorkUnit extends Object implements Serializable
- serialVersionUID:
- -990149336476881472L
-
-
Package emissary.jni
-
Class emissary.jni.JNI extends Object implements Serializable
- serialVersionUID:
- 3037911106823343480L
-
Serialized Fields
-
configG
Configurator configG
Handle to the configG gives access to the config file entries -
libVersions
Map<String,String> libVersions
The mappings for the correct version of each native library -
savePath
Map<String,String> savePath
The location we all agree to save library files retrieved from the repository osname-dependently -
sharedPrefix
Map<String,String> sharedPrefix
The mappings for SharedPrefix on native libraries -
sharedSuffix
Map<String,String> sharedSuffix
The mappings for SharedSuffixes on native libraries
-
-
-
Package emissary.kff
-
Class emissary.kff.ChecksumResults extends Object implements Serializable
- serialVersionUID:
- -8187329704593435586L
-
Class emissary.kff.KffResult extends Object implements Serializable
- serialVersionUID:
- -5338535050376705502L
-
-
Package emissary.parser
-
Class emissary.parser.ParserEOFException extends ParserException implements Serializable
- serialVersionUID:
- -5773911956597083703L
-
Class emissary.parser.ParserException extends EmissaryException implements Serializable
- serialVersionUID:
- 2829172862630282553L
-
Class emissary.parser.ParserNextChunkException extends ParserException implements Serializable
- serialVersionUID:
- -8521308509244964L
-
-
Package emissary.util
-
Class emissary.util.CaseInsensitiveMap extends HashMap<K,V> implements Serializable
- serialVersionUID:
- -8692638820306464417L
-
Class emissary.util.CharacterCounterSet extends CounterSet implements Serializable
- serialVersionUID:
- -7111758159975960091L
-
Class emissary.util.CounterSet extends HashMap<String,Integer> implements Serializable
- serialVersionUID:
- 3741872528399600810L
-
Serialized Fields
-
flexentry
boolean flexentry
-
-
Class emissary.util.Pair extends Object implements Serializable
- serialVersionUID:
- 6629601505549278155L
-
Class emissary.util.ShortNameComparator extends Object implements Serializable
- serialVersionUID:
- -7621558910791975422L
-
-
Package emissary.util.io
-
Class emissary.util.io.FileManipulator extends Object implements Serializable
- serialVersionUID:
- 365259266882118692L
-
-
Package emissary.util.magic
-
Class emissary.util.magic.ByteArrayPrecisionException extends NumberFormatException implements Serializable
- serialVersionUID:
- -50977746714895277L
-
Class emissary.util.magic.ParseException extends Exception implements Serializable
- serialVersionUID:
- -58614520195826109L
-
-
Package emissary.util.search
-
Class emissary.util.search.HitList extends ArrayList<Hit> implements Serializable
- serialVersionUID:
- -7099799510085720979L
-