repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentConfiguration.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,244 | 35.617647 | 70 | java |
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentSchema.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,067 | 39.906667 | 212 | java |
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,676 | 48.026667 | 157 | java |
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentParsingProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,347 | 43.824742 | 139 | java |
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentDependencyProcessor.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,611 | 47.37037 | 169 | java |
null | wildfly-main/clustering/singleton/extension/src/main/java/org/wildfly/extension/clustering/singleton/deployment/SingletonDeploymentUnitPhaseBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,577 | 42.694915 | 153 | java |
null | wildfly-main/clustering/singleton/service/src/main/java/org/wildfly/clustering/singleton/service/SingletonCacheRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,634 | 46.909091 | 231 | java |
null | wildfly-main/clustering/singleton/service/src/main/java/org/wildfly/clustering/singleton/service/SingletonDefaultCacheRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,116 | 44.042553 | 170 | java |
null | wildfly-main/clustering/singleton/api/src/test/java/org/wildfly/clustering/server/singleton/election/PreferredSingletonElectionPolicyTestCase.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 3,784 | 44.60241 | 147 | java |
null | wildfly-main/clustering/singleton/api/src/test/java/org/wildfly/clustering/server/singleton/election/SocketAddressPreferenceTestCase.java | package org.wildfly.clustering.server.singleton.election;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.UnknownHostEx... | 1,568 | 39.230769 | 106 | java |
null | wildfly-main/clustering/singleton/api/src/test/java/org/wildfly/clustering/server/singleton/election/NamePreferenceTestCase.java | package org.wildfly.clustering.server.singleton.election;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import org.junit.Test;
import org.wildfly.clustering.group.Node;
import org.wildfly.clusterin... | 843 | 29.142857 | 64 | java |
null | wildfly-main/clustering/singleton/api/src/test/java/org/wildfly/clustering/server/singleton/election/SimpleSingletonElectionPolicyTestCase.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 2,237 | 38.964286 | 93 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonElectionListener.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,604 | 38.146341 | 122 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/Singleton.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,700 | 32.352941 | 84 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonServiceBuilderFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,803 | 41.952381 | 136 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,437 | 38.944444 | 116 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonCacheRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,273 | 38.894737 | 203 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonElectionPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,533 | 36.414634 | 121 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,044 | 35.517857 | 141 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonDefaultCacheRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,147 | 36.684211 | 181 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonDefaultRequirement.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,013 | 34.964286 | 159 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonServiceBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,295 | 39.280702 | 98 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/SingletonPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,400 | 40.396552 | 120 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/ImmutableSingletonServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,452 | 38.27027 | 84 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/SingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,309 | 36.428571 | 70 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/SingletonServiceConfiguratorFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,417 | 38.388889 | 86 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/SingletonServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,292 | 41.462963 | 105 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/SingletonServiceBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,305 | 37.411765 | 76 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/service/SingletonPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,378 | 37.305556 | 77 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/NamePreference.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,467 | 33.139535 | 70 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/SimpleSingletonElectionPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,671 | 40.107692 | 128 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/SocketAddressPreference.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,706 | 36.933333 | 185 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/Preference.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,184 | 39.862069 | 70 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/PreferredSingletonElectionPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,374 | 37.934426 | 107 | java |
null | wildfly-main/clustering/singleton/api/src/main/java/org/wildfly/clustering/singleton/election/RandomSingletonElectionPolicy.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,692 | 34.270833 | 79 | java |
null | wildfly-main/clustering/singleton/server/src/test/java/org/wildfly/clustering/singleton/server/ExceptionTestCase.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,870 | 43.859375 | 111 | java |
null | wildfly-main/clustering/singleton/server/src/test/java/org/wildfly/clustering/singleton/server/ServiceNameFormatterTestCase.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,387 | 43.222222 | 120 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/AbstractDistributedSingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 11,920 | 45.027027 | 279 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,560 | 37.706522 | 148 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/StopCommand.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,461 | 35.55 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,287 | 37.285714 | 152 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonElectionCommandMarshaller.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,979 | 36.721519 | 108 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/PrimaryProxyService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,053 | 37.980769 | 146 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/ServiceLifecycle.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 4,696 | 36.879032 | 124 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonValueCommand.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,454 | 39.416667 | 98 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,031 | 38.936508 | 181 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalLegacySingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,722 | 35.659574 | 106 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/StartCommand.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,464 | 35.625 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LegacyDistributedSingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 7,253 | 39.077348 | 204 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonLogger.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,970 | 42.637363 | 172 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/AsynchronousServiceBuilder.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,208 | 32.606452 | 125 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DefaultSingletonElectionListener.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,686 | 39.712121 | 103 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/PrimaryProviderCommand.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,467 | 36.641026 | 76 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceConfiguratorContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,648 | 42.394737 | 100 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 6,432 | 39.20625 | 181 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfiguratorFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,276 | 41.166667 | 144 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,698 | 40.439024 | 85 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceBuilderFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,656 | 47.118421 | 191 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,319 | 39 | 91 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,342 | 36.305556 | 79 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,452 | 40.107143 | 195 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonSerializationContextInitializerProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,848 | 46.483333 | 123 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/PrimaryProxyContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,371 | 39.352941 | 72 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfiguratorFactoryServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,240 | 42.213333 | 222 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LegacySingletonContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,274 | 36.5 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonElectionCommand.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,175 | 33.539683 | 104 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/ServiceNameFormatter.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,952 | 38.857143 | 89 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/IdentitySingletonServiceBuilderFactoryBuilderProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,506 | 45.425926 | 230 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/Lifecycle.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,327 | 32.2 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/IdentitySingletonServiceConfiguratorFactoryServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,388 | 47.755102 | 164 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonSerializationContextInitializer.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2020, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,691 | 41.3 | 104 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/ServiceMarshallerProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2021, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,453 | 43.618182 | 183 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonServiceContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,359 | 39 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/CacheSingletonServiceConfiguratorFactoryServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,699 | 43.578313 | 204 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/CacheSingletonServiceConfiguratorFactoryServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,865 | 48.105263 | 208 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DeferredInjector.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,547 | 34.181818 | 105 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,969 | 33.534884 | 100 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceConfiguratorFactoryContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,339 | 38.411765 | 72 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/SingletonServiceConfiguratorFactoryServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,911 | 50.087719 | 166 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/DistributedSingletonServiceConfiguratorFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,702 | 44.05 | 156 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceBuilderFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,055 | 43.289855 | 144 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfiguratorFactoryContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,257 | 37.121212 | 70 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfiguratorFactoryServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,841 | 47.473684 | 202 | java |
null | wildfly-main/clustering/singleton/server/src/main/java/org/wildfly/clustering/singleton/server/LocalSingletonServiceConfiguratorContext.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,322 | 37.911765 | 70 | java |
null | wildfly-main/clustering/server/extension/src/test/java/org/wildfly/extension/clustering/ServiceLoaderTestCase.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 2,523 | 42.517241 | 89 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/CacheJndiNameFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,774 | 35.979167 | 142 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/GroupRequirementServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,383 | 44.72973 | 192 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/IdentityCacheRequirementServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,515 | 46.513514 | 164 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/CacheRequirementServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,508 | 46.418919 | 207 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/GroupJndiNameFactory.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,705 | 34.541667 | 123 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/IdentityGroupRequirementServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,382 | 44.716216 | 146 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/LocalGroupServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2018, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,030 | 42.927536 | 155 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/IdentityCacheGroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,714 | 41.875 | 120 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/GroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,871 | 44.658537 | 106 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/IdentityGroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,811 | 44.3 | 154 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/LocalCacheGroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,887 | 46.2 | 201 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/DistributedCacheGroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,864 | 46.820513 | 213 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/CacheGroupServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 5,047 | 45.311927 | 182 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/ChannelGroupServiceConfiguratorProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 1,732 | 43.435897 | 150 | java |
null | wildfly-main/clustering/server/extension/src/main/java/org/wildfly/extension/clustering/server/group/ChannelGroupServiceConfigurator.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | 3,271 | 40.948718 | 141 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.