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.
gfsh>put --key=('id':'133abg125') --value=('firstname':'James','lastname':'Gosling') --region=/region --key-class=data .ProfileKey --value-class=data.ProfileDetails
消息:ClassNotFoundException data.ProfileKey 结果:false
您需要确保您的域类在所有服务器上也可用。我建议使用--classpath <jarfile>选项启动它们并将它们指向包含相关类的 jar。
--classpath <jarfile>