MCPcopy Create free account

hub / github.com/ProgrammerAnthony/Pantheon / functions

Functions1,226 in github.com/ProgrammerAnthony/Pantheon

↓ 171 callersMethodget
Get the cached information about applications. <p> @param key the key for which the cached information needs to be obtained. @return payload which c
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCache.java:25
↓ 163 callersMethodinfo
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:229
↓ 93 callersMethoderror
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:289
↓ 76 callersMethodwarn
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:259
↓ 48 callersMethodadd
Add arbitrary metadata to running instance. @param key The key of the metadata. @param val The value of the metadata. @return the {@link InstanceInfo
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:255
↓ 41 callersMethodequals
(Object other)
pantheon-server/src/main/java/com/pantheon/server/registry/Key.java:39
↓ 38 callersMethodequals
(final Object o)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/RequestTask.java:46
↓ 37 callersMethoddebug
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:199
↓ 35 callersMethodisEmpty
Determine whether the given object is empty. <p>This method supports the following object types. <ul> <li>{@code Optional}: considered empty if {@link
pantheon-common/src/main/java/com/pantheon/common/ObjectUtils.java:34
↓ 34 callersMethodgetNodeId
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:13
↓ 33 callersMethodsize
@return the number of instances in this application
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:111
↓ 31 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/config/CachedPantheonServerConfig.java:30
↓ 31 callersMethodparseChannelRemoteAddr
(final Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingHelper.java:146
↓ 29 callersMethodgetValue
Get the payload in both compressed and uncompressed form.
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCacheImpl.java:161
↓ 26 callersMethodname
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:59
↓ 25 callersMethodvalueOf
(byte code)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/LanguageCode.java:29
↓ 20 callersMethodbuild
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/serviceregistry/PantheonRegistration.java:129
↓ 19 callersMethodlifecycleState
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:8
↓ 19 callersMethodsetCode
(int code)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:448
↓ 18 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/network/ServerNetworkManager.java:71
↓ 18 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:20
↓ 18 callersMethodgetStatus
(InstanceInfo.InstanceStatus var1)
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/HealthCheckHandler.java:11
↓ 18 callersMethodsetRemark
(String remark)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:503
↓ 18 callersMethodstop
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:16
↓ 17 callersMethodgetId
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/ribbon/DomainExtractingServer.java:15
↓ 17 callersMethodgetId
Returns the unique id of the instance. (Note) now that id is set at creation time within the instanceProvider, why do the other checks? This is still
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:407
↓ 17 callersMethodgetServiceName
Get the name of the Service to be registered with pantheon.
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:16
↓ 16 callersMethodclose
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/Releasable.java:12
↓ 16 callersMethodcreateResponseCommand
(Class<? extends CommandCustomHeader> classHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:106
↓ 16 callersMethodgetOpaque
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:118
↓ 16 callersMethodgetRegisteredApplications
Gets the list of all registered <em>applications</em> from pantheon. @return list containing all applications registered with pantheon.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:90
↓ 16 callersMethodsendMessage
send message to other nodes @param remoteNodeId @param message @return
pantheon-server/src/main/java/com/pantheon/server/network/ServerNetworkManager.java:393
↓ 16 callersMethodsetOpaque
(int opaque)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:487
↓ 16 callersMethodtoString
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyEvent.java:44
↓ 14 callersMethodgetHolder
Returns the holder of the lease.
pantheon-server/src/main/java/com/pantheon/server/lease/Lease.java:137
↓ 13 callersMethodgetAppName
Return the name of the application registering with discovery. @return the string denoting the application name.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:382
↓ 12 callersMethodcloseChannel
(final String addr, final Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:246
↓ 12 callersMethodstart
()
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingService.java:26
↓ 11 callersMethodcreateRequestCommand
(int code, CommandCustomHeader customHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:85
↓ 11 callersMethodgetAppName
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/DiscoveryEnabledServer.java:29
↓ 11 callersMethodgetStatus
Returns the status of the instance. @return the status indicating whether the instance can handle requests.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:437
↓ 11 callersMethodpersist
save to disk @param bytes @param filename @return
pantheon-server/src/main/java/com/pantheon/server/persist/FilePersistUtils.java:26
↓ 10 callersMethodequals
(Object obj)
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:79
↓ 10 callersMethodgetCanonicalName
(Class clazz)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:316
↓ 10 callersMethodgetChannel
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:661
↓ 10 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:83
↓ 10 callersMethodshutdown
()
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingService.java:28
↓ 9 callersMethoddecodeCommandCustomHeader
( Class<? extends CommandCustomHeader> classHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:233
↓ 9 callersMethodgetCode
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:444
↓ 9 callersMethodgetConsumerInfoManager
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:294
↓ 9 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/slot/SlotManager.java:44
↓ 9 callersMethodgetInstance
()
pantheon-server/src/main/java/com/pantheon/server/network/ServerMessageReceiver.java:35
↓ 9 callersMethodgetRemoteServerNodes
get all other master nodes @return
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:55
↓ 9 callersMethodgetServiceName
()
pantheon-common/src/main/java/com/pantheon/common/ServiceThread.java:29
↓ 9 callersMethodgetSpecificInstanceRegistry
(String instanceName)
pantheon-server/src/main/java/com/pantheon/server/registry/RouteInstanceToSlotRegistry.java:39
↓ 9 callersMethodinvokeSync
(final String addr, final RemotingCommand request, final long timeoutMillis)
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingClient.java:41
↓ 9 callersMethodputNettyEvent
Put a netty event to the executor. @param event Netty event instance.
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingAbstract.java:133
↓ 8 callersMethodgetApplications
()
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:435
↓ 8 callersMethodgetBody
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:507
↓ 8 callersMethodgetChannel
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:43
↓ 8 callersMethodgetLastDirtyTimestamp
Gets the last time stamp when this instance was touched. @return last timestamp when this instance was touched.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:494
↓ 8 callersMethodgetName
()
pantheon-server/src/main/java/com/pantheon/server/registry/Key.java:24
↓ 8 callersMethodisNullOrEmpty
Determine if a string is {@code null} or {@link String#isEmpty()} returns {@code true}.
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/TlsHelper.java:210
↓ 8 callersMethodrelease
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:61
↓ 7 callersMethodcloseChannel
(Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingUtil.java:198
↓ 7 callersMethodequals
(Object obj)
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:108
↓ 7 callersMethodgetInstance
Gets the list of instances matching the given Address. @param address The address to match the instances for. @return - The list of {@link Instance
pantheon-client/src/main/java/com/pantheon/client/discovery/DiscoveryClient.java:60
↓ 7 callersMethodgetInstancePort
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:41
↓ 7 callersMethodisOK
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:653
↓ 7 callersMethodnewBuilder
()
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:33
↓ 7 callersMethodtoString
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:98
↓ 6 callersMethodaddApplication
Add the <em>application</em> to the list. @param app the <em>application</em> to be added.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:79
↓ 6 callersMethodaddInstance
Add the given instance info the list. @param i the instance info object to be added.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:61
↓ 6 callersMethodbuild
Build the {@link InstanceInfo}. @return the {@link LeaseInfo} information built based on the supplied information.
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:125
↓ 6 callersMethodgetAppsHashCode
Used by the pantheon server. Not for external use. @return the string indicating the hashcode based on the applications stored.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:136
↓ 6 callersMethodgetCode
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/LanguageCode.java:38
↓ 6 callersMethodgetInstanceInfo
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/DiscoveryEnabledServer.java:47
↓ 6 callersMethodgetNodeClientTcpPort
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:21
↓ 6 callersMethodgetRemoteSocketAddress
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:63
↓ 6 callersMethodisEmpty
()
pantheon-server/src/main/java/com/pantheon/server/slot/registry/ServiceRegistry.java:46
↓ 6 callersMethodregisterProcessor
(final int requestCode, final NettyRequestProcessor processor, final ExecutorService executor)
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingClient.java:53
↓ 6 callersMethodwrite
(ByteBuffer src)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/FileRegionEncoder.java:53
↓ 5 callersMethodexceptionSimpleDesc
(final Throwable e)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingHelper.java:30
↓ 5 callersMethodgetApplications
Get the registry information about all {@link Applications}.
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistry.java:30
↓ 5 callersMethodgetClientId
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:47
↓ 5 callersMethodgetExtFields
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:515
↓ 5 callersMethodgetHostName
Return the default network address to connect to this instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:394
↓ 5 callersMethodgetInstance
()
pantheon-client/src/main/java/com/pantheon/client/ClientManager.java:30
↓ 5 callersMethodgetInstanceHostName
default localhost name
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:23
↓ 5 callersMethodgetInstancesAsIsFromPantheon
Gets the list of non-shuffled and non-filtered instances associated with this particular application. @return list of non-shuffled and non-filtered i
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:123
↓ 5 callersMethodgetLeaseRenewalIntervalInSeconds
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:30
↓ 5 callersMethodgetName
Gets the name of the application. @return the name of the application.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:95
↓ 5 callersMethodgetOtherControllerCandidates
get all other controller candidates @return
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:39
↓ 5 callersMethodgetOverriddenStatus
Returns the overridden status if any of the instance. @return the status indicating whether an external process has changed the status.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:447
↓ 5 callersMethodgetServerNodeRole
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:233
↓ 5 callersMethodgetSlotNum
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:67
↓ 5 callersMethodinvalidate
(String appName)
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCache.java:12
↓ 5 callersMethodisEnabled
(InternalLogLevel internalLogLevel)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:64
↓ 5 callersMethodsetBody
(byte[] body)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:511
↓ 5 callersMethodstart
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:14
next →1–100 of 1,226, ranked by callers