Class LocalRegistry<K,V>
java.lang.Object
org.wildfly.clustering.server.local.registry.LocalRegistry<K,V>
- All Implemented Interfaces:
AutoCloseable,Function<Map.Entry<K,,V>, Map<K, V>> org.wildfly.clustering.server.Registrar<org.wildfly.clustering.server.registry.RegistryListener<K,,V>> org.wildfly.clustering.server.Registration,org.wildfly.clustering.server.registry.Registry<LocalGroupMember,K, V>
public class LocalRegistry<K,V>
extends Object
implements org.wildfly.clustering.server.registry.Registry<LocalGroupMember,K,V>, Function<Map.Entry<K,V>,Map<K,V>>
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getEntry(LocalGroupMember member) getGroup()org.wildfly.clustering.server.Registration
-
Constructor Details
-
LocalRegistry
-
-
Method Details
-
register
public org.wildfly.clustering.server.Registration register(org.wildfly.clustering.server.registry.RegistryListener<K, V> object) - Specified by:
registerin interfaceorg.wildfly.clustering.server.Registrar<K>
-
getGroup
- Specified by:
getGroupin interfaceorg.wildfly.clustering.server.registry.Registry<LocalGroupMember,K, V>
-
getEntries
- Specified by:
getEntriesin interfaceorg.wildfly.clustering.server.registry.Registry<LocalGroupMember,K, V>
-
getEntry
- Specified by:
getEntryin interfaceorg.wildfly.clustering.server.registry.Registry<LocalGroupMember,K, V>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.wildfly.clustering.server.Registration
-
apply
-