Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 ns 命令,我在控制台中创建了许多命名空间。我现在有个问题。我创建了超过 5 个命名空间,但我忘记了它们!我想查看我创建的命名空间的数量及其各自的名称。
是否有任何命令可以找出 Hazelcast 中创建的命名空间的数量?请帮忙。!
从命令行工具“实例”将完成这项工作。以编程方式,您可以调用 hazelcastInstance.getInstances() 它将返回您的实例集合。