Uses of Class
org.projectnessie.versioned.gc.AssetKey
-
-
Uses of AssetKey in org.projectnessie.versioned.gc
Classes in org.projectnessie.versioned.gc with type parameters of type AssetKey Modifier and Type Interface Description interfaceAssetKeyConverter<T,R extends AssetKey>convert a value into a stream of asset keys.classIdentifyUnreferencedAssets<T,R extends AssetKey>Operation which identifies unreferenced assets.static classIdentifyUnreferencedAssets.AssetFlatMapper<T,R extends AssetKey>Spark flat map function to convert a value into an iterator of AssetKeys keeping their reference state.Constructor parameters in org.projectnessie.versioned.gc with type arguments of type AssetKey Constructor Description UnreferencedItemConverter(Serializer<AssetKey> serializer)
-