public class DataLocationHollowFactory<T extends DataLocation>
extends com.netflix.hollow.api.objects.provider.HollowFactory<T>
Constructor and Description |
---|
DataLocationHollowFactory() |
Modifier and Type | Method and Description |
---|---|
T |
newCachedHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess,
com.netflix.hollow.api.custom.HollowTypeAPI typeAPI,
int ordinal) |
T |
newHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess,
com.netflix.hollow.api.custom.HollowTypeAPI typeAPI,
int ordinal) |
public T newHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess, com.netflix.hollow.api.custom.HollowTypeAPI typeAPI, int ordinal)
newHollowObject
in class com.netflix.hollow.api.objects.provider.HollowFactory<T extends DataLocation>
public T newCachedHollowObject(com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess dataAccess, com.netflix.hollow.api.custom.HollowTypeAPI typeAPI, int ordinal)
newCachedHollowObject
in class com.netflix.hollow.api.objects.provider.HollowFactory<T extends DataLocation>
Copyright © 2021. All Rights Reserved.