public class CommitTimestampFieldMetadata extends VirtualFieldMetadata
_fieldType, _fieldTypeID, _isArray_handle| Modifier and Type | Method and Description |
|---|---|
void |
activate(UnmarshallingContext context) |
void |
addFieldIndex(ObjectIdContextImpl context) |
void |
addIndexEntry(Transaction trans,
int parentID,
java.lang.Object indexEntry) |
protected FieldIndexKey |
createFieldIndexKey(int parentID,
java.lang.Object indexEntry) |
void |
defragAspect(DefragmentContext context) |
void |
delete(DeleteContextImpl context,
boolean isUpdate) |
BTree |
getIndex(Transaction trans) |
boolean |
hasIndex()
Returns whether this field has an index or not.
|
int |
linkLength(HandlerVersionContext context) |
java.lang.Object |
read(ObjectIdContext context) |
void |
removeIndexEntry(Transaction trans,
int parentID,
java.lang.Object indexEntry) |
alive, canBeDisabled, canUseNullBitmap, classReflector, deactivate, getHandler, getOrCreate, indexEntryFor, indexHandler, isVirtual, loadFieldTypeById, marshall, needsArrayAndPrimitiveInfo, readVirtualAttributeaddIndexEntry, aspectType, attemptUpdate, canLoadByIndex, canUpdateFast, cascadeActivation, cascadingTarget, coerce, collectIDs, container, containingClass, createIndex, dropIndex, dropIndex, equals, fieldType, fieldTypeID, get, get, getName, getOn, getStoredType, hasConfig, hashCode, init, init, initIndex, isArray, isPrimitive, newBTree, prepareComparison, qField, readIndexEntry, rebuildIndexForClass, rebuildIndexForObject, rebuildIndexForWriter, reflector, rename, search, set, setAvailable, toString, translatorStoredClass, traverseValues, traverseValues, typeHandlerForClass, updating, wrapHandlerToArrayscheckEnabled, disableFromAspectCountVersion, incrementOffset, isEnabledOn, setHandlepublic void addFieldIndex(ObjectIdContextImpl context) throws FieldIndexException
addFieldIndex in class VirtualFieldMetadataFieldIndexExceptionpublic void addIndexEntry(Transaction trans, int parentID, java.lang.Object indexEntry)
addIndexEntry in class FieldMetadatapublic void removeIndexEntry(Transaction trans, int parentID, java.lang.Object indexEntry)
removeIndexEntry in class FieldMetadatapublic void delete(DeleteContextImpl context, boolean isUpdate)
delete in class VirtualFieldMetadatapublic int linkLength(HandlerVersionContext context)
linkLength in class FieldMetadatapublic void defragAspect(DefragmentContext context)
defragAspect in class FieldMetadatapublic void activate(UnmarshallingContext context)
activate in class VirtualFieldMetadatapublic BTree getIndex(Transaction trans)
getIndex in class FieldMetadatapublic boolean hasIndex()
StoredFieldhasIndex in interface StoredFieldhasIndex in class FieldMetadataprotected FieldIndexKey createFieldIndexKey(int parentID, java.lang.Object indexEntry)
createFieldIndexKey in class FieldMetadatapublic java.lang.Object read(ObjectIdContext context)
read in class FieldMetadata