开发者

Is it resource-intensive to call KeyFactory.createKey?

Does it use a lot of resour开发者_StackOverflowces to invoke KeyFactory.createKey?


No. createKey simply constructs a Key object from the fields you provide, and doesn't require any RPC calls or other overhead. It's no more expensive than your average constructor.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜