Skip to content

Commit

Permalink
update deprecation target version
Browse files Browse the repository at this point in the history
  • Loading branch information
enesakar committed Feb 16, 2017
1 parent f148125 commit 6ab57f0
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion hazelcast/src/main/java/com/hazelcast/cluster/Joiner.java
Expand Up @@ -19,7 +19,7 @@
import com.hazelcast.nio.Address;

/**
* This interface is deprecated and will be removed in 3.8. Look for the {@link com.hazelcast.spi.discovery}
* This interface is deprecated and will be removed in 4.0. Look for the {@link com.hazelcast.spi.discovery}
* module as alternative.
*/
@Deprecated
Expand Down
Expand Up @@ -229,7 +229,7 @@ private void initExpiryPolicyFactoryConfig(CacheSimpleConfig simpleConfig) throw
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public CacheConfigReadOnly<K, V> getAsReadOnly() {
return new CacheConfigReadOnly<K, V>(this);
Expand Down
Expand Up @@ -69,7 +69,7 @@ public CacheEvictionConfig(EvictionConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public CacheEvictionConfig getAsReadOnly() {
Expand Down
Expand Up @@ -51,7 +51,7 @@ public CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config)
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public CachePartitionLostListenerConfigReadOnly getAsReadOnly() {
Expand Down
Expand Up @@ -146,7 +146,7 @@ public CacheSimpleConfig() {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public CacheSimpleConfig getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -42,7 +42,7 @@ public CacheSimpleEntryListenerConfig() {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public CacheSimpleEntryListenerConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -52,7 +52,7 @@ protected DiscoveryConfig(DiscoveryServiceProvider discoveryServiceProvider, Nod
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public DiscoveryConfig getAsReadOnly() {
if (readonly != null) {
Expand Down
Expand Up @@ -76,7 +76,7 @@ public EntryListenerConfig(EntryListenerConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public EntryListenerConfigReadOnly getAsReadOnly() {
Expand Down
Expand Up @@ -172,7 +172,7 @@ public enum MaxSizePolicy {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public EvictionConfig getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -64,7 +64,7 @@ public ExecutorConfig(ExecutorConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public ExecutorConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -50,7 +50,7 @@ public ItemListenerConfig(ItemListenerConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public ItemListenerConfigReadOnly getAsReadOnly() {
Expand Down
Expand Up @@ -160,7 +160,7 @@ public void setChunkSize(int chunkSize) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public JobTrackerConfig getAsReadOnly() {
return new JobTrackerConfigReadOnly(this);
Expand Down
Expand Up @@ -38,7 +38,7 @@ public ListConfig(ListConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public ListConfig getAsReadOnly() {
Expand Down
Expand Up @@ -68,7 +68,7 @@ public ListenerConfig(EventListener implementation) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public ListenerConfig getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -109,7 +109,7 @@ public LockConfig setQuorumName(String quorumName) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public LockConfig getAsReadOnly() {
return new LockConfigReadonly(this);
Expand Down
Expand Up @@ -69,7 +69,7 @@ public MapAttributeConfig(MapAttributeConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MapAttributeConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -200,7 +200,7 @@ public MapConfig(MapConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MapConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -63,7 +63,7 @@ public MapIndexConfig(MapIndexConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MapIndexConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -47,7 +47,7 @@ public MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public MapPartitionLostListenerConfigReadOnly getAsReadOnly() {
Expand Down
Expand Up @@ -85,7 +85,7 @@ public MapStoreConfig(MapStoreConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MapStoreConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -112,7 +112,7 @@ public enum MaxSizePolicy {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MaxSizeConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -117,7 +117,7 @@ public void removeAttribute(String key) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MemberAttributeConfig asReadOnly() {
return new MemberAttributeConfigReadOnly(this);
Expand Down
Expand Up @@ -74,7 +74,7 @@ public MultiMapConfig(MultiMapConfig defConfig) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public MultiMapConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -187,7 +187,7 @@ public NearCacheConfig(NearCacheConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public NearCacheConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -49,7 +49,7 @@ public PartitioningStrategyConfig(PartitioningStrategy partitionStrategy) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public PartitioningStrategyConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -73,7 +73,7 @@ public PredicateConfig(Predicate implementation) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public PredicateConfig getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -148,7 +148,7 @@ public QueryCacheConfig(QueryCacheConfig other) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public QueryCacheConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -82,7 +82,7 @@ public QueueConfig(QueueConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public QueueConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -61,7 +61,7 @@ public QueueStoreConfig setStoreImplementation(QueueStore storeImplementation) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public QueueStoreConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -278,7 +278,7 @@ public String toString() {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public ReliableTopicConfig getAsReadOnly() {
return new ReliableTopicConfigReadOnly(this);
Expand Down
Expand Up @@ -260,7 +260,7 @@ public void setAsyncFillup(boolean asyncFillup) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public ReplicatedMapConfig getAsReadOnly() {
return new ReplicatedMapConfigReadOnly(this);
Expand Down
Expand Up @@ -318,7 +318,7 @@ public RingbufferConfig setRingbufferStoreConfig(RingbufferStoreConfig ringbuffe
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public RingbufferConfig getAsReadOnly() {
return new RingbufferConfigReadonly(this);
Expand Down
Expand Up @@ -123,7 +123,7 @@ public String toString() {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public RingbufferStoreConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -65,7 +65,7 @@ public SemaphoreConfig(SemaphoreConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public SemaphoreConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -38,7 +38,7 @@ public SetConfig(SetConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
@Override
public SetConfigReadOnly getAsReadOnly() {
Expand Down
Expand Up @@ -71,7 +71,7 @@ public TopicConfig(TopicConfig config) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public TopicConfigReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public WanReplicationRef(WanReplicationRef ref) {
* Gets immutable version of this configuration.
*
* @return Immutable version of this configuration.
* @deprecated this method will be removed in 3.9; it is meant for internal usage only.
* @deprecated this method will be removed in 4.0; it is meant for internal usage only.
*/
public WanReplicationRefReadOnly getAsReadOnly() {
if (readOnly == null) {
Expand Down

0 comments on commit 6ab57f0

Please sign in to comment.