Class StateCache
java.lang.Object
io.deephaven.web.client.api.state.StateCache
A container for all known table states within the application.
You should only remove entries from this cache when all JsTable who might reference a given state have abandoned said
state.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(TableTicket handle, Function<TableTicket, ClientTableState> factory) get
(TableTicket handle) getNullable
(Ticket handle) getNullable
(TableTicket handle) void
release
(ClientTableState state)
-
Constructor Details
-
StateCache
public StateCache()
-
-
Method Details
-
get
-
get
-
getNullable
-
getNullable
-
create
-
release
-
getAllStates
-