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