Class AbstractObjType<T extends Obj>
java.lang.Object
org.apache.polaris.persistence.nosql.api.obj.AbstractObjType<T>
- All Implemented Interfaces:
ObjType
- Direct Known Subclasses:
AbstractObjType.AbstractUncachedObjType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractObjType.AbstractUncachedObjType<T extends Obj>Nested classes/interfaces inherited from interface org.apache.polaris.persistence.nosql.api.obj.ObjType
ObjType.ObjTypeDeserializer, ObjType.ObjTypeSerializer -
Field Summary
Fields inherited from interface org.apache.polaris.persistence.nosql.api.obj.ObjType
CACHE_UNLIMITED, NOT_CACHED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractObjType(String id, String name, Class<T> targetClass) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.polaris.persistence.nosql.api.obj.ObjType
cachedObjectExpiresAtMicros, negativeCacheExpiresAtMicros
-
Constructor Details
-
AbstractObjType
-
-
Method Details
-
id
Description copied from interface:ObjTypeMust be unique among all registered object types. -
name
Description copied from interface:ObjTypeHuman-readable name. -
targetClass
Description copied from interface:ObjTypeThe target class that objects of this type should be serialized from and deserialized to.- Specified by:
targetClassin interfaceObjType
-
equals
-
hashCode
public int hashCode() -
toString
-