State The current state of the space. The value can be
initial (meaning that the Space needs more seeders or more persisters),
loading (meaning the space is being loaded from the persistence layer), or
ready (meaning the space has enough seeders, persisters, and has been loaded)
Distribution Policy Can be either
distributed (meaning the space is distributed) or
non_distributed.
Replication count The replication count is displayed. Default is 0, meaning there is no replication.
Capacity The capacity of the space in number of entries per seeder.
-1 indicates no capacity.
Eviction policy The policy of the eviction to be applied when a space operation would cause the capacity to be exceeded. Can be
none (no eviction) or
LRU (least recently used eviction).
Min seeders The minimum number of seeders that need to be joined to the space before the space becomes ready.
Update transport The transport protocol used to distribute notifications of updates to the data stored in the space. Can be
unicast or
multicast.
Entry TTL The TTL (time-to-live) of the entries stored in the spaces in milliseconds. Default is
-1 (forever).
Lock wait The
Lock wait defined for the space is displayed. Default is
-1 (forever).
Lock TTL The
Lock TTL (time-to-live) defined for the space is displayed. Default is
-1 (forever).
Lock scope The lock scope defined for the space.