64656667686970
if (LOG.isDebugEnabled()) { LOG.debug("Creating new HBaseState: " + type); } return new SnapshottableMap(ms, new Values("$GLOBAL$")); }
205206207208209210211
mapState = TransactionalMap.build(cachedMap); } else { throw new RuntimeException("Unknown state type: " + stateType); } return new SnapshottableMap(mapState, new Values(options.globalKey)); }