Store.close()

Signature

void close (String url, String containerName)

Domain

ACTION

Description

Closes the container. No operation can be performed on this container(i.e. Table in ActiveSpaces or Name of the Ignite Cache) after closing it.

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringContainer Name(i.e. Table in ActiveSpaces or Name of the Ignite Cache)

Returns

TypeDescription
void

Cautions

none