Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages

C

call() - Method in interface tenapull.util.Lambda0
Calls the lambda
call(A) - Method in interface tenapull.util.Lambda1
Calls the lambda
call(A, B) - Method in interface tenapull.util.Lambda2
Call the lambda
Char() - Constructor for class tenapull.util.Var.Char
Instantiates a new Char.
Char(char) - Constructor for class tenapull.util.Var.Char
Instantiates a new Char.
checkedGetOrCreate(POJO) - Method in class tenapull.data.persistence.AbstractPojoLookupDao
Abstract method to be implemented by subclasses, which is invoked after the instance array has already been checked for the instance without success (assuming the pojo had a primary key id set) and the pojo has already had its _prepare method invoked
checkedGetOrCreate(POJO) - Method in class tenapull.data.persistence.HashLookupDao
 
checkedGetOrCreate(POJO) - Method in class tenapull.data.persistence.MapLookupDao
 
checkedUnproxy(HibernateProxy) - Method in class tenapull.data.persistence.Dao
Invoked by unproxy after it has confirmed that the pojo is not null and is an uninitialized instance of HibernateProxy
checkedUnproxy(HibernateProxy) - Method in class tenapull.data.persistence.MapLookupDao
 
checkExtraJsonPut(String, Object) - Method in class tenapull.data.deserialize.NestedJsonArray
Double checks that the extra json between the wrapper and parents are correctly synchronized
Child() - Constructor for class tenapull.run.DbManagerJob.Child
 
clear() - Method in class tenapull.sync.InstancesTracker.KeySet
 
clear() - Method in class tenapull.util.RecursiveMap
 
clear() - Method in class tenapull.util.ReverseMap
 
clearInstances() - Static method in class tenapull.data.persistence.MultiTypeWrapper
Clear instances by replacing the instances trackers.
clearKeysFor(I) - Method in class tenapull.sync.InstancesTracker
Clears all keys associated with the provided instance, and returns them
clearParent() - Method in class tenapull.data.deserialize.NestedJsonArray
When the parent is unset, the shared list of child objects must be de-coupled between the parent and wrapper, so a modification in one list does not cause a modification in the other.
client - package client
 
compareTo(byte[], byte[]) - Static method in class tenapull.data.persistence.Hash
Returns a comparison of two byte arrays
compareTo(POJO) - Method in interface tenapull.data.entity.template.HashLookupPojo
Default implementation of the Comparable interface.
compareTo(POJO) - Method in class tenapull.data.entity.template.SimpleStringLookupPojo
For sorting the lookups in "ASCII-betical" order on the basis of their value string
compareTo(SeverityLevelCount) - Method in class tenapull.data.entity.objectLookup.SeverityLevelCount
 
compareTo(Hash) - Method in class tenapull.data.persistence.Hash
 
compareTo(DbManagerJob.Child) - Method in class tenapull.run.HostVulnsJob
 
compareTo(DbManagerJob.Child) - Method in class tenapull.run.ScanJob
 
confirmJob(String) - Static method in class tenapull.run.Main
 
connect() - Static method in class tenapull.util.Database
Connect.
construct(K) - Method in class tenapull.sync.InstancesTracker
Forces construction of an instance associated with the provided key using the default construct lambda provided at the InstancesTracker's constructor, overriding any previously existing instance associated with the key.
constructWith(K, Lambda1<K, I>) - Method in class tenapull.sync.InstancesTracker
Forces construction of an instance associated with the provided key using the provided construct lambda, overriding any previously existing instance associated with the key.
constructWith(K, Lambda1<K, I>) - Method in class tenapull.sync.WeakInstancesTracker
Wraps InstancesTracker.constructWith
contains(Object) - Method in class tenapull.sync.InstancesTracker.KeySet
 
containsAll(Collection<?>) - Method in class tenapull.sync.InstancesTracker.KeySet
 
containsDownstream(K) - Method in class tenapull.util.RecursiveMap
Contains downstream boolean.
containsDownstream(K, K) - Method in class tenapull.util.RecursiveMap
Contains downstream boolean.
containsKey(Object) - Method in class tenapull.util.RecursiveMap
 
containsKey(Object) - Method in class tenapull.util.ReverseMap
 
containsUpOrDownstream(K) - Method in class tenapull.util.RecursiveMap
Contains up or downstream boolean.
containsUpstream(K) - Method in class tenapull.util.RecursiveMap
Contains upstream boolean.
containsUpstream(K, K) - Method in class tenapull.util.RecursiveMap
Contains upstream boolean.
containsValue(Object) - Method in class tenapull.util.RecursiveMap
 
containsValue(Object) - Method in class tenapull.util.ReverseMap
 
converter - Static variable in class tenapull.data.entity.objectLookup.ExtraJson
A singleton instance of the DB converter for static utility usage
Converter() - Constructor for class tenapull.data.entity.objectLookup.ExtraJson.Converter
 
Converter() - Constructor for class tenapull.data.persistence.Hash.Converter
 
Converter() - Constructor for class tenapull.data.persistence.MultiTypeWrapper.Converter
 
convertToDatabaseColumn(ExtraJson.JsonMap) - Method in class tenapull.data.entity.objectLookup.ExtraJson.Converter
 
convertToDatabaseColumn(Hash) - Method in class tenapull.data.persistence.Hash.Converter
 
convertToDatabaseColumn(MultiTypeWrapper) - Method in class tenapull.data.persistence.MultiTypeWrapper.Converter
 
convertToEntityAttribute(byte[]) - Method in class tenapull.data.persistence.Hash.Converter
 
convertToEntityAttribute(String) - Method in class tenapull.data.entity.objectLookup.ExtraJson.Converter
 
convertToEntityAttribute(String) - Method in class tenapull.data.persistence.MultiTypeWrapper.Converter
 
Cpe - Class in tenapull.data.entity.lookup
Represents a MySQL longtext field from the cpe lookup table, that is indexed by a SHA-512 hash
Cpe() - Constructor for class tenapull.data.entity.lookup.Cpe
 
createContextual(DeserializationContext, BeanProperty) - Method in class tenapull.data.deserialize.AbstractContextualDeserializer
Obtains the intended target type for deserialization, via Jackson's JavaType See also: https://stackoverflow.com/questions/47348029/get-the-detected-generic-type-inside-jacksons-jsondeserializer
createContextual(DeserializationContext, BeanProperty) - Method in class tenapull.data.deserialize.AbstractContextualPojoDeserializer
First invokes super.createContextual, which obtains the target deserialization type.
createUnknownType() - Static method in class data.TestMultiTypeWrapper
Create a multiTypeWrapper of an unknown type
CvssTemporalVector - Class in tenapull.data.entity.lookup
Represents a simple string/varchar lookup from the cvss_temporal_vector table
CvssTemporalVector() - Constructor for class tenapull.data.entity.lookup.CvssTemporalVector
 
CvssVector - Class in tenapull.data.entity.lookup
Represents a simple string/varchar lookup from the cvss_vector table
CvssVector() - Constructor for class tenapull.data.entity.lookup.CvssVector
 
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages