index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/events/SchemaChangeEvent.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,400
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/data/RowData.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,401
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/data/SchemalessRows.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,402
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/data/QueryResult.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,403
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/data/SchemaRows.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,404
0
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/services
Create_ds/staash/staash-core/src/main/java/com/netflix/paas/services/impl/DaoSchemaService.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,405
0
Create_ds/staash/staash-jetty/src/test/java/com/netflix
Create_ds/staash/staash-jetty/src/test/java/com/netflix/staash/SingletonEmbeddedCassandra.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,406
0
Create_ds/staash/staash-jetty/src/test/java/com/netflix
Create_ds/staash/staash-jetty/src/test/java/com/netflix/staash/TestClassLoader.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,407
0
Create_ds/staash/staash-jetty/src/test/java/com/netflix
Create_ds/staash/staash-jetty/src/test/java/com/netflix/staash/TestSchemaData.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,408
0
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash/jetty/PaasGuiceServletConfig.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,409
0
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash/jetty/NewPaasGuiceServletConfig.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,410
0
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash
Create_ds/staash/staash-jetty/src/main/java/com/netflix/staash/jetty/PaasLauncher.java
/******************************************************************************* * /*** * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of...
3,411
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/TestPaasPropertiesModule.java
package com.netflix.paas.rest.test; import java.net.URL; import java.util.Properties; import com.datastax.driver.core.Cluster; import com.datastax.driver.core.policies.RoundRobinPolicy; import com.datastax.driver.core.policies.TokenAwarePolicy; import com.google.inject.AbstractModule; import com.google.inject.Provide...
3,412
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/TestPaasApis.java
package com.netflix.paas.rest.test; import org.junit.Test; import com.netflix.staash.json.JsonArray; import com.netflix.staash.json.JsonObject; public class TestPaasApis { @Test public void testJsonArr() { String eventsStr = "[{\"name\":\"me\"},{\"name\":\"you\"}]"; String eventStr = "{\"name\":\"me\"}"; try...
3,413
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/TestPaasRest.java
package com.netflix.paas.rest.test; import java.util.Random; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import com.google.inject.Guice; import com.google.inject.Injector; import com.netflix.staash.cassandra.discovery.EurekaModule; import com.netflix.staash.exception.StorageDoesNotExistEx...
3,414
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/PaasTestHelper.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,415
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/PaasEurekaNodeDiscoveryTest.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,416
0
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest
Create_ds/staash/staash-svc/src/test/java/com/netflix/paas/rest/test/TimeSeriesTest.java
package com.netflix.paas.rest.test; import org.junit.Before; import org.junit.Test; public class TimeSeriesTest { public static final String STAASH_URL = "http://localhost:8080/staash/v1/data/timeseries"; public static final String TIME_SERIES = "timeseries"; public static final String DB = "timeseriesdb"; public...
3,417
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/AstyanaxCassandraConnection.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,418
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/CassandraConnection.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,419
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/MySqlConnection.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,420
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/GuiceConnectionFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,421
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/PaasConnection.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,422
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/ConnectionFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,423
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/connection/PaasConnectionFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,424
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/dao
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/dao/factory/DaoFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,425
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/dao
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/dao/factory/PaasDaoFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,426
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage/service/MongoDBService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,427
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage/service/MySqlService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,428
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/storage/service/HTableService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,429
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common/query/QueryUtils.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,430
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common/query/QueryType.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,431
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common/query/QueryFactory.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,432
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common/query/Query.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,433
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/common/query/QueryException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,434
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/JsonArray.java
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,435
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/JsonElement.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,436
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/JsonObject.java
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,437
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/EncodeException.java
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,438
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/PaasJson.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,439
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/DecodeException.java
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,440
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/impl/Base64.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,441
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/json/impl/Json.java
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3,442
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra/discovery/HostSupplierProvider.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,443
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra/discovery/EurekaModule.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,444
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/cassandra/discovery/EurekaAstyanaxHostSupplier.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,445
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/model/Storage.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,446
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/model/StorageType.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,447
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/model/MySqlStorage.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,448
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/model/CassandraStorage.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,449
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/DataService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,450
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/MetaService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,451
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/CacheService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,452
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/PaasMetaService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,453
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/PaasDataService.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,454
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/service/CLIENTTYPE.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,455
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/InvalidConfException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,456
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/ColumnDoesNotExistsException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,457
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/TypeDoesNotMatchWithValueException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,458
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/DBDoesNotExistException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,459
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/StorageDoesNotExistException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,460
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/TableDoesNotExistException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,461
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/EntityAlreadyExistsException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,462
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/PaasException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,463
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/exception/PaasRuntimeException.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,464
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/tomcat/GuiceServletConfig.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,465
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/Pair.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,466
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/PaasUtils.java
/* * Copyright (C) 2012 DataStax Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
3,467
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/HostSupplier.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,468
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/StaashRequestContext.java
package com.netflix.staash.rest.util; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicLong; import org.joda.time.DateTime; import org.joda.time.format.DateTimeFormat; import org.joda.time.format.DateTimeFormatter; import org.slf4j.Logger; import org.slf4j...
3,469
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/StaashConstants.java
package com.netflix.staash.rest.util; public interface StaashConstants { public static final int MAX_FILE_UPLOAD_SIZE_IN_KB = 5000; public static final int CHUNK_SIZE_IN_KB = 256; }
3,470
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/util/MetaConstants.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,471
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/resources/StaashDataResourceImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,472
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/resources/StaashAuditFilter.java
package com.netflix.staash.rest.resources; import java.util.List; import java.util.Map.Entry; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.MultivaluedMap; import javax.ws.rs.core...
3,473
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/resources/StaashAdminResourceImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,474
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/CqlDataDaoImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,475
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/CqlMetaDaoImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,476
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/DataDao.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,477
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/CqlMetaDaoImplNew.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,478
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/MetaDao.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,479
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/AstyanaxDataDaoImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,480
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/CqlDataDaoImplNew.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,481
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/AstyanaxMetaDaoImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,482
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/dao/MysqlDaoImpl.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,483
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/PaasDBEntity.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,484
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/PaasTableEntity.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,485
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/EntityType.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,486
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/PaasStorageEntity.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,487
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/PaasTimeseriesEntity.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,488
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/meta/entity/Entity.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,489
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/main/PaasMain.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,490
0
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest
Create_ds/staash/staash-svc/src/main/java/com/netflix/staash/rest/modules/PaasPropertiesModule.java
/******************************************************************************* * /* * * * * Copyright 2013 Netflix, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of t...
3,491
0
Create_ds/camel-k-runtime/camel-k-cron/impl/src/generated/java/org/apache/camel/k
Create_ds/camel-k-runtime/camel-k-cron/impl/src/generated/java/org/apache/camel/k/cron/CronSourceLoaderInterceptorConfigurer.java
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.k.cron; import java.util.Map; import org.apache.camel.CamelContext; import org.apache.camel.spi.ExtendedPropertyConfigurerGetter; import org.apache.camel.spi.PropertyConfigurerGetter; import org.apache.camel.spi.ConfigurerStrategy;...
3,492
0
Create_ds/camel-k-runtime/camel-k-cron/impl/src/test/java/org/apache/camel/k
Create_ds/camel-k-runtime/camel-k-cron/impl/src/test/java/org/apache/camel/k/cron/CronTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,493
0
Create_ds/camel-k-runtime/camel-k-cron/impl/src/main/java/org/apache/camel/k
Create_ds/camel-k-runtime/camel-k-cron/impl/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,494
0
Create_ds/camel-k-runtime/camel-k-cron/deployment/src/main/java/org/apache/camel/k/quarkus/cron
Create_ds/camel-k-runtime/camel-k-cron/deployment/src/main/java/org/apache/camel/k/quarkus/cron/deployment/CronFeature.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,495
0
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/test/java/org/apache/camel/k/quarkus
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/test/java/org/apache/camel/k/quarkus/it/RuntimeWithYamlIT.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,496
0
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/test/java/org/apache/camel/k/quarkus
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/test/java/org/apache/camel/k/quarkus/it/RuntimeWithYamlTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,497
0
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/main/java/org/apache/camel/k/quarkus
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/main/java/org/apache/camel/k/quarkus/it/Application.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,498
0
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/main/java/org/apache/camel/k/quarkus/it
Create_ds/camel-k-runtime/itests/camel-k-itests-runtime-yaml/src/main/java/org/apache/camel/k/quarkus/it/support/MyProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3,499