destroy
Delete or unregister functions, remove indexes, disk stores and regions.
-
Deletes a disk store and all files on disk used by the disk store. Data for closed regions that previously used this disk store is lost.
-
Destroy or unregister a function.
-
Destroy or remove the specified index.
-
Destroy or remove a region.
destroy disk-store
Deletes a disk store and all files on disk used by the disk store. Data for closed regions that previously used this disk store are lost.
Availability: Online. You must be connected in gfsh
to a JMX Manager member to use this command.
Syntax:
destroy disk-store --name=value [--group=value(,value)*]
Name | Description |
---|---|
--name | Required. Name of the disk store to be deleted. |
‑‑group | Group(s) of members on which the disk store will be destroyed. If no group is specified, the disk store is destroyed on all members. |
Table 1. Destroy Disk-Store Parameters
Example Commands:
destroy disk-store --name=store1
Sample Output:
gfsh>destroy disk-store --name=store1
Member | Result
------- | -------
server1 | Success
destroy function
Destroy or unregister a function.
The default is for the function to be unregistered from all members.
Availability: Online. You must be connected in gfsh
to a JMX Manager member to use this command.
Syntax:
destroy function --id=value [--group=value] [--member=value]
Name | Description |
---|---|
--id | Required. Unique function identifier. Use the list functions command to obtain the ID. |
--groups | One or more groups of members from which this function will be unregistered. |
‑‑member | Name or ID of the member from which this function will be unregistered. |
Table 2. Destroy Function Parameters
Example Commands:
(1) destroy function --id=InterestCalculations
(2) destroy function --id=InterestCalculations --member=server1
(3) destroy function --id=InterestCalculations --group=Group1
destroy index
Destroy or remove the specified index.
Availability: Online. You must be connected in gfsh
to a JMX Manager member to use this command.
Syntax:
destroy index [--name=value] [--region=value] [--member=value]
[--group=value]
Note:
You must specify at least one of the parameter options. If you enter destroy index
without any parameters, the command will ask you to specify at least one option.
Name | Description |
---|---|
--name | Name for the index to be removed. |
--member | Id of the member on which index is to be created. |
--region | Name of the region , from where an index or all indexes are to be destroyed. |
--group | The index will be created on all the members in this member group. |
Table 3. Destroy Index Parameters
Example Commands:
destroy index --member=server2
destroy index --name=MyKeyIndex
destroy region
Destroy or remove a region.
Availability: Online. You must be connected in gfsh
to a JMX Manager member to use this command.
Syntax:
destroy region --name=value
Name | Description |
---|---|
--name | Required. Name and path of the region to be removed. |
Table 4. Destroy Region Parameters
Example Commands:
destroy region --name=region4
destroy region --name=/region1/subregion1
Sample Output:
gfsh>destroy region --name=region1
"region1" destroyed successfully.