Class RegistrationMetaData
java.lang.Object
io.microsphere.spring.cloud.client.service.registry.RegistrationMetaData
- Since:
- 1.0.0
- Author:
- 韩超
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationMetaData(Collection<org.springframework.cloud.client.serviceregistry.Registration> registrations) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RegistrationMetaData
public RegistrationMetaData(Collection<org.springframework.cloud.client.serviceregistry.Registration> registrations)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-