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
↓ 5 callers
Method
status
()
pantheon-server/src/main/java/com/pantheon/server/rule/StatusOverrideResult.java:33
↓ 4 callers
Method
countDown
Decrements the count of the latch, releasing all waiting threads if the count reaches zero. <p>If the current count is greater than zero then it is d
pantheon-common/src/main/java/com/pantheon/common/CountDownLatch2.java:111
↓ 4 callers
Method
decorateInstanceInfo
(Lease<InstanceInfo> lease)
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistryImpl.java:181
↓ 4 callers
Method
doBeforeRpcHooks
(String addr, RemotingCommand request)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingAbstract.java:169
↓ 4 callers
Method
encode
(ChannelHandlerContext ctx, RemotingCommand remotingCommand, ByteBuf out)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyEncoder.java:36
↓ 4 callers
Method
executeInvokeCallback
(final ResponseFuture responseFuture)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingAbstract.java:308
↓ 4 callers
Method
getActionType
Returns the type of action done on the instance in the server.Primarily used for updating deltas in the client instance. @return action type done on
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:624
↓ 4 callers
Method
getChannel
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyEvent.java:40
↓ 4 callers
Method
getCreateTimestamp
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/RequestTask.java:65
↓ 4 callers
Method
getId
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:39
↓ 4 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/node/Controller.java:53
↓ 4 callers
Method
getInstanceByAppAndId
(String appName, String id)
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistry.java:44
↓ 4 callers
Method
getInstanceIpAddress
default localhost ip address
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:28
↓ 4 callers
Method
getLeaseInfo
()
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistryImpl.java:515
↓ 4 callers
Method
getMetadataMap
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:61
↓ 4 callers
Method
getName
()
pantheon-remoting/src/main/java/com/pantheon/remoting/common/TlsMode.java:50
↓ 4 callers
Method
getNodeId
()
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNode.java:38
↓ 4 callers
Method
getNodeIp
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:15
↓ 4 callers
Method
getObject1
()
pantheon-remoting/src/main/java/com/pantheon/remoting/common/Pair.java:33
↓ 4 callers
Method
getPayload
()
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCacheImpl.java:246
↓ 4 callers
Method
getReconcileHashCode
Gets the hash code for this <em>applications</em> instance. Used for comparison of instances between pantheon server and pantheon client. @return the
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:147
↓ 4 callers
Method
getRegistryFetchIntervalSeconds
Indicates how often(in seconds) to fetch the registry information from the server. @return the fetch interval in seconds.
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:59
↓ 4 callers
Method
getRemark
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:499
↓ 4 callers
Method
getRemoteAddr
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyEvent.java:36
↓ 4 callers
Method
getServer
()
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:669
↓ 4 callers
Method
getServerSelectorThreads
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyServerConfig.java:57
↓ 4 callers
Method
getServiceInstanceId
()
pantheon-server/src/main/java/com/pantheon/server/slot/registry/ServiceInstance.java:43
↓ 4 callers
Method
isController
()
pantheon-server/src/main/java/com/pantheon/server/ServerNode.java:224
↓ 4 callers
Method
isControllerCandidate
()
pantheon-server/src/main/java/com/pantheon/server/config/PantheonServerConfig.java:11
↓ 4 callers
Method
matchingStatus
(InstanceInfo.InstanceStatus status)
pantheon-server/src/main/java/com/pantheon/server/rule/StatusOverrideResult.java:14
↓ 4 callers
Method
parseSocketAddressAddr
(SocketAddress socketAddress)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingHelper.java:165
↓ 4 callers
Method
setActionType
Set the action type performed on this instance in the server. @param actionType action type done on the instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:633
↓ 4 callers
Method
setLastUpdatedTimestamp
(Long lastUpdatedTimestamp)
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:366
↓ 4 callers
Method
setOverriddenStatus
Sets the overridden status for this instance.Normally set by an external process to disable instance from taking traffic. @param status overridden st
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:540
↓ 4 callers
Method
setPort
(int port)
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:59
↓ 4 callers
Method
setSendRequestOK
(boolean sendRequestOK)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:90
↓ 4 callers
Method
setStatusWithoutDirty
Set the status for this instance without updating the dirty timestamp. @param status status for this instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:528
↓ 4 callers
Method
toString
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/DiscoveryEnabledNIWSServerList.java:143
↓ 3 callers
Method
buildClientId
()
pantheon-client/src/main/java/com/pantheon/client/ClientManager.java:77
↓ 3 callers
Method
cancel
Cancel the {@link Lease} associated with the passed in <code>appName</code> and <code>id</code>. @param appName - unique id of the applica
pantheon-server/src/main/java/com/pantheon/server/lease/LeaseManager.java:38
↓ 3 callers
Method
connectServerNode
connect server node @param serverNodeStr @return
pantheon-server/src/main/java/com/pantheon/server/network/ServerNetworkManager.java:154
↓ 3 callers
Method
decode
(ChannelHandlerContext ctx, ByteBuf in)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyDecoder.java:40
↓ 3 callers
Method
doChannelCloseEvent
(final String remoteAddr, final Channel channel)
pantheon-server/src/main/java/com/pantheon/server/client/ConsumerInfoManager.java:136
↓ 3 callers
Method
getAndCreateChannel
(final String addr)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:424
↓ 3 callers
Method
getByInstanceId
Get the instance info that matches the given id. @param id the id for which the instance info needs to be returned. @return the instance info object.
pantheon-client/src/main/java/com/pantheon/client/appinfo/Application.java:86
↓ 3 callers
Method
getCode
()
pantheon-common/src/main/java/com/pantheon/common/exception/InitException.java:59
↓ 3 callers
Method
getCorePoolSize
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/loadbalancer/PantheonNotificationServerListUpdater.java:178
↓ 3 callers
Method
getDurationInSecs
Returns client specified setting for eviction (e.g. how long to wait w/o renewal event) @return time in milliseconds since epoch.
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:205
↓ 3 callers
Method
getHashKey
()
pantheon-server/src/main/java/com/pantheon/server/registry/Key.java:28
↓ 3 callers
Method
getInstance
()
pantheon-client/src/main/java/com/pantheon/client/config/DefaultInstanceConfig.java:50
↓ 3 callers
Method
getInstance
()
pantheon-server/src/main/java/com/pantheon/server/node/ControllerCandidate.java:48
↓ 3 callers
Method
getInstanceId
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:18
↓ 3 callers
Method
getInstanceId
()
pantheon-common/src/main/java/com/pantheon/common/protocol/heartBeat/HeartBeat.java:26
↓ 3 callers
Method
getInstanceInfo
()
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:260
↓ 3 callers
Method
getLeaseExpirationDurationInSeconds
()
pantheon-client/src/main/java/com/pantheon/client/config/PantheonInstanceConfig.java:32
↓ 3 callers
Method
getLeaseInfo
Returns the lease information regarding when it expires. @return the lease information of this instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:456
↓ 3 callers
Method
getName
()
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/PantheonHealthIndicator.java:32
↓ 3 callers
Method
getPayLoad
(Applications applications)
pantheon-server/src/main/java/com/pantheon/server/registry/ResponseCacheImpl.java:94
↓ 3 callers
Method
getPort
()
pantheon-client/src/main/java/com/pantheon/client/transport/Server.java:55
↓ 3 callers
Method
getServiceName
()
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:681
↓ 3 callers
Method
getServiceName
()
pantheon-remoting/src/main/java/com/pantheon/remoting/common/ServiceThread.java:41
↓ 3 callers
Method
getServiceName
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingAbstract.java:631
↓ 3 callers
Method
initSlots
if slotsList is empty will blocking in this method @param slotsList
pantheon-server/src/main/java/com/pantheon/server/slot/SlotManager.java:62
↓ 3 callers
Method
isController
()
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNode.java:54
↓ 3 callers
Method
isDebugEnabled
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyLogger.java:194
↓ 3 callers
Method
isOnewayRPC
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:438
↓ 3 callers
Method
isStopRun
()
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/RequestTask.java:69
↓ 3 callers
Method
matches
()
pantheon-server/src/main/java/com/pantheon/server/rule/StatusOverrideResult.java:29
↓ 3 callers
Method
normalizeHostAddress
(final InetAddress localHost)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingUtil.java:144
↓ 3 callers
Method
parse
(String mode)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/TlsMode.java:40
↓ 3 callers
Method
putResponse
(final RemotingCommand responseCommand)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/ResponseFuture.java:77
↓ 3 callers
Method
readCustomHeader
()
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:225
↓ 3 callers
Method
register
Assign a new {@link Lease} to the passed in {@link T}. @param r - T to register @param leaseDuration - whether this is a replic
pantheon-server/src/main/java/com/pantheon/server/lease/LeaseManager.java:26
↓ 3 callers
Method
renew
Marks the given instance of the given app name as renewed @see LeaseManager#renew(java.lang.String, java.lang.String) @return error response when fai
pantheon-server/src/main/java/com/pantheon/server/registry/InstanceRegistry.java:52
↓ 3 callers
Method
setAppsHashCode
Used by the pantheon server. Not for external use. @param hashCode the hash code to assign for this app collection
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:127
↓ 3 callers
Method
setDaemon
(boolean daemon)
pantheon-common/src/main/java/com/pantheon/common/ServiceThread.java:148
↓ 3 callers
Method
setDurationInSecs
Sets the client specified setting for eviction (e.g. how long to wait without renewal event). @param d time in seconds after which the lea
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:94
↓ 3 callers
Method
setExtFields
(HashMap<String, String> extFields)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:519
↓ 3 callers
Method
setLeaseInfo
Sets the lease information regarding when it expires. @param info the lease information of this instance.
pantheon-client/src/main/java/com/pantheon/client/appinfo/InstanceInfo.java:465
↓ 3 callers
Method
setRenewalIntervalInSecs
Sets the client specified setting for renew interval. @param i the time interval with which the renewals will be renewed. @return the {@li
pantheon-client/src/main/java/com/pantheon/client/appinfo/LeaseInfo.java:110
↓ 3 callers
Method
setVersion
(int version)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:479
↓ 3 callers
Method
shuffleInstances
Shuffles the provided instances so that they will not always be returned in the same order. @param filterUpInstances whether to return only UP instan
pantheon-client/src/main/java/com/pantheon/client/appinfo/Applications.java:314
↓ 3 callers
Method
shutdown
Shuts down Pantheon Client. Also sends a deregistration request to the pantheon server.
pantheon-client/src/main/java/com/pantheon/client/discovery/DiscoveryClient.java:45
↓ 3 callers
Method
state
()
pantheon-common/src/main/java/com/pantheon/common/lifecycle/Lifecycle.java:56
↓ 3 callers
Method
toString
()
pantheon-server/src/main/java/com/pantheon/server/rule/FirstMatchWinsCompositeRule.java:45
↓ 2 callers
Method
addRemoteServerNode
(RemoteServerNode remoteServerNode)
pantheon-server/src/main/java/com/pantheon/server/node/RemoteServerNodeManager.java:31
↓ 2 callers
Method
apply
Match this rule. @param instanceInfo The instance info whose status we care about. @param existingLease Does the instance have an existing lease alre
pantheon-server/src/main/java/com/pantheon/server/rule/InstanceStatusOverrideRule.java:25
↓ 2 callers
Method
await
Causes the current thread to wait until the latch has counted down to zero, unless the thread is {@linkplain Thread#interrupt interrupted}. <p>If the
pantheon-common/src/main/java/com/pantheon/common/CountDownLatch2.java:52
↓ 2 callers
Method
buildSslContext
(boolean forClient)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/TlsHelper.java:70
↓ 2 callers
Method
callClient
(final Channel channel, final RemotingCommand request )
pantheon-server/src/main/java/com/pantheon/server/client/ServerToClient.java:23
↓ 2 callers
Method
callConsumer
( final int requestCode, final RemotingCommand request, final String clien
pantheon-server/src/main/java/com/pantheon/server/processor/ClientManageProcessor.java:359
↓ 2 callers
Method
callback
(RemotingCommand response)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/RemotingResponseCallback.java:24
↓ 2 callers
Method
connect
(SocketAddress remote)
pantheon-remoting/src/main/java/com/pantheon/remoting/common/RemotingUtil.java:169
↓ 2 callers
Method
createChannel
create channel and wrap it with ChannelWrapper ,channelTables map save the connection for reusing @param addr @return @throws InterruptedException
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingClient.java:489
↓ 2 callers
Method
decode
(final byte[] array)
pantheon-remoting/src/main/java/com/pantheon/remoting/protocol/RemotingCommand.java:136
↓ 2 callers
Method
decryptPrivateKey
Decrypt the target encrpted private key file. @param privateKeyEncryptPath A pathname string @param forClient tells whether it's a client-side key fi
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/TlsHelper.java:52
↓ 2 callers
Method
doAfterRpcHooks
(String addr, RemotingCommand request, RemotingCommand response)
pantheon-remoting/src/main/java/com/pantheon/remoting/netty/NettyRemotingAbstract.java:177
↓ 2 callers
Method
extractApproximateZone
(String host)
pantheon-spring-cloud-netflix-client/src/main/java/com/pantheon/netflix/client/ribbon/ZoneUtils.java:14
↓ 2 callers
Method
fetchRegistry
Fetches the registry information. <p> This method tries to get only deltas after the first fetch unless there is an issue in reconciling pantheon ser
pantheon-client/src/main/java/com/pantheon/client/DiscoveryClientNode.java:342
↓ 2 callers
Method
findClientId
(final Channel channel)
pantheon-server/src/main/java/com/pantheon/server/client/ConsumerInfoManager.java:62
← previous
next →
101–200 of 1,226, ranked by callers