public class HazelcastInstanceFactory extends ObjectSE
HazelcastInstance の作成に使用できるファクトリ。| コンストラクターと説明 |
|---|
HazelcastInstanceFactory(com.hazelcast.config.Config config) 指定された構成の HazelcastInstanceFactory を作成します。 |
HazelcastInstanceFactory(org.springframework.core.io.Resource configLocation) 指定された構成場所の HazelcastInstanceFactory を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
com.hazelcast.core.HazelcastInstance | getHazelcastInstance()HazelcastInstance を入手します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic HazelcastInstanceFactory(org.springframework.core.io.Resource configLocation)
throws IOExceptionSEHazelcastInstanceFactory を作成します。configLocation - 構成ファイルの場所 IOExceptionSE - 構成場所を読み取れなかった場合 public HazelcastInstanceFactory(com.hazelcast.config.Config config)
HazelcastInstanceFactory を作成します。config - 構成 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.