The Metaspace type exposes the following members.
Methods
Name | Description | |
---|---|---|
AlterSpace |
Alters a user Space. If spacedef is not defined, alter space will define it. If new space definition is not
compatible with existing one, exception is provided with the cause of offending attribute
| |
BeginTransaction |
Begin transaction starts a transaction.Any operations on a Space in this Metaspace will be in a transaction, until either commitTransaction or rollbackTransaction is invoked.
Transaction is scoped by the current thread context.
| |
Browse(String, BrowserDef..::..BrowserType, BrowserDef) |
Return a browser for all the entries in the Space which match the specified filter.
| |
Browse(String, BrowserDef..::..BrowserType, BrowserDef, String) |
Return a browser for all the entries in the Space which match the specified filter.
| |
BrowseEvents(String, EventBrowserDef) |
Return a browser for all the events generated by changes in Space.
| |
BrowseEvents(String, EventBrowserDef, String) |
Return a browser for all the events generated by changes in Space for tuples which match the specified filter.
| |
Close |
Releases the metaspace handle.
| |
CloseAll |
Closes the connection to a Metaspace.
| |
CommitTransaction |
Commits all of the Space operations invoked in this thread since beginTransaction was called.
| |
Connect()()()() |
Establishes a default connection to a Metaspace using "ms" as the metaspace name and default MemberDef attributes
| |
Connect(String, MemberDef) |
Establishes a connection to a Metaspace
| |
Connect(String, String) |
Establishes a connection to a Metaspace
| |
Connect(String, MemberDef, IDictionary<(Of <<'(String, String>)>>)) |
Establishes a connection to a Metaspace
| |
Connect(String, String, String) |
Establishes a connection to a Metaspace
| |
DefineSpace |
Defines a user Space. Does not automatically join the Space.
| |
DropSpace(String) |
Deletes the Space Definitions only if no Members are joined to the space.
| |
DropSpace(String, Boolean) |
Deletes the Space Definitions only if no Members are joined to the space.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCumulativeSpaceStats |
Gets the cumulative statistics of the space.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMember |
Gets the member.
| |
GetSpace(String) |
Return the space after joining it, if it is not already joined.
If it is already joined, the role will not be changed and a valid reference counted handle to the space will be returned.
| |
GetSpace(String, DistributionRole) |
Return the space after joining it, if it is not already joined.
| |
GetSpace(String, SpaceMemberDef) |
Return the space after joining it with the specified spaceMemberDef, if it is not already joined.
| |
GetSpaceDef |
Gets space definition given Space name.
| |
GetSpaceMembers |
Return the collection of Member from the space
| |
GetSpaceRemoteMembers |
Return the collection of Remote Member from the metaspace
| |
GetSpaceState |
Gets the state of the space.
| |
GetSpaceStatsByMember |
Gets the statistics of the space by member
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
Listen(String, Listener) |
Return a listener on a space for receiving event notifications.
| |
Listen(String, Listener, ListenerDef) |
Return a listener on a space for receiving event notifications.
| |
Listen(String, Listener, String) |
Return a listener on a space for receiving event notifications.
| |
Listen(String, Listener, ListenerDef, String) |
Return a listener on a space for receiving event notifications.
| |
ListenMetaspaceMembers |
Listen to metaspace membership events
| |
ListenMetaspaceRemoteMembers |
Listen to remote metaspace membership events
| |
ListenSpaceDefs(SpaceDefListener) |
Listen to space definitions. Get notification about new spaces being defined in the metaspace
| |
ListenSpaceDefs(SpaceDefListener, ListenerDef) |
Listen to space definitions. Get notification about new spaces being defined in the metaspace
| |
ListenSpaceMembers(SpaceMemberListener) |
Listen to space membership events on all spaces
| |
ListenSpaceMembers(String, SpaceMemberListener) |
Listen to space membership events
| |
ListenSpaceRemoteMembers(SpaceRemoteMemberListener) |
Listen to remote space membership events on all spaces
| |
ListenSpaceRemoteMembers(String, SpaceRemoteMemberListener) |
Listen to remote space membership events
| |
ListenSpaceState(SpaceStateListener) |
Listens space state updates for all spaces
| |
ListenSpaceState(String, SpaceStateListener) |
Listens space state updates for the specified space name
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Recover()()()() |
Recovers the metaspace with default recovery options.
| |
Recover(RecoveryOptions) |
Recovers the metaspace.
| |
RecoverSpace(String) |
Recovers the space with default recovery options.
| |
RecoverSpace(String, RecoveryOptions) |
Recovers the space.
| |
ReleaseContext |
Releases the context.
| |
ReleaseTransaction | Obsolete.
Return TransactionID
| |
Resume |
Resumes the metaspace.
| |
ResumePersistence |
Resumes the persistence
| |
ResumeSpace |
Resumes the space.
| |
RollbackTransaction |
Reverses all of the Space operations invoked in this thread since beginTransaction was called.
| |
StopListener |
Stops a listener and associated thread that was previously created.
| |
Suspend |
Suspend the metaspace.
| |
SuspendPersistence |
Suspends the persistence
| |
TakeContext |
Takes the context.
| |
TakeTransaction | Obsolete.
Take the Transaction
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |