Class | Description |
---|---|
HollowListTypeMapper | |
HollowMapTypeMapper | |
HollowObjectMapper | |
HollowObjectTypeMapper | |
HollowSetTypeMapper | |
HollowTypeMapper | |
MemoizedList<E> |
A MemoizedList is a java.util.ArrayList which is expected to be memoized during a producer cycle.
|
MemoizedMap<K,V> |
A MemoizedMap is a java.util.HashMap which is expected to be memoized during a producer cycle.
|
MemoizedSet<E> |
A MemoizedSet is a java.util.HashSet which is expected to be memoized during a producer cycle.
|
RecordPrimaryKey |
Enum | Description |
---|---|
NullablePrimitiveBoolean | Deprecated
Use the @HollowInline annotation with a Boolean field instead.
|
Annotation Type | Description |
---|---|
HollowHashKey |
Indicates that a field, declared by a hollow object type (a POJO),
of type
Set or Map has a hash key defining how the
hollow objects that are elements in a Set or are keys in a
Map are hashed. |
HollowInline |
Indicates that a field of a POJO is inlined as a value rather than
a reference.
|
HollowPrimaryKey |
Indicates that a hollow object type (a POJO) has a primary key.
|
HollowShardLargeType |
Indicates how many shards are used to encode hollow records, in effect
partitioning records into
P parts corresponding to the number of
shards. |
HollowTransient |
Indicates that a field of a POJO is to be ignored.
|
HollowTypeName |
Indicates the hollow type name of a POJO or the hollow field name of a field
declared by a POJO.
|