repo stringclasses 1k
values | file_url stringlengths 96 373 | file_path stringlengths 11 294 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 6
values | commit_sha stringclasses 1k
values | retrieved_at stringdate 2026-01-04 14:45:56 2026-01-04 18:30:23 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
andrewauclair/ModernDocking | https://github.com/andrewauclair/ModernDocking/blob/cb69cbcf9bad74d73b1e32de5f813e86872d20e6/docking-single-app/src/io/github/andrewauclair/moderndocking/app/LayoutPersistence.java | docking-single-app/src/io/github/andrewauclair/moderndocking/app/LayoutPersistence.java | /*
Copyright (c) 2023 Andrew Auclair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, ... | java | MIT | cb69cbcf9bad74d73b1e32de5f813e86872d20e6 | 2026-01-05T02:41:37.174237Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/test/java/com/stephan/tof/jmxmon/bean/JVMContextTest.java | src/test/java/com/stephan/tof/jmxmon/bean/JVMContextTest.java | package com.stephan.tof.jmxmon.bean;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import java.io.IOException;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class JVMContextTest {
@BeforeClass
public static void setUpBeforeClass() throws Exc... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/test/java/com/stephan/tof/jmxmon/bean/FalconPostDataTest.java | src/test/java/com/stephan/tof/jmxmon/bean/FalconPostDataTest.java | package com.stephan.tof.jmxmon.bean;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.tuple;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.junit.Before;
import org.junit.BeforeClass;
import org.jun... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JVMGCGenInfoExtractor.java | src/main/java/com/stephan/tof/jmxmon/JVMGCGenInfoExtractor.java | package com.stephan.tof.jmxmon;
import java.io.IOException;
import java.lang.management.GarbageCollectorMXBean;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import com.stephan.tof.jmxmon.Constants.CounterType;
import co... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JVMDataExtractor.java | src/main/java/com/stephan/tof/jmxmon/JVMDataExtractor.java | package com.stephan.tof.jmxmon;
import java.io.IOException;
import java.lang.management.GarbageCollectorMXBean;
import java.lang.management.RuntimeMXBean;
import java.lang.management.ThreadMXBean;
import java.util.Collection;
import com.stephan.tof.jmxmon.jmxutil.MemoryPoolProxy;
import com.stephan.tof.jmxmon.jmxutil... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JMXMonitor.java | src/main/java/com/stephan/tof/jmxmon/JMXMonitor.java | package com.stephan.tof.jmxmon;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.stephan.tof.j... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JVMMemoryUsedExtractor.java | src/main/java/com/stephan/tof/jmxmon/JVMMemoryUsedExtractor.java | package com.stephan.tof.jmxmon;
import java.io.IOException;
import java.lang.management.GarbageCollectorMXBean;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import com.stephan.tof.jmxmon.Constants.CounterType;
import com.stephan.tof.jmxmo... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/Config.java | src/main/java/com/stephan/tof/jmxmon/Config.java | package com.stephan.tof.jmxmon;
import java.io.File;
import java.io.IOException;
import org.apache.commons.configuration.ConfigurationException;
import org.apache.commons.configuration.PropertiesConfiguration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.stephan.tof.jmxmon.bean.JVMContext;
imp... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/Utils.java | src/main/java/com/stephan/tof/jmxmon/Utils.java | package com.stephan.tof.jmxmon;
import java.net.InetAddress;
import java.net.UnknownHostException;
public class Utils {
private Utils(){}
public static String getHostNameForLinux() {
try {
return (InetAddress.getLocalHost()).getHostName();
} catch (UnknownHostException uhe) {
String host = uhe.getMessa... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JMXCall.java | src/main/java/com/stephan/tof/jmxmon/JMXCall.java | package com.stephan.tof.jmxmon;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.stephan.tof.jmxmon.bean.FalconItem;
import com.stephan.tof.jmxmon.jmxutil.ProxyClient;
public abstract class JMXCall<T> {
protected final Logger logger = LoggerFactory.getLogger(getClass());
... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JVMThreadExtractor.java | src/main/java/com/stephan/tof/jmxmon/JVMThreadExtractor.java | package com.stephan.tof.jmxmon;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import com.stephan.tof.jmxmon.Constants.CounterType;
import com.stephan.tof.jmxmon.JVMThreadExtractor.ThreadInfo;
import com.stephan.tof.jmxmon.bean.FalconItem;
i... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/JVMGCThroughputExtractor.java | src/main/java/com/stephan/tof/jmxmon/JVMGCThroughputExtractor.java | package com.stephan.tof.jmxmon;
import java.io.IOException;
import java.lang.management.GarbageCollectorMXBean;
import java.lang.management.RuntimeMXBean;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import com.stephan.tof.jmxmon.Constant... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/HttpClientUtils.java | src/main/java/com/stephan/tof/jmxmon/HttpClientUtils.java | package com.stephan.tof.jmxmon;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* ... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/Constants.java | src/main/java/com/stephan/tof/jmxmon/Constants.java | package com.stephan.tof.jmxmon;
public class Constants {
public static enum CounterType { COUNTER, GAUGE }
public static final String gcAvgTime = "gc.avg.time";
public static final String gcCount = "gc.count";
public static final String gcThroughput = "gc.throughput";
public static final String ... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/JacksonUtil.java | src/main/java/com/stephan/tof/jmxmon/bean/JacksonUtil.java | /**
*
*/
package com.stephan.tof.jmxmon.bean;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import com.fasterxml.jackson.core.JsonParseException;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationFeat... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/JVMContext.java | src/main/java/com/stephan/tof/jmxmon/bean/JVMContext.java | package com.stephan.tof.jmxmon.bean;
import java.util.LinkedHashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* 用来缓存通过JMX获取到的JVM数据,每次程序退出时需要将此对象序列化到文件中,以便下次启动时能够再次加载到内存中使用
*
* @author Stephan gao
* @since 2016年4月26日
*
*/
public class JVMContext {
/**
* port -> jvm da... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/FalconItem.java | src/main/java/com/stephan/tof/jmxmon/bean/FalconItem.java | package com.stephan.tof.jmxmon.bean;
import org.apache.commons.lang.builder.ToStringBuilder;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
/**
* { "metric": "metric.demo", "endpoint": "qd-open-falcon-judge01.hd",
* "timestamp": $ts, "step": 60... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/JVMData.java | src/main/java/com/stephan/tof/jmxmon/bean/JVMData.java | package com.stephan.tof.jmxmon.bean;
import java.util.LinkedHashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
public class JVMData {
/**
* GCMXBean name -> GCData
*/
@JsonProperty
private Map<String, GCData> gcDatas = new LinkedHashMap<String, GCData>();
public GCData ge... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/CustomDoubleSerialize.java | src/main/java/com/stephan/tof/jmxmon/bean/CustomDoubleSerialize.java | package com.stephan.tof.jmxmon.bean;
import java.io.IOException;
import java.text.DecimalFormat;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/bean/GCData.java | src/main/java/com/stephan/tof/jmxmon/bean/GCData.java | package com.stephan.tof.jmxmon.bean;
import com.fasterxml.jackson.annotation.JsonProperty;
public class GCData {
@JsonProperty
private long collectionTime;
@JsonProperty
private long collectionCount;
@JsonProperty
private long memoryUsed;
@JsonProperty
private long unitTimeCollectionCount;
/**
* @r... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/MemoryPoolStat.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/MemoryPoolStat.java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.stephan.tof.jmxmon.jmxutil;
import java.lang.management.MemoryUsage;
public class MemoryPoolStat {
private String poolName;
priv... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/LocalVirtualMachine.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/LocalVirtualMachine.java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.stephan.tof.jmxmon.jmxutil;
... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/NamedThreadFactory.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/NamedThreadFactory.java | package com.stephan.tof.jmxmon.jmxutil;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Help for threadpool to set thread name
*
* @author <a href="mailto:bluedavy@gmail.com">bluedavy</a>
*/
public class NamedThreadFactory implements ThreadFactory {
static fin... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/ProxyClient.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/ProxyClient.java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.stephan.tof.jmxmon.jmxutil;
import static java.lang.management.ManagementFactory.CLASS_LOADING_MXBEAN_NAME;
import static java.lang.management... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | true |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/JConsoleContext.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/JConsoleContext.java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.stephan.tof.jmxmon.jmxutil;
import java.beans.PropertyChangeListener;
import javax.management.MBeanServerConnection;
/**
* {@code JConsoleC... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
toomanyopenfiles/jmxmon | https://github.com/toomanyopenfiles/jmxmon/blob/75c885a32dd706aeeb30547cb3d6bfb9fedf33f4/src/main/java/com/stephan/tof/jmxmon/jmxutil/MemoryPoolProxy.java | src/main/java/com/stephan/tof/jmxmon/jmxutil/MemoryPoolProxy.java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.stephan.tof.jmxmon.jmxutil;
import static java.lang.management.ManagementFactory.GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE;
import java.lang.manag... | java | Apache-2.0 | 75c885a32dd706aeeb30547cb3d6bfb9fedf33f4 | 2026-01-05T02:41:45.155873Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/test/java/com/pinterest/memq/commons/protocol/TestTopicMetadataPacket.java | memq-commons/src/test/java/com/pinterest/memq/commons/protocol/TestTopicMetadataPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/MemqLogMessage.java | memq-commons/src/main/java/com/pinterest/memq/commons/MemqLogMessage.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/MessageId.java | memq-commons/src/main/java/com/pinterest/memq/commons/MessageId.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/CloseableIterator.java | memq-commons/src/main/java/com/pinterest/memq/commons/CloseableIterator.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/BatchHeader.java | memq-commons/src/main/java/com/pinterest/memq/commons/BatchHeader.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/mon/OpenTSDBReporter.java | memq-commons/src/main/java/com/pinterest/memq/commons/mon/OpenTSDBReporter.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/mon/OpenTSDBClient.java | memq-commons/src/main/java/com/pinterest/memq/commons/mon/OpenTSDBClient.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/config/SSLConfig.java | memq-commons/src/main/java/com/pinterest/memq/commons/config/SSLConfig.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TransportPacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TransportPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadataRequestPacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadataRequestPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/WriteResponsePacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/WriteResponsePacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ClusterMetadataResponse.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ClusterMetadataResponse.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ReadRequestPacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ReadRequestPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/RequestPacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/RequestPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ProtocolUtils.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ProtocolUtils.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadata.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadata.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/BatchData.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/BatchData.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicConfig.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicConfig.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ResponseCodes.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ResponseCodes.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ReadResponsePacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ReadResponsePacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/MemqConstants.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/MemqConstants.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/Packet.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/Packet.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/Broker.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/Broker.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/RequestType.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/RequestType.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ResponsePacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/ResponsePacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicAssignment.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicAssignment.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadataResponsePacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/TopicMetadataResponsePacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/commons/protocol/WriteRequestPacket.java | memq-commons/src/main/java/com/pinterest/memq/commons/protocol/WriteRequestPacket.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/commons/Message.java | memq-commons/src/main/java/com/pinterest/memq/core/commons/Message.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/commons/MemqProcessingThreadFactory.java | memq-commons/src/main/java/com/pinterest/memq/core/commons/MemqProcessingThreadFactory.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/commons/MessageBufferInputStream.java | memq-commons/src/main/java/com/pinterest/memq/core/commons/MessageBufferInputStream.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/utils/MemqUtils.java | memq-commons/src/main/java/com/pinterest/memq/core/utils/MemqUtils.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/utils/DaemonThreadFactory.java | memq-commons/src/main/java/com/pinterest/memq/core/utils/DaemonThreadFactory.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-commons/src/main/java/com/pinterest/memq/core/utils/MiscUtils.java | memq-commons/src/main/java/com/pinterest/memq/core/utils/MiscUtils.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/commons/storage/TestStorageHandler.java | memq-client/src/test/java/com/pinterest/memq/commons/storage/TestStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/commons/storage/s3express/TestS3ExpressHelper.java | memq-client/src/test/java/com/pinterest/memq/commons/storage/s3express/TestS3ExpressHelper.java | package com.pinterest.memq.commons.storage.s3express;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class TestS3ExpressHelper {
@Test
public void testGenerateBucketUrl() throws Exception {
String bucketName = "testbucket--use1-az5--x-s3";
assertEquals(
... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/commons/storage/s3express/keygenerator/TestDateHourKeyGenerator.java | memq-client/src/test/java/com/pinterest/memq/commons/storage/s3express/keygenerator/TestDateHourKeyGenerator.java | package com.pinterest.memq.commons.storage.s3express.keygenerator;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class TestDateHourKeyGenerator {
@Test
public void testGetCurrentDateHr() {
String currentDateHr = DateHourKeyGenerator.getCurrentDateHr();
assertTrue(cu... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/commons/storage/s3/TestCustomS3Async2OutputHandler.java | memq-client/src/test/java/com/pinterest/memq/commons/storage/s3/TestCustomS3Async2OutputHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/commons/storage/fs/TestFileSystemStorageHandler.java | memq-client/src/test/java/com/pinterest/memq/commons/storage/fs/TestFileSystemStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons/ZstdTest.java | memq-client/src/test/java/com/pinterest/memq/client/commons/ZstdTest.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons/TestUtils.java | memq-client/src/test/java/com/pinterest/memq/client/commons/TestUtils.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons/audit/TestKafkaBackedAuditor.java | memq-client/src/test/java/com/pinterest/memq/client/commons/audit/TestKafkaBackedAuditor.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons2/TestMemqCommonClient.java | memq-client/src/test/java/com/pinterest/memq/client/commons2/TestMemqCommonClient.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons2/MockMemqServer.java | memq-client/src/test/java/com/pinterest/memq/client/commons2/MockMemqServer.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agreed... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/commons2/network/TestNetworkClient.java | memq-client/src/test/java/com/pinterest/memq/client/commons2/network/TestNetworkClient.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerMultipleEndpoints.java | memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerMultipleEndpoints.java | package com.pinterest.memq.client.producer2;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import com.pinterest.memq.client.commons.MemqMessageHeader;
import com.pinterest.memq.client.commons.serde.ByteArraySerializer;
import com.pinterest... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerBase.java | memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerBase.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerMemory.java | memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducerMemory.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agreed... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducer.java | memq-client/src/test/java/com/pinterest/memq/client/producer2/TestMemqProducer.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | true |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer/TestMemqProducer.java | memq-client/src/test/java/com/pinterest/memq/client/producer/TestMemqProducer.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/producer/netty/TestMemqNettyProducer.java | memq-client/src/test/java/com/pinterest/memq/client/producer/netty/TestMemqNettyProducer.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/consumer/TestData.java | memq-client/src/test/java/com/pinterest/memq/client/consumer/TestData.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/consumer/TestConsumerIntegration.java | memq-client/src/test/java/com/pinterest/memq/client/consumer/TestConsumerIntegration.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/test/java/com/pinterest/memq/client/consumer/TestMemqConsumer.java | memq-client/src/test/java/com/pinterest/memq/client/consumer/TestMemqConsumer.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/WriteFailedException.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/WriteFailedException.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/ReadBrokerStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/ReadBrokerStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/NoOpStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/NoOpStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandlerName.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandlerName.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/DelayedDevNullStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/DelayedDevNullStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/DevNullStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/DevNullStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandlerTable.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/StorageHandlerTable.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/SysoutStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/SysoutStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/SessionTokenManager.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/SessionTokenManager.java | /**
* Copyright 2024 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/S3ExpressAsyncStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/S3ExpressAsyncStorageHandler.java | /**
* Copyright 2024 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/S3ExpressHelper.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/S3ExpressHelper.java | package com.pinterest.memq.commons.storage.s3express;
import java.util.HashMap;
import java.util.Map;
public class S3ExpressHelper {
public static class S3ExpressParsingException extends Exception {
public S3ExpressParsingException(String message) {
super(message);
}
}
/**
... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/SessionCreds.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/SessionCreds.java | /**
* Copyright 2024 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/keygenerator/S3ExpressObjectKeyGenerator.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/keygenerator/S3ExpressObjectKeyGenerator.java | package com.pinterest.memq.commons.storage.s3express.keygenerator;
public abstract class S3ExpressObjectKeyGenerator {
protected static final String SLASH = "/";
protected static final String SEPARATOR = "_";
protected String path;
public S3ExpressObjectKeyGenerator(String path) {
this.path ... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/keygenerator/DateHourKeyGenerator.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3express/keygenerator/DateHourKeyGenerator.java | package com.pinterest.memq.commons.storage.s3express.keygenerator;
import java.text.SimpleDateFormat;
/**
* Generate S3 object key with date and hour as prefix
* The key format is: yyMMdd-HH/{path}/{firstMessageClientRequestId}_{firstMessageServerRequestId}_{attempt}
* For example: 240101-01/test_topic/123_456_1
... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/MemqS3DNSResolver.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/MemqS3DNSResolver.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/S3Exception.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/S3Exception.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/KafkaNotificationSink.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/KafkaNotificationSink.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/CustomS3AsyncStorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/CustomS3AsyncStorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
pinterest/memq | https://github.com/pinterest/memq/blob/1c4d02b96895be0a380d7f55d4f47e1f056f811e/memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/AbstractS3StorageHandler.java | memq-client/src/main/java/com/pinterest/memq/commons/storage/s3/AbstractS3StorageHandler.java | /**
* Copyright 2022 Pinterest, 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 applicable law or agr... | java | Apache-2.0 | 1c4d02b96895be0a380d7f55d4f47e1f056f811e | 2026-01-05T02:41:45.251484Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.