Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgrammerAnthony/Pantheon
/ functions
Functions
1,226 in github.com/ProgrammerAnthony/Pantheon
⨍
Functions
1,226
◇
Types & classes
215
↓ 171 callers
Method
get
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 callers
Method
info
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:229
↓ 93 callers
Method
error
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:289
↓ 76 callers
Method
warn
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:259
↓ 48 callers
Method
add
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 callers
Method
equals
(Object other)
pantheon-server/src/main/java/com/pantheon/server/registry/Key.java:39
↓ 38 callers
Method
equals
(final Object o)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/RequestTask.java:46
↓ 37 callers
Method
debug
(String var1)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:199
↓ 35 callers
Method
isEmpty
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 callers
Method
getNodeId
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:13
↓ 33 callers
Method
size
@return the number of instances in this application
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:111
↓ 31 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/config/CachedPantheonServerConfig.java:30
↓ 31 callers
Method
parseChannelRemoteAddr
(final Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingHelper.java:146
↓ 29 callers
Method
getValue
Get the payload in both compressed and uncompressed form.
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCacheImpl.java:161
↓ 26 callers
Method
name
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:59
↓ 25 callers
Method
valueOf
(byte code)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/LanguageCode.java:29
↓ 20 callers
Method
build
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/serviceregistry/PantheonRegistration.java:129
↓ 19 callers
Method
lifecycleState
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:8
↓ 19 callers
Method
setCode
(int code)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:448
↓ 18 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/network/ServerNetworkManager.java:71
↓ 18 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:20
↓ 18 callers
Method
getStatus
(InstanceInfo.InstanceStatus var1)
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/HealthCheckHandler.java:11
↓ 18 callers
Method
setRemark
(String remark)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:503
↓ 18 callers
Method
stop
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:16
↓ 17 callers
Method
getId
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/ribbon/DomainExtractingServer.java:15
↓ 17 callers
Method
getId
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 callers
Method
getServiceName
Get the name of the Service to be registered with pantheon.
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:16
↓ 16 callers
Method
close
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/Releasable.java:12
↓ 16 callers
Method
createResponseCommand
(Class<? extends CommandCustomHeader> classHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:106
↓ 16 callers
Method
getOpaque
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:118
↓ 16 callers
Method
getRegisteredApplications
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 callers
Method
sendMessage
send message to other nodes @param remoteNodeId @param message @return
pantheon-server/src/main/java/com/pantheon/server/network/ServerNetworkManager.java:393
↓ 16 callers
Method
setOpaque
(int opaque)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:487
↓ 16 callers
Method
toString
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyEvent.java:44
↓ 14 callers
Method
getHolder
Returns the holder of the lease.
pantheon-server/src/main/java/com/pantheon/server/lease/Lease.java:137
↓ 13 callers
Method
getAppName
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 callers
Method
closeChannel
(final String addr, final Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:246
↓ 12 callers
Method
start
()
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingService.java:26
↓ 11 callers
Method
createRequestCommand
(int code, CommandCustomHeader customHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:85
↓ 11 callers
Method
getAppName
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/DiscoveryEnabledServer.java:29
↓ 11 callers
Method
getStatus
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 callers
Method
persist
save to disk @param bytes @param filename @return
pantheon-server/src/main/java/com/pantheon/server/persist/FilePersistUtils.java:26
↓ 10 callers
Method
equals
(Object obj)
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:79
↓ 10 callers
Method
getCanonicalName
(Class clazz)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:316
↓ 10 callers
Method
getChannel
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:661
↓ 10 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:83
↓ 10 callers
Method
shutdown
()
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingService.java:28
↓ 9 callers
Method
decodeCommandCustomHeader
( Class<? extends CommandCustomHeader> classHeader)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:233
↓ 9 callers
Method
getCode
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:444
↓ 9 callers
Method
getConsumerInfoManager
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:294
↓ 9 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/slot/SlotManager.java:44
↓ 9 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/network/ServerMessageReceiver.java:35
↓ 9 callers
Method
getRemoteServerNodes
get all other master nodes @return
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:55
↓ 9 callers
Method
getServiceName
()
pantheon-common/src/main/java/com/pantheon/common/ServiceThread.java:29
↓ 9 callers
Method
getSpecificInstanceRegistry
(String instanceName)
pantheon-server/src/main/java/com/pantheon/server/registry/RouteInstanceToSlotRegistry.java:39
↓ 9 callers
Method
invokeSync
(final String addr, final RemotingCommand request, final long timeoutMillis)
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingClient.java:41
↓ 9 callers
Method
putNettyEvent
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 callers
Method
getApplications
()
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:435
↓ 8 callers
Method
getBody
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:507
↓ 8 callers
Method
getChannel
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:43
↓ 8 callers
Method
getLastDirtyTimestamp
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 callers
Method
getName
()
pantheon-server/src/main/java/com/pantheon/server/registry/Key.java:24
↓ 8 callers
Method
isNullOrEmpty
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 callers
Method
release
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:61
↓ 7 callers
Method
closeChannel
(Channel channel)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingUtil.java:198
↓ 7 callers
Method
equals
(Object obj)
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:108
↓ 7 callers
Method
getInstance
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 callers
Method
getInstancePort
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:41
↓ 7 callers
Method
isOK
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:653
↓ 7 callers
Method
newBuilder
()
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:33
↓ 7 callers
Method
toString
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:98
↓ 6 callers
Method
addApplication
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 callers
Method
addInstance
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 callers
Method
build
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 callers
Method
getAppsHashCode
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 callers
Method
getCode
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/LanguageCode.java:38
↓ 6 callers
Method
getInstanceInfo
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/DiscoveryEnabledServer.java:47
↓ 6 callers
Method
getNodeClientTcpPort
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:21
↓ 6 callers
Method
getRemoteSocketAddress
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:63
↓ 6 callers
Method
isEmpty
()
pantheon-server/src/main/java/com/pantheon/server/slot/registry/ServiceRegistry.java:46
↓ 6 callers
Method
registerProcessor
(final int requestCode, final NettyRequestProcessor processor, final ExecutorService executor)
pantheon-remoting/src/main/java/com/pantheon/remoting/RemotingClient.java:53
↓ 6 callers
Method
write
(ByteBuffer src)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/FileRegionEncoder.java:53
↓ 5 callers
Method
exceptionSimpleDesc
(final Throwable e)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingHelper.java:30
↓ 5 callers
Method
getApplications
Get the registry information about all {@link Applications}.
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistry.java:30
↓ 5 callers
Method
getClientId
()
pantheon-server/src/main/java/com/pantheon/server/client/ClientChannelInfo.java:47
↓ 5 callers
Method
getExtFields
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:515
↓ 5 callers
Method
getHostName
Return the default network address to connect to this instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:394
↓ 5 callers
Method
getInstance
()
pantheon-client/src/main/java/com/pantheon/client/ClientManager.java:30
↓ 5 callers
Method
getInstanceHostName
default localhost name
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:23
↓ 5 callers
Method
getInstancesAsIsFromPantheon
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 callers
Method
getLeaseRenewalIntervalInSeconds
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:30
↓ 5 callers
Method
getName
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 callers
Method
getOtherControllerCandidates
get all other controller candidates @return
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:39
↓ 5 callers
Method
getOverriddenStatus
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 callers
Method
getServerNodeRole
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:233
↓ 5 callers
Method
getSlotNum
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:67
↓ 5 callers
Method
invalidate
(String appName)
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCache.java:12
↓ 5 callers
Method
isEnabled
(InternalLogLevel internalLogLevel)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:64
↓ 5 callers
Method
setBody
(byte[] body)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:511
↓ 5 callers
Method
start
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/LifecycleComponent.java:14
next →
1–100 of 1,226, ranked by callers