Package | Description |
---|---|
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.admin |
Provides GigaSpaces administration services
|
com.j_spaces.core.filters |
Provides GigaSpaces filter plug-in interfaces.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.core.space.filter |
A package allowing to simplify the injection of an actual ISpaceFilter instance during
Space creation.
|
Modifier and Type | Method and Description |
---|---|
SpaceContext |
SpaceContext.createCopy(SecurityContext newSecurityContext) |
Modifier and Type | Method and Description |
---|---|
void |
IRemoteJSpaceAdmin.dropClass(String className,
SpaceContext sc)
Drop all Class entries and all its templates from the space.
|
Modifier and Type | Method and Description |
---|---|
void |
ISpaceFilter.process(SpaceContext context,
ISpaceFilterEntry[] entries,
int operationCode)
This method is called by the engine when an event matching this filter's
operation code occurs in the engine.
|
void |
ISpaceFilter.process(SpaceContext context,
ISpaceFilterEntry entry,
int operationCode)
This method is called by the engine when an event matching this filter's
operation code occurs in the space engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutorSpaceFilter.process(SpaceContext context,
ISpaceFilterEntry[] entries,
int operationCode) |
void |
ExecutorSpaceFilter.process(SpaceContext context,
ISpaceFilterEntry entry,
int operationCode) |
Modifier and Type | Method and Description |
---|---|
void |
FilterOperationDelegate.process(SpaceContext context,
ISpaceFilterEntry[] entries,
int operationCode)
Fetch a
FilterOperationDelegateInvoker based on the operation
code. |
void |
FilterOperationDelegate.process(SpaceContext context,
ISpaceFilterEntry entry,
int operationCode)
Fetch a
FilterOperationDelegateInvoker based on the operation
code. |
Copyright © GigaSpaces.