Class Reference
%ExtentMgr.Catalog.ShardIdRanges
Server:
appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:
IRIS
User:
SuperUser
[
USER
] >
[
%ExtentMgr
] >
[
Catalog
] >
[
ShardIdRanges
]
Private
Storage
hidden persistent class
%ExtentMgr.Catalog.ShardIdRanges
extends
%Library.Persistent
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
4
1
Summary
Properties
BeginRange
EndRange
Extent
OffSet
Methods
%%CLASSNAMELogicalToStorage
%%CLASSNAMEStorageToLogical
%AddToSaveSet
%AddToSyncSet
%BMEBuilt
%BuildIndicesAsync
%BuildIndicesAsyncResponse
%CheckConstraints
%CheckConstraintsForExtent
%ClassIsLatestVersion
%ClassName
%ComposeOid
%ConstructClone
%Delete
%DeleteExtent
%DeleteId
%DispatchClassMethod
%DispatchGetModified
%DispatchGetProperty
%DispatchMethod
%DispatchSetModified
%DispatchSetMultidimProperty
%DispatchSetProperty
%Exists
%ExistsId
%Extends
%GUID
%GUIDSet
%GetLock
%GetParameter
%GetSwizzleObject
%Id
%InsertBatch
%IsA
%IsModified
%IsNull
%KillExtent
%KillExtentData
%LoadFromMemory
%LockExtent
%LockId
%New
%NormalizeObject
%ObjectIsNull
%ObjectModified
%Oid
%OnBeforeAddToSync
%OnDeleteFinally
%OnDetermineClass
%OnOpenFinally
%OnSaveFinally
%Open
%OpenId
%OriginalNamespace
%PackageName
%PhysicalAddress
%PurgeIndices
%Reload
%RemoveFromSaveSet
%ResolveConcurrencyConflict
%RollBack
%Save
%SaveDirect
%SaveIndices
%SerializeObject
%SetModified
%SortBegin
%SortEnd
%SyncObjectIn
%SyncTransport
%UnlockExtent
%UnlockId
%ValidateIndices
%ValidateObject
%ValidateTable
Properties
property
BeginRange
as
%BigInt
;
property
EndRange
as
%BigInt
;
relationship
Extent
as
%ExtentMgr.Catalog.Extent
[ Inverse =
ShardIdRanges
,Cardinality = parent ];
property
OffSet
as
%BigInt
;
Indices
index
(IDK
on
EndRange)
[IdKey];