| AssetKey |
Assets associated with one or more values.
|
| BinaryBloomFilter |
A utility class wrapping binary bloom filter functionality for spark.
|
| CategorizedValue |
Referenced state of a value, its type and its byte[] representation.
|
| IdentifyUnreferencedAssets<T,R extends AssetKey> |
Operation which identifies unreferenced assets.
|
| IdentifyUnreferencedAssets.AssetFilter |
Spark filter to determine if a value is referenced by checking if the byte[] serialization is in a bloom filter.
|
| IdentifyUnreferencedAssets.AssetFlatMapper<T,R extends AssetKey> |
Spark flat map function to convert a value into an iterator of AssetKeys keeping their reference state.
|
| IdentifyUnreferencedAssets.CategorizedAssetKey |
Pair of referenced state of an asset key and its byte[] representation.
|
| IdentifyUnreferencedAssets.UnreferencedItem |
Unreferenced Item.
|
| IdentifyUnreferencedAssets.UnreferencedItemConverter |
Spark function to convert a Row into a concrete UnreferencedItem object.
|