序列化表格
-
程序包 org.apache.dubbo.config
-
类org.apache.dubbo.config.AbstractConfig扩展Object实现可序列化
- serialVersionUID:
- 4267533505537413570L
-
序列化字段
-
id
String id
-
isDefault
Boolean isDefault
-
prefix
String prefix
-
refreshed
AtomicBoolean refreshed
-
-
类org.apache.dubbo.config.AbstractInterfaceConfig扩展org.apache.dubbo.config.AbstractMethodConfig实现可序列化
- serialVersionUID:
- -1559314110797223229L
-
序列化字段
-
application
org.apache.dubbo.config.ApplicationConfig application
-
auth
Boolean auth
-
callbacks
Integer callbacks
-
cluster
String cluster
-
configCenter
org.apache.dubbo.config.ConfigCenterConfig configCenter
-
connections
Integer connections
-
filter
String filter
-
group
String group
-
interfaceName
String interfaceName
-
layer
String layer
-
listener
String listener
-
local
String local
-
metadataReportConfig
org.apache.dubbo.config.MetadataReportConfig metadataReportConfig
-
methods
List<org.apache.dubbo.config.MethodConfig> methods
-
metrics
org.apache.dubbo.config.MetricsConfig metrics
-
module
org.apache.dubbo.config.ModuleConfig module
-
monitor
org.apache.dubbo.config.MonitorConfig monitor
-
onconnect
String onconnect
-
ondisconnect
String ondisconnect
-
owner
String owner
-
proxy
String proxy
-
registries
List<org.apache.dubbo.config.RegistryConfig> registries
-
registryIds
String registryIds
-
scope
String scope
-
serviceMetadata
org.apache.dubbo.rpc.model.ServiceMetadata serviceMetadata
-
stub
String stub
-
tag
String tag
-
urls
List<org.apache.dubbo.common.URL> urls
-
version
String version
-
-
类org.apache.dubbo.config.AbstractMethodConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 1L
-
类org.apache.dubbo.config.AbstractReferenceConfig扩展org.apache.dubbo.config.AbstractInterfaceConfig实现可序列化
- serialVersionUID:
- -2786526984373031126L
-
类org.apache.dubbo.config.AbstractServiceConfig扩展org.apache.dubbo.config.AbstractInterfaceConfig实现可序列化
- serialVersionUID:
- 1L
-
序列化字段
-
accesslog
String accesslog
-
delay
Integer delay
-
deprecated
Boolean deprecated
-
document
String document
-
dynamic
Boolean dynamic
-
executes
Integer executes
-
export
Boolean export
-
group
String group
-
protocolIds
String protocolIds
-
protocols
List<org.apache.dubbo.config.ProtocolConfig> protocols
-
register
Boolean register
-
serialization
String serialization
-
token
String token
-
version
String version
-
warmup
Integer warmup
-
weight
Integer weight
-
-
类org.apache.dubbo.config.ApplicationConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 5508512956753757169L
-
序列化字段
-
architecture
String architecture
-
compiler
String compiler
-
dumpDirectory
String dumpDirectory
-
environment
String environment
-
hostname
String hostname
-
logger
String logger
-
metadataServicePort
Integer metadataServicePort
-
metadataType
String metadataType
-
monitor
org.apache.dubbo.config.MonitorConfig monitor
-
name
String name
-
organization
String organization
-
owner
String owner
-
parameters
Map<String,String> parameters
-
publishInterface
Boolean publishInterface
-
qosAcceptForeignIp
Boolean qosAcceptForeignIp
-
qosEnable
Boolean qosEnable
-
qosHost
String qosHost
-
qosPort
Integer qosPort
-
registerConsumer
Boolean registerConsumer
-
registries
List<org.apache.dubbo.config.RegistryConfig> registries
-
registryIds
String registryIds
-
repository
String repository
-
shutwait
String shutwait
-
version
String version
-
-
类org.apache.dubbo.config.ArgumentConfig扩展Object实现可序列化
- serialVersionUID:
- -2165482463925213595L
-
类org.apache.dubbo.config.ConfigCenterConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
-
序列化字段
-
address
String address
-
appConfigFile
String appConfigFile
-
appExternalConfiguration
Map<String,String> appExternalConfiguration
-
check
Boolean check
-
cluster
String cluster
-
configFile
String configFile
-
externalConfiguration
Map<String,String> externalConfiguration
-
group
String group
-
highestPriority
Boolean highestPriority
-
inited
AtomicBoolean inited
-
namespace
String namespace
-
parameters
Map<String,String> parameters
-
password
String password
-
port
Integer port
-
protocol
String protocol
-
timeout
Long timeout
-
username
String username
-
-
-
类org.apache.dubbo.config.ConsumerConfig扩展org.apache.dubbo.config.AbstractReferenceConfig实现可序列化
- serialVersionUID:
- 2827274711143680600L
-
类org.apache.dubbo.config.MetadataReportConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 55233L
-
序列化字段
-
address
String address
-
cluster
Boolean cluster
-
cycleReport
Boolean cycleReport
-
file
String file
-
group
String group
-
parameters
Map<String,String> parameters
-
password
String password
-
port
Integer port
-
protocol
String protocol
-
registry
String registry
-
retryPeriod
Integer retryPeriod
-
retryTimes
Integer retryTimes
-
syncReport
Boolean syncReport
-
timeout
Integer timeout
-
username
String username
-
-
类org.apache.dubbo.config.MethodConfig扩展org.apache.dubbo.config.AbstractMethodConfig实现可序列化
- serialVersionUID:
- 884908855422675941L
-
序列化字段
-
arguments
List<org.apache.dubbo.config.ArgumentConfig> arguments
-
deprecated
Boolean deprecated
-
executes
Integer executes
-
isReturn
Boolean isReturn
-
name
String name
-
oninvoke
Object oninvoke
-
oninvokeMethod
String oninvokeMethod
-
onreturn
Object onreturn
-
onreturnMethod
String onreturnMethod
-
onthrow
Object onthrow
-
onthrowMethod
String onthrowMethod
-
reliable
Boolean reliable
-
retry
Boolean retry
-
service
String service
-
serviceId
String serviceId
-
stat
Integer stat
-
sticky
Boolean sticky
-
-
类org.apache.dubbo.config.MetricsConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- -9089919311611546383L
-
类org.apache.dubbo.config.ModuleConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 5508512956753757169L
-
类org.apache.dubbo.config.MonitorConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- -1184681514659198203L
-
类org.apache.dubbo.config.ProtocolConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 6913423882496634749L
-
序列化字段
-
accepts
Integer accepts
-
accesslog
String accesslog
-
alive
Integer alive
-
buffer
Integer buffer
-
charset
String charset
-
client
String client
-
codec
String codec
-
contextpath
String contextpath
-
corethreads
Integer corethreads
-
dispatcher
String dispatcher
-
exchanger
String exchanger
-
extension
String extension
-
heartbeat
Integer heartbeat
-
host
String host
-
iothreads
Integer iothreads
-
keepAlive
Boolean keepAlive
-
name
String name
-
networker
String networker
-
optimizer
String optimizer
-
parameters
Map<String,String> parameters
-
payload
Integer payload
-
port
Integer port
-
prompt
String prompt
-
queues
Integer queues
-
register
Boolean register
-
serialization
String serialization
-
server
String server
-
sslEnabled
Boolean sslEnabled
-
status
String status
-
telnet
String telnet
-
threadname
String threadname
-
threadpool
String threadpool
-
threads
Integer threads
-
transporter
String transporter
-
-
类org.apache.dubbo.config.ProviderConfig扩展org.apache.dubbo.config.AbstractServiceConfig实现可序列化
- serialVersionUID:
- 6913423882496634749L
-
序列化字段
-
accepts
Integer accepts
-
alive
Integer alive
-
buffer
Integer buffer
-
charset
String charset
-
client
String client
-
codec
String codec
-
contextpath
String contextpath
-
dispatcher
String dispatcher
-
exchanger
String exchanger
-
host
String host
-
iothreads
Integer iothreads
-
networker
String networker
-
payload
Integer payload
-
port
Integer port
-
prompt
String prompt
-
queues
Integer queues
-
server
String server
-
status
String status
-
telnet
String telnet
-
threadname
String threadname
-
threadpool
String threadpool
-
threads
Integer threads
-
transporter
String transporter
-
wait
Integer wait
-
-
类org.apache.dubbo.config.ReferenceConfig扩展org.apache.dubbo.config.ReferenceConfigBase<T>实现可序列化
-
序列化字段
-
bootstrap
DubboBootstrap bootstrap
-
repository
org.apache.dubbo.rpc.model.ServiceRepository repository
-
services
String services
The service names that the Dubbo interface subscribed.- 从以下版本开始:
- 2.7.8
-
-
-
类org.apache.dubbo.config.ReferenceConfigBase扩展org.apache.dubbo.config.AbstractReferenceConfig实现可序列化
- serialVersionUID:
- -5864351140409987595L
-
类org.apache.dubbo.config.RegistryConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
- serialVersionUID:
- 5508512956753757169L
-
序列化字段
-
accepts
String accepts
-
address
String address
-
check
Boolean check
-
client
String client
-
cluster
String cluster
-
dynamic
Boolean dynamic
-
extraKeys
String extraKeys
-
file
String file
-
group
String group
-
parameters
Map<String,String> parameters
-
password
String password
-
port
Integer port
-
preferred
Boolean preferred
-
protocol
String protocol
-
register
Boolean register
-
server
String server
-
session
Integer session
-
simplified
Boolean simplified
-
subscribe
Boolean subscribe
-
timeout
Integer timeout
-
transporter
String transporter
-
useAsConfigCenter
Boolean useAsConfigCenter
-
useAsMetadataCenter
Boolean useAsMetadataCenter
-
username
String username
-
version
String version
-
wait
Integer wait
-
weight
Integer weight
-
zone
String zone
-
-
类org.apache.dubbo.config.ServiceConfig扩展org.apache.dubbo.config.ServiceConfigBase<T>实现可序列化
-
序列化字段
-
bootstrap
DubboBootstrap bootstrap
-
exporters
List<org.apache.dubbo.rpc.Exporter<?>> exporters
The exported services -
serviceName
String serviceName
-
-
-
类org.apache.dubbo.config.ServiceConfigBase扩展org.apache.dubbo.config.AbstractServiceConfig实现可序列化
- serialVersionUID:
- 3033787999037024738L
-
类org.apache.dubbo.config.SslConfig扩展org.apache.dubbo.config.AbstractConfig实现可序列化
-
序列化字段
-
ciphers
List<String> ciphers
-
clientKeyCertChainPath
String clientKeyCertChainPath
-
clientKeyCertChainPathStream
InputStream clientKeyCertChainPathStream
-
clientKeyPassword
String clientKeyPassword
-
clientPrivateKeyPath
String clientPrivateKeyPath
-
clientPrivateKeyPathStream
InputStream clientPrivateKeyPathStream
-
clientTrustCertCollectionPath
String clientTrustCertCollectionPath
-
clientTrustCertCollectionPathStream
InputStream clientTrustCertCollectionPathStream
-
inited
AtomicBoolean inited
-
protocols
List<String> protocols
-
serverKeyCertChainPath
String serverKeyCertChainPath
-
serverKeyCertChainPathStream
InputStream serverKeyCertChainPathStream
-
serverKeyPassword
String serverKeyPassword
-
serverPrivateKeyPath
String serverPrivateKeyPath
-
serverPrivateKeyPathStream
InputStream serverPrivateKeyPathStream
-
serverTrustCertCollectionPath
String serverTrustCertCollectionPath
-
serverTrustCertCollectionPathStream
InputStream serverTrustCertCollectionPathStream
-
-
-
-
程序包 org.apache.dubbo.config.event
-
类org.apache.dubbo.config.event.DubboServiceDestroyedEvent扩展org.apache.dubbo.event.Event实现可序列化
-
类org.apache.dubbo.config.event.DubboShutdownHookRegisteredEvent扩展org.apache.dubbo.event.Event实现可序列化
-
类org.apache.dubbo.config.event.DubboShutdownHookUnregisteredEvent扩展org.apache.dubbo.event.Event实现可序列化
-
类org.apache.dubbo.config.event.ReferenceConfigDestroyedEvent扩展org.apache.dubbo.event.Event实现可序列化
-
类org.apache.dubbo.config.event.ReferenceConfigInitializedEvent扩展org.apache.dubbo.event.Event实现可序列化
-
序列化字段
-
invoker
org.apache.dubbo.rpc.Invoker<?> invoker
-
-
-
类org.apache.dubbo.config.event.ServiceConfigExportedEvent扩展org.apache.dubbo.event.Event实现可序列化
-
类org.apache.dubbo.config.event.ServiceConfigUnexportedEvent扩展org.apache.dubbo.event.Event实现可序列化
-