- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是否可以替代之前在以下位置找到的 GemfireUtilLauncher
:com.gemstone.gemfire.internal.GemFireUtilLauncher
?
以下文档的所有内容都应更新为:org.apache.geode.X.X
但这些新版本中不存在这样的 GemfireUtilLauncher
并且似乎没有包含它的 jar 文件(例如 geode- core
而不是 gemfire-core
)。
我能找到的最接近的类示例位于以下链接,但似乎没有任何有关最新更改的文档...
最佳答案
GemfireUtilLauncher Apache Geode 1.0.0-incubating.M1 之后该类已被删除。
NOTE: If you are not aware of this, Apache Geode is the open source core of Pivotal GemFire.
这里需要记住一些事情......
首先,也是最重要的一点,您永远不应该使用不属于 Apache Geode 的“内部”类。或Pivotal GemFire 公共(public)API。这些类出于某种原因属于“内部”,因此如有更改,恕不另行通知或考虑最终用户应用程序。
第二,从 Javadoc 可以明显看出在源代码中,此类用于支持现在“已弃用”和旧的 GemFire shell 脚本来启动进程,即:agent
、gemfire
和缓存服务器
,as mentioned here 。这些 shell 脚本不再使用,并已被 Gfsh ( doc ) 和 LocatorLauncher 取代。 ( in Geode ) 和 ServerLauncher (在 Geode 中)类,它们是“公共(public)”API 的一部分。
问候,-约翰
关于java - GemFire 9 替换 GemfireUtilLauncher,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43983116/
是否可以替代之前在以下位置找到的 GemfireUtilLauncher:com.gemstone.gemfire.internal.GemFireUtilLauncher? 以下文档的所有内容都应更
我是一名优秀的程序员,十分优秀!