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/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/Utils.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,200
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/SingletonSortedMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,201
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArraySet.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,202
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressingHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,203
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayIndexedSet.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,204
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayIndexedHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,205
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressing.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,206
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/AbstractArraySet.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,207
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,208
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/AbstractArraySortedMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,209
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressingSortedHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,210
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/PhasedHeapFriendlyHashMap.java
/* * * Copyright 2015 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,211
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/AbstractHeapFriendlyMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,212
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,213
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyMapArrayRecycler.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,214
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyDerivableKeyHashMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,215
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/Sortable.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,216
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/BinarySearch.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,217
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/ArrayQuickSort.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,218
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/ListBuilder.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,219
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/SetBuilder.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,220
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/Builders.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,221
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/MapBuilder.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,222
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashGenericRecord.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,223
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashOrderDependent.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,224
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashOrderIndependent.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,225
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashAlgorithm.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,226
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashGenericRecordSerializers.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,227
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashFrameworkSerializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,228
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashSerializationFramework.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,229
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobFrameworkDeserializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,230
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobFrameworkSerializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,231
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobImageUtils.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,232
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/OrdinalMapping.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,233
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobHeapFriendlyClientFrameworkSerializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,234
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobStateEngine.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,235
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/StateOrdinalMapping.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,236
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/ByteDataBuffer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,237
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/StreamingByteData.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,238
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/ByteData.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,239
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/SegmentedByteArray.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,240
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/FastBlobDeserializationRecord.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,241
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/SegmentedByteArrayHasher.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,242
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/FastBlobSerializationRecord.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,243
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/VarInt.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,244
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/FastBlobSchema.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,245
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/FieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class FieldDefinition { private final FieldType fieldType; public FieldDefinition(FieldType fieldType) { this.fieldType = fieldType; } public FieldType getFieldTyp...
7,246
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/TypedFieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class TypedFieldDefinition extends FieldDefinition { private final String subType; public TypedFieldDefinition(FieldType fieldType, String subType) { super(fieldType); ...
7,247
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/MapFieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class MapFieldDefinition extends FieldDefinition { private final String keyType; private final String valueType; public MapFieldDefinition(String keyType, String valueType) { ...
7,248
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobReader.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,249
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobWriter.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,250
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobReaderEventHandler.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,251
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeader.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,252
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeaderReader.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,253
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeaderWriter.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,254
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/ZenoFastBlobHeaderWriter.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,255
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobMalformedDataException.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,256
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/ZenoFastBlobHeaderReader.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,257
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FreeOrdinalTracker.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,258
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ObjectIdentityOrdinalMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,259
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/TypeDeserializationStateListener.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,260
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/WeakObjectOrdinalMap.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,261
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ThreadSafeBitSet.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,262
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeSerializationState.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,263
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/TypeDeserializationStateIterator.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,264
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ByteArrayOrdinalMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,265
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/OrdinalRemapper.java
package com.netflix.zeno.fastblob.state; import com.netflix.zeno.fastblob.OrdinalMapping; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.record.FastBlobDeserializationRecord; import com.netflix.zeno.fastblob.record.SegmentedByt...
7,266
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeDeserializationState.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,267
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/compressed/ByteSequenceRetainer.java
package com.netflix.zeno.fastblob.state.compressed; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.record.VarInt; import java.util.Arrays; public class ByteSequenceRetainer { private final static long EMPTY_BUCKET_VALUE ...
7,268
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/compressed/FastBlobTypeByteSequenceState.java
package com.netflix.zeno.fastblob.state.compressed; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.state.compressed.ByteSequenceRetainer.ByteSequenceRetainerIterator; import java.util.BitSet; public class FastBlobTypeByteSequ...
7,269
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffByteArray.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,270
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiffInstruction.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,271
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffSerializationFramework.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,272
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffPropertyPath.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,273
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffFrameworkSerializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,274
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffRecordValueListMap.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,275
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiff.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,276
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffReport.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,277
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffRecord.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,278
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffOperation.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,279
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffHeader.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,280
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiffOperation.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,281
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffReportGenerationException.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,282
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffInstruction.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,283
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoricalTypeState.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,284
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoryTracker.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,285
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffObjectHistoricalTransition.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,286
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoryDataState.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,287
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoricalState.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,288
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobDeserializationRecord.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,289
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobSerializationFramework.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,290
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobSerializationRecord.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,291
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobEvictor.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,292
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobFrameworkSerializer.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,293
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobFrameworkDeserializer.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,294
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobTypeCache.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,295
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobEvictionFrameworkSerializer.java
/* * * Copyright 2014 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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,296
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonFrameworkDeserializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,297
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonReadGenericRecord.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,298
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonFrameworkSerializer.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 the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
7,299